diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-08 14:15:20 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-08 14:15:20 +0000 |
commit | 3b3d2b694587e8dbe799ef59a15f1abe644f4f7c (patch) | |
tree | 860477c18259eddec5c3f053f0c247a011f13f66 /net-libs/libecap | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-3b3d2b694587e8dbe799ef59a15f1abe644f4f7c.tar.gz gentoo-2-3b3d2b694587e8dbe799ef59a15f1abe644f4f7c.tar.bz2 gentoo-2-3b3d2b694587e8dbe799ef59a15f1abe644f4f7c.zip |
x86 stable wrt security bug #301828
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-libs/libecap')
-rw-r--r-- | net-libs/libecap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libecap/libecap-0.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libecap/ChangeLog b/net-libs/libecap/ChangeLog index 33887d77abd7..9bdeab00615b 100644 --- a/net-libs/libecap/ChangeLog +++ b/net-libs/libecap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libecap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.8 2010/08/08 11:59:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.9 2010/08/08 14:15:20 phajdan.jr Exp $ + + 08 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> libecap-0.0.2.ebuild: + x86 stable wrt security bug #301828 08 Aug 2010; Markos Chandras <hwoarang@gentoo.org> libecap-0.0.2.ebuild: Stable on amd64. Security bug #301828 diff --git a/net-libs/libecap/libecap-0.0.2.ebuild b/net-libs/libecap/libecap-0.0.2.ebuild index 22f2b4c2fa0a..d0545fef9277 100644 --- a/net-libs/libecap/libecap-0.0.2.ebuild +++ b/net-libs/libecap/libecap-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.7 2010/08/08 11:59:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.8 2010/08/08 14:15:20 phajdan.jr Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |