[Pkg-gnutls-commits] r799 - in /packages/libgcrypt11/trunk/debian: changelog patches/21_cpuid.diff

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Nov 29 13:02:47 UTC 2009


Author: ametzler
Date: Sun Nov 29 13:02:46 2009
New Revision: 799

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=799
Log:
Fix CPUID detection. #519391

Added:
    packages/libgcrypt11/trunk/debian/patches/21_cpuid.diff
Modified:
    packages/libgcrypt11/trunk/debian/changelog

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=799&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sun Nov 29 13:02:46 2009
@@ -1,10 +1,11 @@
-libgcrypt11 (1.4.4-6) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+libgcrypt11 (1.4.4-6) unstable; urgency=low
+
   * Sync priorities with override file, libgcrypt11 is priority standard
     now.
-
- -- Andreas Metzler <ametzler at debian.org>  Sat, 31 Oct 2009 09:44:23 +0100
+  * [patches/21_cpuid.diff] Fix CPUID detection. (Thank's, Ben Hutchings.)
+    Closes: #519391
+
+ -- Andreas Metzler <ametzler at debian.org>  Sun, 29 Nov 2009 13:54:31 +0100
 
 libgcrypt11 (1.4.4-5) unstable; urgency=low
 

Added: packages/libgcrypt11/trunk/debian/patches/21_cpuid.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/patches/21_cpuid.diff?rev=799&op=file
==============================================================================
--- packages/libgcrypt11/trunk/debian/patches/21_cpuid.diff (added)
+++ packages/libgcrypt11/trunk/debian/patches/21_cpuid.diff Sun Nov 29 13:02:46 2009
@@ -1,0 +1,11 @@
+--- a/src/hwfeatures.c	(Revision 1406)
++++ b/src/hwfeatures.c	(Revision 1407)
+@@ -67,7 +67,7 @@
+      "jz .Lno_cpuid%=\n\t"       /* Toggling did not work, thus no CPUID.  */
+      "movl $1, %0\n"             /* Worked. true -> HAS_CPUID.  */
+      ".Lno_cpuid%=:\n\t"
+-     : "=r" (has_cpuid)
++     : "+r" (has_cpuid)
+      :
+      : "%eax", "%ecx", "cc"
+      );




More information about the Pkg-gnutls-commits mailing list