[Pkg-openssl-changes] r649 - openssl/branches/wheezy/debian

Kurt Roeckx kroeckx at moszumanska.debian.org
Sat Feb 1 20:25:09 UTC 2014


Author: kroeckx
Date: 2014-02-01 20:25:08 +0000 (Sat, 01 Feb 2014)
New Revision: 649

Modified:
   openssl/branches/wheezy/debian/changelog
   openssl/branches/wheezy/debian/rules
Log:
enable ec_nistp_64_gcc_128 on *-amd64 (Closes: #698447)


Modified: openssl/branches/wheezy/debian/changelog
===================================================================
--- openssl/branches/wheezy/debian/changelog	2014-01-06 19:29:42 UTC (rev 648)
+++ openssl/branches/wheezy/debian/changelog	2014-02-01 20:25:08 UTC (rev 649)
@@ -1,3 +1,9 @@
+openssl (1.0.1e-2+deb7u4) stable-security; urgency=medium
+
+  * enable ec_nistp_64_gcc_128 on *-amd64 (Closes: #698447)
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 01 Feb 2014 21:24:34 +0100
+
 openssl (1.0.1e-2+deb7u3) stable-security; urgency=medium
 
   * Don't change version number if session established

Modified: openssl/branches/wheezy/debian/rules
===================================================================
--- openssl/branches/wheezy/debian/rules	2014-01-06 19:29:42 UTC (rev 648)
+++ openssl/branches/wheezy/debian/rules	2014-02-01 20:25:08 UTC (rev 649)
@@ -26,6 +26,10 @@
 OPTS      = $($(ARCHOPTS))
 WANTED_LIBC_VERSION = 2.3.1-10
 
+ifeq ($(DEB_HOST_ARCH_CPU), amd64)
+	CONFARGS += enable-ec_nistp_64_gcc_128
+endif
+
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp




More information about the Pkg-openssl-changes mailing list