From: Antonio Radici Date: Tue, 3 May 2011 18:35:15 +0000 (+0000) Subject: adding the upstream bugs in the patch descriptions X-Git-Tag: nntp/1.5.21-5nntp1~14 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/e1dc777d9c8cdc5ac54e3018a3211fa9823b81eb adding the upstream bugs in the patch descriptions --- diff --git a/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch b/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch index 465e1e8..5abadfa 100644 --- a/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch +++ b/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch @@ -2,6 +2,7 @@ Replace the deprecated gnutls_protocol_set_priority() with gnutls_priority_set_direct() Reported on http://bugs.debian.org/624058 +Report upstream on http://bugs.mutt.org/3515 --- a/mutt_ssl_gnutls.c +++ b/mutt_ssl_gnutls.c diff --git a/debian/patches/upstream/624085-gnutls-deprecated-verify-peers.patch b/debian/patches/upstream/624085-gnutls-deprecated-verify-peers.patch index 9327383..c655845 100644 --- a/debian/patches/upstream/624085-gnutls-deprecated-verify-peers.patch +++ b/debian/patches/upstream/624085-gnutls-deprecated-verify-peers.patch @@ -2,6 +2,7 @@ Remove the deprecated gnutls_certificate_verify_peers() in favour of the new gnutls_certificate_veirfy_peers2() Reported on http://bugs.debian.org/624085 +Reported upstream on http://bugs.mutt.org/3516 --- a/mutt_ssl_gnutls.c +++ b/mutt_ssl_gnutls.c