summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2016-03-03 09:15:11 -0600
committerDoug Goldstein <cardoe@gentoo.org>2016-03-03 09:40:15 -0600
commit15eb910faba4df68ce400a463db5c2a989279360 (patch)
tree6037f2c48d12cc5714e414ac72ec1d2b998242f0
parentsys-auth/keystone: bup (diff)
downloadgentoo-15eb910f.tar.gz
gentoo-15eb910f.tar.bz2
gentoo-15eb910f.zip
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@gentoo.org>
-rw-r--r--dev-libs/openssl/openssl-1.0.2g-r2.ebuild (renamed from dev-libs/openssl/openssl-1.0.2g-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-1.0.2g-r1.ebuild b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild
index e4fd22ca75db..3928f2f24916 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}) \