commit: 15eb910faba4df68ce400a463db5c2a989279360 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 15:15:11 2016 +0000 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 15:40:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15eb910f
dev-libs/openssl: re-enable SSLv2 Re-enable SSLv2 since disabling it changes the ABI without a SONAME change causing a lot of breakage. Gentoo-Bug: 576128 Gentoo-Bug: 575548 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org> .../openssl/{openssl-1.0.2g-r1.ebuild => openssl-1.0.2g-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/openssl/openssl-1.0.2g-r1.ebuild b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild similarity index 99% rename from dev-libs/openssl/openssl-1.0.2g-r1.ebuild rename to dev-libs/openssl/openssl-1.0.2g-r2.ebuild index e4fd22c..3928f2f 100644 --- a/dev-libs/openssl/openssl-1.0.2g-r1.ebuild +++ b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" # subslot set to 1.0.2g version as this is the first release without SSLv2 # support and thus breaks nearly every openssl consumer (see bug #575548) -SLOT="0/1.0.2g" +SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" @@ -156,6 +156,7 @@ multilib_src_configure() { enable-mdc2 \ enable-rc5 \ enable-tlsext \ + enable-ssl2 \ $(use_ssl asm) \ $(use_ssl gmp gmp -lgmp) \ $(use_ssl kerberos krb5 --with-krb5-flavor=${krb5}) \