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

Kurt Roeckx kroeckx at moszumanska.debian.org
Fri Jun 10 20:29:28 UTC 2016


Author: kroeckx
Date: 2016-06-10 20:29:28 +0000 (Fri, 10 Jun 2016)
New Revision: 806

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
Fix hppa


Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2016-06-10 19:30:09 UTC (rev 805)
+++ openssl/branches/1.1.0/debian/changelog	2016-06-10 20:29:28 UTC (rev 806)
@@ -1,13 +1,17 @@
 openssl (1.1.0~pre5-2) UNRELEASED; urgency=medium
 
+  [ Sebastian Andrzej Siewior ]
   * Run the testsuite with verbose output.
   * Use $(MAKE) so the whole make environment is passed to its child and we
     can build in parallel with -jX
   * Update snapshot to commit 5000a6d1215e ("Fix an error path leak in int
     X509_ATTRIBUTE_set1_data()")
 
- -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Sun, 05 Jun 2016 22:49:30 +0200
+  [ Kurt Roeckx ]
+  * Don't use assembler on hppa, it's not writen for Linux.
 
+ -- Kurt Roeckx <kurt at roeckx.be>  Fri, 10 Jun 2016 22:28:39 +0200
+
 openssl (1.1.0~pre5-1) experimental; urgency=medium
 
   * New upstream version with soname change.  Upload to experimental.

Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-06-10 19:30:09 UTC (rev 805)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-06-10 20:29:28 UTC (rev 806)
@@ -49,7 +49,7 @@
 +		inherit_from => [ "debian-i386" ],
 +	},
 +	"debian-hppa" => {
-+		inherit_from => [ "linux-generic32", "debian", asm("parisc11_asm") ],
++		inherit_from => [ "linux-generic32", "debian" ],
 +	},
 +	"debian-hurd-i386" => {
 +		inherit_from => [ "hurd-x86", "debian" ],




More information about the Pkg-openssl-changes mailing list