[Pkg-openssl-changes] r913 - in openssl/branches/openssl1.0/debian: . patches
Sebastian Andrzej Siewior
bigeasy at moszumanska.debian.org
Sat Oct 7 09:36:38 UTC 2017
Author: bigeasy
Date: 2017-10-07 09:36:37 +0000 (Sat, 07 Oct 2017)
New Revision: 913
Modified:
openssl/branches/openssl1.0/debian/changelog
openssl/branches/openssl1.0/debian/patches/debian-targets.patch
Log:
add arm64ilp32 support for 1.0
Modified: openssl/branches/openssl1.0/debian/changelog
===================================================================
--- openssl/branches/openssl1.0/debian/changelog 2017-08-24 20:36:07 UTC (rev 912)
+++ openssl/branches/openssl1.0/debian/changelog 2017-10-07 09:36:37 UTC (rev 913)
@@ -1,3 +1,9 @@
+openssl1.0 (1.0.2l-3) UNRELEASED; urgency=medium
+
+ * Add support for arm64ilp32, Patch by Wookey (Closes: #874709).
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc> Sat, 07 Oct 2017 11:35:29 +0200
+
openssl1.0 (1.0.2l-2) unstable; urgency=medium
* Make the udeb use a versioned depends (Closes: #864081)
Modified: openssl/branches/openssl1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/openssl1.0/debian/patches/debian-targets.patch 2017-08-24 20:36:07 UTC (rev 912)
+++ openssl/branches/openssl1.0/debian/patches/debian-targets.patch 2017-10-07 09:36:37 UTC (rev 913)
@@ -15,7 +15,7 @@
my $strict_warnings = 0;
my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
-@@ -367,6 +371,56 @@ my %table=(
+@@ -367,6 +371,57 @@ my %table=(
"osf1-alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared:::.so",
"tru64-alpha-cc", "cc:-std1 -tune host -fast -readonly_strings::-pthread:::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared::-msym:.so",
@@ -24,6 +24,7 @@
+"debian-alpha-ev4","gcc:${debian_cflags} -mcpu=ev4::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-alpha-ev5","gcc:${debian_cflags} -mcpu=ev5::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-arm64","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${aarch64_asm}:linux64:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"debian-arm64ilp32","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-armel","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-armhf","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-amd64", "gcc:-m64 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::",
More information about the Pkg-openssl-changes
mailing list