diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-08 17:20:24 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-08 17:20:24 +0000 |
commit | 2b5310ec93ad0538c68103078f4319d442fe49ab (patch) | |
tree | 0bcbb8db9cb81fa5183dacce4f1297eb5d6ecebb /net-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-2b5310ec93ad0538c68103078f4319d442fe49ab.tar.gz gentoo-2-2b5310ec93ad0538c68103078f4319d442fe49ab.tar.bz2 gentoo-2-2b5310ec93ad0538c68103078f4319d442fe49ab.zip |
x86 stable wrt security bug #503394
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-2.12.23-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index dd050bb70332..3dd17cb47970 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.474 2014/03/05 19:42:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.475 2014/03/08 17:20:24 phajdan.jr Exp $ + + 06 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnutls-2.12.23-r4.ebuild: + x86 stable wrt security bug #503394 *gnutls-3.2.12.1 (05 Mar 2014) diff --git a/net-libs/gnutls/gnutls-2.12.23-r4.ebuild b/net-libs/gnutls/gnutls-2.12.23-r4.ebuild index 987dd2f89623..c22b21675f58 100644 --- a/net-libs/gnutls/gnutls-2.12.23-r4.ebuild +++ b/net-libs/gnutls/gnutls-2.12.23-r4.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/net-libs/gnutls/gnutls-2.12.23-r4.ebuild,v 1.3 2014/03/05 17:58:56 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r4.ebuild,v 1.4 2014/03/08 17:20:24 phajdan.jr Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 1-2)/ # LGPL-2.1 for libgnutls library and GPL-3 for libgnutls-extra library. LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="bindist +cxx doc examples guile lzo +nettle nls pkcs11 static-libs test zlib" RDEPEND=">=dev-libs/libtasn1-0.3.4 |