[Pkg-openssl-changes] r519 - openssl/trunk/debian

Kurt Roeckx kroeckx at alioth.debian.org
Mon Nov 28 21:20:32 UTC 2011


Author: kroeckx
Date: 2011-11-28 21:20:32 +0000 (Mon, 28 Nov 2011)
New Revision: 519

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
  * Don't build v8 and v9 variants of sparc anymore, they're older than
    the default.  (Closes: #649841)
  * Don't build i486 optimized version, that's the default anyway, and
    it uses assembler that doesn't always work on i486.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2011-11-28 21:17:19 UTC (rev 518)
+++ openssl/trunk/debian/changelog	2011-11-28 21:20:32 UTC (rev 519)
@@ -1,3 +1,12 @@
+openssl (1.0.0e-3) unstable; urgency=low
+
+  * Don't build v8 and v9 variants of sparc anymore, they're older than
+    the default.  (Closes: #649841)
+  * Don't build i486 optimized version, that's the default anyway, and
+    it uses assembler that doesn't always work on i486.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Mon, 28 Nov 2011 22:17:26 +0100
+
 openssl (1.0.0e-2.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2011-11-28 21:17:19 UTC (rev 518)
+++ openssl/trunk/debian/rules	2011-11-28 21:20:32 UTC (rev 519)
@@ -21,8 +21,7 @@
 
 CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 zlib  enable-tlsext no-ssl2
 OPT_alpha = ev4 ev5
-OPT_i386  = i486 i586 i686/cmov
-OPT_sparc = v8 v9
+OPT_i386  = i586 i686/cmov
 ARCHOPTS  = OPT_$(DEB_HOST_ARCH)
 OPTS      = $($(ARCHOPTS))
 WANTED_LIBC_VERSION = 2.3.1-10




More information about the Pkg-openssl-changes mailing list