diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 13:07:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 13:07:45 +0000 |
commit | 82a3f23c65880d6ce891261e92d42c7acbf9cd12 (patch) | |
tree | 4c58b13a3230db697b0c045ff4e274381eb4bd94 /dev-libs | |
parent | Stable for amd64, wrt bug #519264 (diff) | |
download | gentoo-2-82a3f23c65880d6ce891261e92d42c7acbf9cd12.tar.gz gentoo-2-82a3f23c65880d6ce891261e92d42c7acbf9cd12.tar.bz2 gentoo-2-82a3f23c65880d6ce891261e92d42c7acbf9cd12.zip |
Stable for x86, wrt bug #519264
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.1i.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 71698632279e..f87ca5620dc6 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.579 2014/08/09 13:07:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.580 2014/08/09 13:07:45 ago Exp $ + + 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8z_p2.ebuild, + openssl-1.0.1i.ebuild: + Stable for x86, wrt bug #519264 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8z_p2.ebuild, openssl-1.0.1i.ebuild: diff --git a/dev-libs/openssl/openssl-0.9.8z_p2.ebuild b/dev-libs/openssl/openssl-0.9.8z_p2.ebuild index f87296e2968d..2d0ca3e569e8 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p2.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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_p2.ebuild,v 1.2 2014/08/09 13:07:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p2.ebuild,v 1.3 2014/08/09 13:07:45 ago 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 sse2 test zlib" RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] ) diff --git a/dev-libs/openssl/openssl-1.0.1i.ebuild b/dev-libs/openssl/openssl-1.0.1i.ebuild index 364ef8232093..db9b75ee1b58 100644 --- a/dev-libs/openssl/openssl-1.0.1i.ebuild +++ b/dev-libs/openssl/openssl-1.0.1i.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1i.ebuild,v 1.3 2014/08/09 13:07:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1i.ebuild,v 1.4 2014/08/09 13:07:45 ago 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 sse2 static-libs test +tls-heartbeat vanilla zlib" # The blocks are temporary just to make sure people upgrade to a |