From: Antonio Radici Date: Tue, 3 May 2011 18:16:30 +0000 (+0000) Subject: better description for 624058-gnutls-deprecated-set-priority.patch X-Git-Tag: nntp/1.5.21-5nntp1~16 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/19b0c8668052e0b78e7dc46cee155de14c13a26c better description for 624058-gnutls-deprecated-set-priority.patch --- diff --git a/debian/patches/upstream/624058-gnutls-deprecated.patch b/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch similarity index 83% rename from debian/patches/upstream/624058-gnutls-deprecated.patch rename to debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch index 4f8adf2..465e1e8 100644 --- a/debian/patches/upstream/624058-gnutls-deprecated.patch +++ b/debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch @@ -1,10 +1,10 @@ -Tentative fix to replace the deprecated gnutls_protocol_set_priority() with -gnutls_priority_set_direct(), initially reported in http://bugs.debian.org/624058 +Replace the deprecated gnutls_protocol_set_priority() with +gnutls_priority_set_direct() -Index: mutt/mutt_ssl_gnutls.c -=================================================================== ---- mutt.orig/mutt_ssl_gnutls.c 2011-05-03 13:26:09.000000000 +0000 -+++ mutt/mutt_ssl_gnutls.c 2011-05-03 13:52:28.000000000 +0000 +Reported on http://bugs.debian.org/624058 + +--- a/mutt_ssl_gnutls.c ++++ b/mutt_ssl_gnutls.c @@ -238,8 +238,6 @@ gnutls_x509_crt_deinit (clientcrt); }