diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-01 22:53:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-01 22:55:46 +0100 |
commit | 31d636b9d535bf0de1758eab41348b88f9730871 (patch) | |
tree | c30a2621a834578624058eba53784772ab8dbd4c /dev-libs/openssl | |
parent | dev-python/llfuse: Bump (diff) | |
download | gentoo-31d636b9d535bf0de1758eab41348b88f9730871.tar.gz gentoo-31d636b9d535bf0de1758eab41348b88f9730871.tar.bz2 gentoo-31d636b9d535bf0de1758eab41348b88f9730871.zip |
dev-libs/openssl: Revbump to add subslot that reflects lack of SSLv2 (#575548).
Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/openssl-1.0.2g-r1.ebuild (renamed from dev-libs/openssl/openssl-1.0.2g.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-1.0.2g.ebuild b/dev-libs/openssl/openssl-1.0.2g-r1.ebuild index 9fc51c4a63f3..e4fd22ca75db 100644 --- a/dev-libs/openssl/openssl-1.0.2g.ebuild +++ b/dev-libs/openssl/openssl-1.0.2g-r1.ebuild @@ -12,7 +12,9 @@ HOMEPAGE="http://www.openssl.org/" SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" -SLOT="0" +# 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" 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 )" |