[Pkg-gnutls-commits] r1217 - in /packages/gnutls26/trunk/debian: changelog patches/22_export_gnutls_openpgp_privkey_sign_hash.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Mon Aug 22 17:32:50 UTC 2011


Author: ametzler
Date: Mon Aug 22 17:32:49 2011
New Revision: 1217

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1217
Log:
Fix ABI breakage, add export_gnutls_openpgp_privkey_sign_hash() again. #638801

Added:
    packages/gnutls26/trunk/debian/patches/22_export_gnutls_openpgp_privkey_sign_hash.diff
Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/patches/series

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1217&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Mon Aug 22 17:32:49 2011
@@ -1,10 +1,13 @@
-gnutls26 (2.12.7-7) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+gnutls26 (2.12.7-7) unstable; urgency=high
+
   * 21_gnutls-cli.man.diff pulled from upstream git: Formatting fix for
     gnutls-cli manpage. Closes: #637551
-
- -- Andreas Metzler <ametzler at debian.org>  Fri, 12 Aug 2011 20:39:09 +0200
+  * 22_export_gnutls_openpgp_privkey_sign_hash.diff. Fix ABI breakage,
+    export_gnutls_openpgp_privkey_sign_hash() used to be present in 2.10.x was
+    accidentally dropped from the symbol list. (Thanks, Jakub Wilk)
+    Closes: #638801
+
+ -- Andreas Metzler <ametzler at debian.org>  Mon, 22 Aug 2011 19:24:08 +0200
 
 gnutls26 (2.12.7-6) unstable; urgency=low
 

Added: packages/gnutls26/trunk/debian/patches/22_export_gnutls_openpgp_privkey_sign_hash.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/22_export_gnutls_openpgp_privkey_sign_hash.diff?rev=1217&op=file
==============================================================================
--- packages/gnutls26/trunk/debian/patches/22_export_gnutls_openpgp_privkey_sign_hash.diff (added)
+++ packages/gnutls26/trunk/debian/patches/22_export_gnutls_openpgp_privkey_sign_hash.diff Mon Aug 22 17:32:49 2011
@@ -1,0 +1,14 @@
+Description: Export export_gnutls_openpgp_privkey_sign_hash.
+Author: Andreas Metzler <ametzler at debian.org>
+Bug-Debian: http://bugs.debian.org/638801
+
+--- gnutls26-2.12.7.orig/lib/libgnutls.map
++++ gnutls26-2.12.7/lib/libgnutls.map
+@@ -232,6 +232,7 @@ GNUTLS_1_4
+     gnutls_openpgp_privkey_import;
+     gnutls_openpgp_privkey_init;
+     gnutls_openpgp_privkey_set_preferred_key_id;
++    gnutls_openpgp_privkey_sign_hash;
+     gnutls_openpgp_send_cert;
+     gnutls_openpgp_set_recv_key_function;
+     gnutls_oprfi_enable_client;

Modified: packages/gnutls26/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/series?rev=1217&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/patches/series (original)
+++ packages/gnutls26/trunk/debian/patches/series Mon Aug 22 17:32:49 2011
@@ -4,3 +4,4 @@
 18_gpgerrorinpkgconfig.diff
 20_gcrypt15compat.diff
 21_gnutls-cli.man.diff
+22_export_gnutls_openpgp_privkey_sign_hash.diff




More information about the Pkg-gnutls-commits mailing list