diff options
author | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:40:38 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:40:38 +0000 |
commit | ecf4694af32dd1818c3c31ffaabac103ca6de9ea (patch) | |
tree | 1bccff767894c3210fd753601ad53b4d01a048fa /dev-ruby/cgi_multipart_eof_fix | |
parent | security cleanup bug 164200 (diff) | |
download | gentoo-2-ecf4694af32dd1818c3c31ffaabac103ca6de9ea.tar.gz gentoo-2-ecf4694af32dd1818c3c31ffaabac103ca6de9ea.tar.bz2 gentoo-2-ecf4694af32dd1818c3c31ffaabac103ca6de9ea.zip |
Stable on amd64 wrt security bug #166901
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ruby/cgi_multipart_eof_fix')
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/cgi_multipart_eof_fix/ChangeLog b/dev-ruby/cgi_multipart_eof_fix/ChangeLog index 0619f9ecbf3e..c40a7b54393c 100644 --- a/dev-ruby/cgi_multipart_eof_fix/ChangeLog +++ b/dev-ruby/cgi_multipart_eof_fix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/cgi_multipart_eof_fix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.7 2007/02/15 18:07:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.8 2007/02/19 22:40:38 malc Exp $ + + 19 Feb 2007; <malc@gentoo.org> cgi_multipart_eof_fix-1.0.0.ebuild: + Stable on amd64 wrt security bug #166901 15 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> cgi_multipart_eof_fix-1.0.0.ebuild: diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild index 8c31ede24f87..5768abae6e44 100644 --- a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.7 2007/02/15 18:07:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.8 2007/02/19 22:40:38 malc Exp $ inherit ruby gems @@ -13,5 +13,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" |