diff options
author | 2007-10-13 06:36:11 +0000 | |
---|---|---|
committer | 2007-10-13 06:36:11 +0000 | |
commit | d7723c5464ae5e3945eb424ed47906938335a015 (patch) | |
tree | 21da0735b9a283d2ecbdb2f193965e32376ef070 /dev-ruby/actionpack | |
parent | set ABI to fix paludis (diff) | |
download | historical-d7723c5464ae5e3945eb424ed47906938335a015.tar.gz historical-d7723c5464ae5e3945eb424ed47906938335a015.tar.bz2 historical-d7723c5464ae5e3945eb424ed47906938335a015.zip |
Version bump with security fixes, bug 195315
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.13.5.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.13.5 | 3 |
3 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index ae9f0bb54970..708282fc8ba5 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.59 2007/10/13 05:31:46 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.60 2007/10/13 06:30:19 graaff Exp $ + +*actionpack-1.13.5 (13 Oct 2007) + + 13 Oct 2007; Hans de Graaff <graaff@gentoo.org> +actionpack-1.13.5.ebuild: + Version bump with security fixes, bug 195315 13 Oct 2007; Tom Gall <tgall@gentoo.org> actionpack-1.13.4.ebuild, actionpack-1.13.3.ebuild: diff --git a/dev-ruby/actionpack/actionpack-1.13.5.ebuild b/dev-ruby/actionpack/actionpack-1.13.5.ebuild new file mode 100644 index 000000000000..ad5aa6a9bfae --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.13.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.13.5.ebuild,v 1.1 2007/10/13 06:30:19 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.4" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.13.5 b/dev-ruby/actionpack/files/digest-actionpack-1.13.5 new file mode 100644 index 000000000000..0e3c33e9010f --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.13.5 @@ -0,0 +1,3 @@ +MD5 ba0f69e4d4af687a68ad359f7c12230f actionpack-1.13.5.gem 616448 +RMD160 5fe5312d70bee56363598018e15bfe45dbaf4a40 actionpack-1.13.5.gem 616448 +SHA256 d93b19fcf2781139331c70002a007eafc758675d2268fd26fd8b36f8e2de3202 actionpack-1.13.5.gem 616448 |