[Pkg-openssl-changes] r930 - openssl/branches/1.1.0/debian

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Mon Nov 6 22:42:59 UTC 2017


Author: bigeasy
Date: 2017-11-06 22:42:59 +0000 (Mon, 06 Nov 2017)
New Revision: 930

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/libssl1.1.symbols
   openssl/branches/1.1.0/debian/rules
Log:
Add the -c4 parameter which I forgot?\226?\128?\166



Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2017-11-05 16:30:18 UTC (rev 929)
+++ openssl/branches/1.1.0/debian/changelog	2017-11-06 22:42:59 UTC (rev 930)
@@ -1,3 +1,10 @@
+openssl (1.1.0g-3) UNRELEASED; urgency=medium
+
+  * Abort the build if symbols are discovered which are not part of the
+    symbols file.
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Mon, 06 Nov 2017 23:41:06 +0100
+
 openssl (1.1.0g-2) unstable; urgency=high
 
   * Avoid problems with aes assembler on armhf using binutils 2.29

Modified: openssl/branches/1.1.0/debian/libssl1.1.symbols
===================================================================
--- openssl/branches/1.1.0/debian/libssl1.1.symbols	2017-11-05 16:30:18 UTC (rev 929)
+++ openssl/branches/1.1.0/debian/libssl1.1.symbols	2017-11-06 22:42:59 UTC (rev 930)
@@ -4,6 +4,7 @@
  *@OPENSSL_1_1_0c 1.1.0c
  *@OPENSSL_1_1_0d 1.1.0d
  *@OPENSSL_1_1_0f 1.1.0f
+ *@OPENSSL_1_1_0g 1.1.0g
 libssl.so.1.1 libssl1.1 #MINVER#
  *@OPENSSL_1_1_0 1.1.0
  *@OPENSSL_1_1_0d 1.1.0d

Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules	2017-11-05 16:30:18 UTC (rev 929)
+++ openssl/branches/1.1.0/debian/rules	2017-11-06 22:42:59 UTC (rev 930)
@@ -138,7 +138,7 @@
 
 override_dh_makeshlibs:
 	#dpkg-gensymbols -Pdebian/libssl1.1/ -plibssl1.1 -c4
-	dh_makeshlibs -a -V --add-udeb="libcrypto1.1-udeb" -Xengines
+	dh_makeshlibs -a -V --add-udeb="libcrypto1.1-udeb" -Xengines -- -c4
 	# XXX: This needs gets set perl:any by dh_perl which is correct, but
 	# that breaks debootstrap in jessie (the current stable). This hack
 	# could be removed once stretch is stable and contains a fixed




More information about the Pkg-openssl-changes mailing list