]> git.llucax.com Git - software/mutt-debian.git/commitdiff
better description for 624058-gnutls-deprecated-set-priority.patch
authorAntonio Radici <antonio@dyne.org>
Tue, 3 May 2011 18:16:30 +0000 (18:16 +0000)
committerAntonio Radici <antonio@dyne.org>
Tue, 3 May 2011 18:16:30 +0000 (18:16 +0000)
debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch [moved from debian/patches/upstream/624058-gnutls-deprecated.patch with 83% similarity]

similarity index 83%
rename from debian/patches/upstream/624058-gnutls-deprecated.patch
rename to debian/patches/upstream/624058-gnutls-deprecated-set-priority.patch
index 4f8adf2ed75303484ab189e9f5eac6212ea77e37..465e1e89931ea6ad07e01a7106f330cbdff19275 100644 (file)
@@ -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);
  }