[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770785: unblock: python-gnutls/2.0.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-gnutls

RC bug fix.

unblock python-gnutls/2.0.1-2
diff -u python-gnutls-2.0.1/debian/changelog python-gnutls-2.0.1/debian/changelog
--- python-gnutls-2.0.1/debian/changelog
+++ python-gnutls-2.0.1/debian/changelog
@@ -1,3 +1,15 @@
+python-gnutls (2.0.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Use a function that actually exists to test if OpenPGP functions are
+    present in the library (Closes: #764034)
+    - Thanks to Teddy Hogeborn for the bug report, the diagnosis, and
+      the initial version of the patch
+    - Note: Change is done inline to avoid adding a patch system during
+      freeze, so it does not appear in the DPMT svn
+
+ -- Scott Kitterman <scott@kitterman.com>  Sun, 23 Nov 2014 20:34:20 -0500
+
 python-gnutls (2.0.1-1) unstable; urgency=medium
 
   * Team upload
only in patch2:
unchanged:
--- python-gnutls-2.0.1.orig/gnutls/library/functions.py
+++ python-gnutls-2.0.1/gnutls/library/functions.py
@@ -1398,11 +1398,10 @@
 #
 
 try:
-    gnutls_certificate_get_openpgp_key = libgnutls.gnutls_certificate_get_openpgp_key
+    gnutls_certificate_set_openpgp_key = libgnutls.gnutls_certificate_set_openpgp_key
 except AttributeError:
     pass
 else:
-    gnutls_certificate_set_openpgp_key = libgnutls.gnutls_certificate_set_openpgp_key
     gnutls_certificate_set_openpgp_key.argtypes = [gnutls_certificate_credentials_t, gnutls_openpgp_crt_t, gnutls_openpgp_privkey_t]
     gnutls_certificate_set_openpgp_key.restype = c_int
 

Reply to: