diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-29 09:22:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-29 09:22:50 +0000 |
commit | 2bb3515ba5396866df615b0349ead69155ad2d53 (patch) | |
tree | 1f5b9af30e5d7dd42900a67b6275fe3fc144843a /perl-core/CGI | |
parent | x86 stable wrt security bug #345845 (diff) | |
download | gentoo-2-2bb3515ba5396866df615b0349ead69155ad2d53.tar.gz gentoo-2-2bb3515ba5396866df615b0349ead69155ad2d53.tar.bz2 gentoo-2-2bb3515ba5396866df615b0349ead69155ad2d53.zip |
x86 stable wrt security bug #345845
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'perl-core/CGI')
-rw-r--r-- | perl-core/CGI/CGI-3.50.ebuild | 4 | ||||
-rw-r--r-- | perl-core/CGI/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/CGI/CGI-3.50.ebuild b/perl-core/CGI/CGI-3.50.ebuild index f76a0306a672..10a2cb27cfe3 100644 --- a/perl-core/CGI/CGI-3.50.ebuild +++ b/perl-core/CGI/CGI-3.50.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/perl-core/CGI/CGI-3.50.ebuild,v 1.1 2010/11/15 11:49:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.50.ebuild,v 1.2 2010/11/29 09:22:50 phajdan.jr Exp $ EAPI=3 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Simple Common Gateway Interface Class" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-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 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" #DEPEND="dev-lang/perl" diff --git a/perl-core/CGI/ChangeLog b/perl-core/CGI/ChangeLog index f6ab6e8abeb4..d6d0a325bd95 100644 --- a/perl-core/CGI/ChangeLog +++ b/perl-core/CGI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/CGI # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.81 2010/11/15 11:49:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.82 2010/11/29 09:22:50 phajdan.jr Exp $ + + 29 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> CGI-3.50.ebuild: + x86 stable wrt security bug #345845 *CGI-3.50 (15 Nov 2010) |