[Pkg-openssl-changes] r823 - in openssl/branches/jessie_backports/debian: . patches
Sebastian Andrzej Siewior
bigeasy at moszumanska.debian.org
Mon Aug 8 21:19:19 UTC 2016
Author: bigeasy
Date: 2016-08-08 21:19:19 +0000 (Mon, 08 Aug 2016)
New Revision: 823
Modified:
openssl/branches/jessie_backports/debian/changelog
openssl/branches/jessie_backports/debian/libssl1.0.0.symbols
openssl/branches/jessie_backports/debian/patches/debian-targets.patch
openssl/branches/jessie_backports/debian/patches/version-script.patch
Log:
jessie backports update
- symbol version script fixup stable -> bpo update
- enable asm support for s390x (build tested on zelenka)
Modified: openssl/branches/jessie_backports/debian/changelog
===================================================================
--- openssl/branches/jessie_backports/debian/changelog 2016-08-07 11:20:19 UTC (rev 822)
+++ openssl/branches/jessie_backports/debian/changelog 2016-08-08 21:19:19 UTC (rev 823)
@@ -1,3 +1,12 @@
+openssl (1.0.2h-1~bpo8+2) UNRELEASED; urgency=medium
+
+ * move the symbols SRP_VBASE_get1_by_user, SRP_user_pwd_free from
+ OPENSSL_1.0.2g to OPENSSL_1.0.1s in the version script (Closes: #833328).
+ * Enable asm optimisation for s390x. Patch by Dimitri John Ledkov.
+ (Closes: #833156).
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc> Mon, 08 Aug 2016 21:42:22 +0200
+
openssl (1.0.2h-1~bpo8+1) jessie-backports; urgency=medium
* Upload 1.0.2h to jessie backports
Modified: openssl/branches/jessie_backports/debian/libssl1.0.0.symbols
===================================================================
--- openssl/branches/jessie_backports/debian/libssl1.0.0.symbols 2016-08-07 11:20:19 UTC (rev 822)
+++ openssl/branches/jessie_backports/debian/libssl1.0.0.symbols 2016-08-08 21:19:19 UTC (rev 823)
@@ -3,10 +3,10 @@
*@OPENSSL_1.0.1 1.0.1
*@OPENSSL_1.0.1d 1.0.1d
*@OPENSSL_1.0.2 1.0.2~beta3
- *@OPENSSL_1.0.2g 1.0.2g
+ *@OPENSSL_1.0.1s 1.0.1k-3+deb8u3
libssl.so.1.0.0 libssl1.0.0 #MINVER#
*@OPENSSL_1.0.0 1.0.0
*@OPENSSL_1.0.1 1.0.1
*@OPENSSL_1.0.1d 1.0.1d
+ *@OPENSSL_1.0.1s 1.0.1k-3+deb8u3
*@OPENSSL_1.0.2 1.0.2~beta3
- *@OPENSSL_1.0.2g 1.0.2g
Modified: openssl/branches/jessie_backports/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/jessie_backports/debian/patches/debian-targets.patch 2016-08-07 11:20:19 UTC (rev 822)
+++ openssl/branches/jessie_backports/debian/patches/debian-targets.patch 2016-08-08 21:19:19 UTC (rev 823)
@@ -55,7 +55,7 @@
+"debian-ppc64","gcc:-m64 -DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-ppc64el","gcc:-m64 -DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64le:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-s390","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"debian-s390x","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"debian-s390x","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${s390x_asm}:64:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-sh3", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-sh4", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-sh3eb", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
Modified: openssl/branches/jessie_backports/debian/patches/version-script.patch
===================================================================
--- openssl/branches/jessie_backports/debian/patches/version-script.patch 2016-08-07 11:20:19 UTC (rev 822)
+++ openssl/branches/jessie_backports/debian/patches/version-script.patch 2016-08-08 21:19:19 UTC (rev 823)
@@ -1,8 +1,13 @@
-Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/Configure
-===================================================================
---- openssl-1.0.2~beta1.obsolete.0.0498436515490575.orig/Configure 2014-02-24 21:02:30.000000000 +0100
-+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/Configure 2014-02-24 21:02:30.000000000 +0100
-@@ -1651,6 +1651,8 @@
+---
+ Configure | 2
+ engines/ccgost/openssl.ld | 10
+ engines/openssl.ld | 10
+ openssl.ld | 4620 ++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 4642 insertions(+)
+
+--- a/Configure
++++ b/Configure
+@@ -1730,6 +1730,8 @@ if ($strict_warnings)
}
}
@@ -11,13 +16,37 @@
open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n";
unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
-Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld 2014-02-24 22:19:08.601827266 +0100
-@@ -0,0 +1,4621 @@
+--- /dev/null
++++ b/engines/ccgost/openssl.ld
+@@ -0,0 +1,10 @@
+OPENSSL_1.0.0 {
+ global:
++ bind_engine;
++ v_check;
++ OPENSSL_init;
++ OPENSSL_finish;
++ local:
++ *;
++};
++
+--- /dev/null
++++ b/engines/openssl.ld
+@@ -0,0 +1,10 @@
++OPENSSL_1.0.0 {
++ global:
++ bind_engine;
++ v_check;
++ OPENSSL_init;
++ OPENSSL_finish;
++ local:
++ *;
++};
++
+--- /dev/null
++++ b/openssl.ld
+@@ -0,0 +1,4620 @@
++OPENSSL_1.0.0 {
++ global:
+ BIO_f_ssl;
+ BIO_new_buffer_ssl_connect;
+ BIO_new_ssl;
@@ -4490,6 +4519,12 @@
+ CRYPTO_memcmp;
+} OPENSSL_1.0.1;
+
++OPENSSL_1.0.1s {
++ global:
++ SRP_VBASE_get1_by_user;
++ SRP_user_pwd_free;
++} OPENSSL_1.0.1d;
++
+OPENSSL_1.0.2 {
+ global:
+ SSL_CTX_set_alpn_protos;
@@ -4630,40 +4665,3 @@
+ sk_deep_copy;
+ SSL_test_functions;
+} OPENSSL_1.0.1d;
-+
-+OPENSSL_1.0.2g {
-+ global:
-+ SRP_VBASE_get1_by_user;
-+ SRP_user_pwd_free;
-+} OPENSSL_1.0.1d;
-+
-Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld 2014-02-24 21:02:30.000000000 +0100
-@@ -0,0 +1,10 @@
-+OPENSSL_1.0.0 {
-+ global:
-+ bind_engine;
-+ v_check;
-+ OPENSSL_init;
-+ OPENSSL_finish;
-+ local:
-+ *;
-+};
-+
-Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/ccgost/openssl.ld
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/ccgost/openssl.ld 2014-02-24 21:02:30.000000000 +0100
-@@ -0,0 +1,10 @@
-+OPENSSL_1.0.0 {
-+ global:
-+ bind_engine;
-+ v_check;
-+ OPENSSL_init;
-+ OPENSSL_finish;
-+ local:
-+ *;
-+};
-+
More information about the Pkg-openssl-changes
mailing list