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

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Thu Dec 22 22:28:35 UTC 2016


Author: bigeasy
Date: 2016-12-22 22:28:34 +0000 (Thu, 22 Dec 2016)
New Revision: 867

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/control
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
add myself as uploader and add tilegx support



Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2016-12-19 21:07:00 UTC (rev 866)
+++ openssl/branches/1.1.0/debian/changelog	2016-12-22 22:28:34 UTC (rev 867)
@@ -1,3 +1,10 @@
+openssl (1.1.0c-3) UNRELEASED; urgency=medium
+
+  * Add myself as Uploader.
+  * Add support for tilegx, patch by Helmut Grohne (Closes: #848957).
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Thu, 22 Dec 2016 23:24:14 +0100
+
 openssl (1.1.0c-2) unstable; urgency=medium
 
   * Revert behaviour of SSL_read() and SSL_write(), and update documentation.

Modified: openssl/branches/1.1.0/debian/control
===================================================================
--- openssl/branches/1.1.0/debian/control	2016-12-19 21:07:00 UTC (rev 866)
+++ openssl/branches/1.1.0/debian/control	2016-12-22 22:28:34 UTC (rev 867)
@@ -3,7 +3,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian OpenSSL Team <pkg-openssl-devel at lists.alioth.debian.org>
-Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>, Kurt Roeckx <kurt at roeckx.be>
+Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>, Kurt Roeckx <kurt at roeckx.be>, Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-openssl/openssl
 Vcs-Svn: svn://anonscm.debian.org/pkg-openssl/openssl/

Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-12-19 21:07:00 UTC (rev 866)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-12-22 22:28:34 UTC (rev 867)
@@ -1,10 +1,10 @@
 ---
- Configurations/20-debian.conf |  133 ++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 133 insertions(+)
+ Configurations/20-debian.conf |  137 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 137 insertions(+)
 
 --- /dev/null
 +++ b/Configurations/20-debian.conf
-@@ -0,0 +1,134 @@
+@@ -0,0 +1,137 @@
 +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`;
@@ -134,6 +134,9 @@
 +	        cflags => add("-m64 -mcpu=ultrasparc -DB_ENDIAN"),
 +		bn_ops => "BN_LLONG RC4_CHAR",
 +	},
++	"debian-tilegx" => {
++		inherit_from => [ "linux-generic64", "debian" ],
++	},
 +	"debian-x32" => {
 +		inherit_from => [ "linux-x32", "debian" ],
 +	},




More information about the Pkg-openssl-changes mailing list