Muehlenhoff has submitted this change and it was merged.

Change subject: Cope with new libssl1.1 symbols introduced in 1.1.0c
......................................................................


Cope with new libssl1.1 symbols introduced in 1.1.0c

Otherwise the build fails since new symbols are available:

dpkg-gensymbols -Pdebian/libssl1.1/ -plibssl1.1 -c4
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: debian/libssl1.1/DEBIAN/symbols doesn't match 
completely debian/libssl1.1.symbols
--- debian/libssl1.1.symbols (libssl1.1_1.1.0c-1+wmf1_amd64)
+++ dpkg-gensymbols40IYit       2016-11-10 18:06:04.270220379 +0000
@@ -1,5 +1,8 @@
 libcrypto.so.1.1 libssl1.1 #MINVER#
+ DSO_dsobyaddr@OPENSSL_1_1_0c 1.1.0c-1+wmf1
+ DSO_pathbyaddr@OPENSSL_1_1_0c 1.1.0c-1+wmf1
  (symver|optional)OPENSSL_1_1_0 1.1.0
  (symver|optional)OPENSSL_1_1_0a 1.1.0a
+ OPENSSL_1_1_0c@OPENSSL_1_1_0c 1.1.0c-1+wmf1
 libssl.so.1.1 libssl1.1 #MINVER#
  (symver|optional)OPENSSL_1_1_0 1.1.0
debian/rules:139: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 2

Change-Id: I5b5d90ee8e22b4d0c7be003dc66d4d69b955b7f5
---
M debian/changelog
M debian/libssl1.1.symbols
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Muehlenhoff: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
index d1ff8cd..00dce1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@
   * Drop no-rpath.patch, merged in 1.1.0c in
     
https://git.openssl.org/?p=openssl.git;a=commit;h=68f3b899105b5709b8d73265549c93a78e0f6e72
   * Refresh debian/d2i-tests.tar
+  * Cope with new libssl1.1 symbols introduced in 1.1.0c
 
  -- Moritz Muehlenhoff <mmuhlenh...@wikimedia.org>  Thu, 10 Nov 2016 16:42:36 
+0100
 
diff --git a/debian/libssl1.1.symbols b/debian/libssl1.1.symbols
index f86fd6c..237c473 100644
--- a/debian/libssl1.1.symbols
+++ b/debian/libssl1.1.symbols
@@ -1,5 +1,6 @@
 libcrypto.so.1.1 libssl1.1 #MINVER#
  *@OPENSSL_1_1_0 1.1.0
  *@OPENSSL_1_1_0a 1.1.0a
+ *@OPENSSL_1_1_0c 1.1.0c
 libssl.so.1.1 libssl1.1 #MINVER#
  *@OPENSSL_1_1_0 1.1.0

-- 
To view, visit https://gerrit.wikimedia.org/r/320814
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5b5d90ee8e22b4d0c7be003dc66d4d69b955b7f5
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/openssl11
Gerrit-Branch: master
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>
Gerrit-Reviewer: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to