diff options
author | 2007-10-13 06:26:57 +0000 | |
---|---|---|
committer | 2007-10-13 06:26:57 +0000 | |
commit | e12eeaf0b232045075480b7553b824790ef70bfc (patch) | |
tree | 5e78c5df6d5e8a61561032a83a2ed45b302e8953 /dev-ruby/activesupport | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-e12eeaf0b232045075480b7553b824790ef70bfc.tar.gz gentoo-2-e12eeaf0b232045075480b7553b824790ef70bfc.tar.bz2 gentoo-2-e12eeaf0b232045075480b7553b824790ef70bfc.zip |
Version bump with security fixes, bug 195315
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.4.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.4.4 | 3 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index abb523b11d74..8426aed2d530 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.46 2007/10/13 05:27:58 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.47 2007/10/13 06:26:56 graaff Exp $ + +*activesupport-1.4.4 (13 Oct 2007) + + 13 Oct 2007; Hans de Graaff <graaff@gentoo.org> + +activesupport-1.4.4.ebuild: + Version bump with security fixes, bug 195315 13 Oct 2007; Tom Gall <tgall@gentoo.org> activesupport-1.4.2.ebuild, activesupport-1.4.3.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.4.4.ebuild b/dev-ruby/activesupport/activesupport-1.4.4.ebuild new file mode 100644 index 000000000000..6d5714bd97be --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.4.4.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/activesupport/activesupport-1.4.4.ebuild,v 1.1 2007/10/13 06:26:56 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.4.4 b/dev-ruby/activesupport/files/digest-activesupport-1.4.4 new file mode 100644 index 000000000000..a59a5c09d0b0 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.4.4 @@ -0,0 +1,3 @@ +MD5 8637bfe846c4b0171ebbd7f5a56efb19 activesupport-1.4.4.gem 218624 +RMD160 b0441a0cb9c75da06bcb31a46c7a2030b7fbd498 activesupport-1.4.4.gem 218624 +SHA256 c627bdc02c16d7972a4f7dfade5774c5435fa59e1edb63826cc7301659ee9280 activesupport-1.4.4.gem 218624 |