Muehlenhoff has submitted this change and it was merged. Change subject: Backport a change from 1.0.2g-1 to add the new exported symbols SRP_VBASE_get1_by_user and SRP_user_pwd_free ......................................................................
Backport a change from 1.0.2g-1 to add the new exported symbols SRP_VBASE_get1_by_user and SRP_user_pwd_free Change-Id: If441faffe372a76dd5664b9ab793865413c0f3b1 --- A debian/patches/extend-version-script.patch M debian/patches/series 2 files changed, 13 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/debian/patches/extend-version-script.patch b/debian/patches/extend-version-script.patch new file mode 100644 index 0000000..0f498f0 --- /dev/null +++ b/debian/patches/extend-version-script.patch @@ -0,0 +1,12 @@ +diff -aur openssl.orig/openssl.ld openssl/openssl.ld +--- openssl.orig/openssl.ld 2016-03-03 11:19:38.888050124 +0100 ++++ openssl/openssl.ld 2016-03-03 11:25:09.708605927 +0100 +@@ -4611,5 +4611,7 @@ + BUF_strnlen; + sk_deep_copy; + SSL_test_functions; ++ SRP_VBASE_get1_by_user; ++ SRP_user_pwd_free; + } OPENSSL_1.0.1d; + + diff --git a/debian/patches/series b/debian/patches/series index f95760e..3096a52 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -15,3 +15,4 @@ block_digicert_malaysia.patch #padlock_conf.patch disable_freelist.patch +extend-version-script.patch -- To view, visit https://gerrit.wikimedia.org/r/274413 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If441faffe372a76dd5664b9ab793865413c0f3b1 Gerrit-PatchSet: 3 Gerrit-Project: operations/debs/openssl Gerrit-Branch: master Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
