diff options
author | 2015-06-13 09:10:30 +0000 | |
---|---|---|
committer | 2015-06-13 09:10:30 +0000 | |
commit | d38c0cf803cceba18adb97783ec92f6db5ccddea (patch) | |
tree | ee626f3aa645785d2a2d0a734a98e557a6a0fef1 /dev-libs/openssl | |
parent | Remove old. (diff) | |
download | gentoo-2-d38c0cf803cceba18adb97783ec92f6db5ccddea.tar.gz gentoo-2-d38c0cf803cceba18adb97783ec92f6db5ccddea.tar.bz2 gentoo-2-d38c0cf803cceba18adb97783ec92f6db5ccddea.zip |
amd64 stable wrt bug #551832
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p7.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.1o.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 2fce46520bac..07f75c4a7148 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.659 2015/06/13 06:32:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.660 2015/06/13 09:10:30 zlogene Exp $ + + 13 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> openssl-0.9.8z_p7.ebuild, + openssl-1.0.1o.ebuild: + amd64 stable wrt bug #551832 13 Jun 2015; Jeroen Roovers <jer@gentoo.org> openssl-1.0.1o.ebuild: Stable for HPPA PPC64 (bug #551832). diff --git a/dev-libs/openssl/openssl-0.9.8z_p7.ebuild b/dev-libs/openssl/openssl-0.9.8z_p7.ebuild index 9c8fc1b76cad..d3026783c071 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p7.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p7.ebuild,v 1.1 2015/06/11 15:57:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p7.ebuild,v 1.2 2015/06/13 09:10:30 zlogene Exp $ # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat @@ -18,7 +18,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" SLOT="0.9.8" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="bindist gmp kerberos cpu_flags_x86_sse2 test zlib" RESTRICT="!bindist? ( bindist )" diff --git a/dev-libs/openssl/openssl-1.0.1o.ebuild b/dev-libs/openssl/openssl-1.0.1o.ebuild index 2b4e06b3417c..36d495502eec 100644 --- a/dev-libs/openssl/openssl-1.0.1o.ebuild +++ b/dev-libs/openssl/openssl-1.0.1o.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v 1.2 2015/06/13 06:32:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v 1.3 2015/06/13 09:10:30 zlogene Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz LICENSE="openssl" 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" +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="bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" |