diff options
author | 2007-03-26 14:20:56 +0000 | |
---|---|---|
committer | 2007-03-26 14:20:56 +0000 | |
commit | 96475cd14e89fd1f4742ceb10305747d3250b47c (patch) | |
tree | 5720c0b949e91ef7b1a465db3706506e30118b2f /dev-ruby | |
parent | ia64 stable wrt bug 146080 (diff) | |
download | gentoo-2-96475cd14e89fd1f4742ceb10305747d3250b47c.tar.gz gentoo-2-96475cd14e89fd1f4742ceb10305747d3250b47c.tar.bz2 gentoo-2-96475cd14e89fd1f4742ceb10305747d3250b47c.zip |
block >=ruby-1.8.6, added 2.1, fixed #171365
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ruby')
4 files changed, 30 insertions, 2 deletions
diff --git a/dev-ruby/cgi_multipart_eof_fix/ChangeLog b/dev-ruby/cgi_multipart_eof_fix/ChangeLog index d531f604f62e..161ccaed6bf9 100644 --- a/dev-ruby/cgi_multipart_eof_fix/ChangeLog +++ b/dev-ruby/cgi_multipart_eof_fix/ChangeLog @@ -1,6 +1,13 @@ # 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.10 2007/02/24 10:16:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.11 2007/03/26 14:20:56 pclouds Exp $ + +*cgi_multipart_eof_fix-2.1 (26 Mar 2007) + + 26 Mar 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + cgi_multipart_eof_fix-1.0.0.ebuild, +cgi_multipart_eof_fix-2.1.ebuild: + Make 1.0.0 block >=dev-lang/ruby-1.8.6 + Added 2.1, fixed #171365 24 Feb 2007; Markus Rothe <corsair@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 b1726bc5a718..e833cf38b11d 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.10 2007/02/24 10:16:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.11 2007/03/26 14:20:56 pclouds Exp $ inherit ruby gems @@ -15,3 +15,4 @@ LICENSE="Ruby" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" +DEPEND="!>=dev-lang/ruby-1.8.6" diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild new file mode 100644 index 000000000000..e78034290aa7 --- /dev/null +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild @@ -0,0 +1,17 @@ +# 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-2.1.ebuild,v 1.1 2007/03/26 14:20:56 pclouds Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Fix an exploitable bug in CGI multipart parsing which affects Ruby +<= 1.8.5" +# Mongrel hosts gem_plugin, so setting that as homepage +HOMEPAGE="http://mongrel.rubyforge.org/" +SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" diff --git a/dev-ruby/cgi_multipart_eof_fix/files/digest-cgi_multipart_eof_fix-2.1 b/dev-ruby/cgi_multipart_eof_fix/files/digest-cgi_multipart_eof_fix-2.1 new file mode 100644 index 000000000000..a594e2474f5c --- /dev/null +++ b/dev-ruby/cgi_multipart_eof_fix/files/digest-cgi_multipart_eof_fix-2.1 @@ -0,0 +1,3 @@ +MD5 02759eecbf8eecd9a811192cbc1e990b cgi_multipart_eof_fix-2.1.gem 10240 +RMD160 894d59d1dba2727781ab773bff400988f9573387 cgi_multipart_eof_fix-2.1.gem 10240 +SHA256 5ff42c1e33c84f13dfc577d75371655c0868c0af67efa748b03d8f7ae16dd2a2 cgi_multipart_eof_fix-2.1.gem 10240 |