Muehlenhoff has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/392056 )
Change subject: Remove enable-weak-ssl-ciphers again, we temporarily enabled it to allow 3des (and that is now disabled) (Bug: T180792) ...................................................................... Remove enable-weak-ssl-ciphers again, we temporarily enabled it to allow 3des (and that is now disabled) (Bug: T180792) Change-Id: If8f7049f70a19eca05ca49ba6a7e4b3a63625985 --- M debian/changelog M debian/rules 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/openssl11 refs/changes/56/392056/1 diff --git a/debian/changelog b/debian/changelog index c479e7b..fb9d0e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openssl11 (1.1.0g-1+wmf2) UNRELEASED; urgency=medium + + * Remove enable-weak-ssl-ciphers again, we temporarily enabled it to + allow 3des (and that is now disabled) (Bug: T180792) + + -- Moritz Muehlenhoff <[email protected]> Fri, 17 Nov 2017 16:30:12 +0100 + openssl11 (1.1.0g-1+wmf1) jessie-wikimedia; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 509ca21..2f00129 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ MAKEFLAGS += -j$(NUMJOBS) endif -CONFARGS = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms enable-weak-ssl-ciphers +CONFARGS = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms OPT_alpha = ev4 ev5 ARCHOPTS = OPT_$(DEB_HOST_ARCH) OPTS = $($(ARCHOPTS)) -- To view, visit https://gerrit.wikimedia.org/r/392056 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8f7049f70a19eca05ca49ba6a7e4b3a63625985 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/openssl11 Gerrit-Branch: master Gerrit-Owner: Muehlenhoff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
