[Pkg-openssl-changes] r872 - in openssl/branches/openssl1.0/debian: . patches

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Fri Dec 30 21:10:35 UTC 2016


Author: bigeasy
Date: 2016-12-30 21:10:35 +0000 (Fri, 30 Dec 2016)
New Revision: 872

Modified:
   openssl/branches/openssl1.0/debian/changelog
   openssl/branches/openssl1.0/debian/patches/debian-targets.patch
Log:
Drop asm support for x32 in order to pass the testsuite



Modified: openssl/branches/openssl1.0/debian/changelog
===================================================================
--- openssl/branches/openssl1.0/debian/changelog	2016-12-27 22:51:29 UTC (rev 871)
+++ openssl/branches/openssl1.0/debian/changelog	2016-12-30 21:10:35 UTC (rev 872)
@@ -5,6 +5,7 @@
   * Mark RC4 and 3DES as weak which removes them from the SSL/TLS protocol
     (Closes: #736687).
   * Update Standards-Version, no change required.
+  * Drop asm support for X32 because the testsuite segfaults.
 
  -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Mon, 19 Dec 2016 21:57:14 +0100
 

Modified: openssl/branches/openssl1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/openssl1.0/debian/patches/debian-targets.patch	2016-12-27 22:51:29 UTC (rev 871)
+++ openssl/branches/openssl1.0/debian/patches/debian-targets.patch	2016-12-30 21:10:35 UTC (rev 872)
@@ -1,7 +1,9 @@
-Index: openssl-1.0.2g/Configure
-===================================================================
---- openssl-1.0.2g.orig/Configure
-+++ openssl-1.0.2g/Configure
+---
+ Configure |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 54 insertions(+)
+
+--- a/Configure
++++ b/Configure
 @@ -131,6 +131,10 @@ my $clang_devteam_warn = "-Wno-unused-pa
  # Warn that "make depend" should be run?
  my $warn_make_depend = 0;
@@ -65,7 +67,7 @@
 +"debian-sparc-v8","gcc:-DB_ENDIAN ${debian_cflags} -mcpu=v8 -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +"debian-sparc-v9","gcc:-DB_ENDIAN ${debian_cflags} -mcpu=v9 -Wa,-Av8plus -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +"debian-sparc64","gcc:-m64 -DB_ENDIAN ${debian_cflags} -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"debian-x32","gcc:-mx32 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-mx32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::x32",
++"debian-x32","gcc:-mx32 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC:-mx32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::x32",
 +
  ####
  #### Variety of LINUX:-)




More information about the Pkg-openssl-changes mailing list