[Pkg-openssl-changes] r908 - in openssl/branches/1.1.0/debian: . patches

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Tue Jul 11 22:25:48 UTC 2017


Author: bigeasy
Date: 2017-07-11 22:25:48 +0000 (Tue, 11 Jul 2017)
New Revision: 908

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
Add support for debian-arm64ilp32



Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2017-06-21 19:43:16 UTC (rev 907)
+++ openssl/branches/1.1.0/debian/changelog	2017-07-11 22:25:48 UTC (rev 908)
@@ -1,3 +1,9 @@
+openssl (1.1.0f-4) UNRELEASED; urgency=medium
+
+  * Add support for arm64ilp32, patch by Wookey (Closes: #867240)
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Wed, 12 Jul 2017 00:24:40 +0200
+
 openssl (1.1.0f-3) unstable; urgency=medium
 
   * Don't cleanup a thread-local key we didn't create it (Closes: #863707)

Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2017-06-21 19:43:16 UTC (rev 907)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2017-07-11 22:25:48 UTC (rev 908)
@@ -1,10 +1,10 @@
 ---
- Configurations/20-debian.conf |  137 ++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 137 insertions(+)
+ Configurations/20-debian.conf |  140 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 140 insertions(+)
 
 --- /dev/null
 +++ b/Configurations/20-debian.conf
-@@ -0,0 +1,137 @@
+@@ -0,0 +1,140 @@
 +my $debian_cflags = `dpkg-buildflags --get CFLAGS` . `dpkg-buildflags --get CPPFLAGS` . "-Wa,--noexecstack -Wall";
 +$debian_cflags =~ s/\n/ /g;
 +my $debian_ldflags = `dpkg-buildflags --get LDFLAGS`;
@@ -30,6 +30,9 @@
 +	"debian-arm64" => {
 +		inherit_from => [ "linux-aarch64", "debian" ],
 +	},
++	"debian-arm64ilp32" => {
++		inherit_from => [ "linux-arm64ilp32", "debian" ],
++	},
 +	"debian-armel" => {
 +		inherit_from => [ "linux-armv4", "debian" ],
 +	},




More information about the Pkg-openssl-changes mailing list