dev-libs/openssl: re-enable SSLv2
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 3 Mar 2016 15:15:11 +0000 (09:15 -0600)
committerDoug Goldstein <cardoe@gentoo.org>
Thu, 3 Mar 2016 15:40:15 +0000 (09:40 -0600)
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@gentoo.org>
dev-libs/openssl/openssl-1.0.2g-r2.ebuild [moved from dev-libs/openssl/openssl-1.0.2g-r1.ebuild with 99% similarity]

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 e4fd22ca75db20ff22e4870039e27ee7438d6908..3928f2f2491674a838c6de213329f32d4c861df0 100644 (file)
@@ -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}) \