diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-12-01 09:07:27 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-12-01 09:07:27 +0000 |
commit | a0990b6048d7bb15f294a4c2405c255dedb7a350 (patch) | |
tree | 886f5c6bb2d60bedb50a1db90366cc57536e6849 | |
parent | Remove old vulnerable versions (diff) | |
download | gentoo-2-a0990b6048d7bb15f294a4c2405c255dedb7a350.tar.gz gentoo-2-a0990b6048d7bb15f294a4c2405c255dedb7a350.tar.bz2 gentoo-2-a0990b6048d7bb15f294a4c2405c255dedb7a350.zip |
Remove old vulnerable versions
(Portage version: 2.1.3.19)
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.2.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.3.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.4.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.2 | 3 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.3 | 3 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.4 | 3 |
7 files changed, 6 insertions, 65 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 28bc40947dec..ce6142a72088 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.66 2007/11/27 14:53:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.67 2007/12/01 09:07:26 graaff Exp $ + + 01 Dec 2007; Hans de Graaff <graaff@gentoo.org> + -activerecord-1.15.2.ebuild, -activerecord-1.15.3.ebuild, + -activerecord-1.15.4.ebuild: + Remove old vulnerable versions 27 Nov 2007; Raúl Porcel <armin76@gentoo.org> activerecord-1.15.6.ebuild: ia64/sparc stable wrt security #200159 diff --git a/dev-ruby/activerecord/activerecord-1.15.2.ebuild b/dev-ruby/activerecord/activerecord-1.15.2.ebuild deleted file mode 100644 index 1acd96a09114..000000000000 --- a/dev-ruby/activerecord/activerecord-1.15.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.2.ebuild,v 1.2 2007/03/04 20:40:41 tgall Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.4.1" diff --git a/dev-ruby/activerecord/activerecord-1.15.3.ebuild b/dev-ruby/activerecord/activerecord-1.15.3.ebuild deleted file mode 100644 index a65c19309a6b..000000000000 --- a/dev-ruby/activerecord/activerecord-1.15.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.3.ebuild,v 1.5 2007/10/13 05:43:04 tgall Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/activerecord/activerecord-1.15.4.ebuild b/dev-ruby/activerecord/activerecord-1.15.4.ebuild deleted file mode 100644 index d023a06e0d2a..000000000000 --- a/dev-ruby/activerecord/activerecord-1.15.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.4.ebuild,v 1.2 2007/10/13 05:43:04 tgall Exp $ - -inherit ruby gems - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.4.3" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.2 b/dev-ruby/activerecord/files/digest-activerecord-1.15.2 deleted file mode 100644 index ca3735988bb6..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.15.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 98313ada980142615f80bf9f889eac53 activerecord-1.15.2.gem 404480 -RMD160 3500e511acb7623049ba61d8d9cee3e5e7874306 activerecord-1.15.2.gem 404480 -SHA256 521c88ec2d4b1d99506b8a904df94bf52ff362e4f67e1a4c52ea765bb841ac0f activerecord-1.15.2.gem 404480 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.3 b/dev-ruby/activerecord/files/digest-activerecord-1.15.3 deleted file mode 100644 index 2e12c449c21b..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.15.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fd461e595441731e34c8235a94bd0372 activerecord-1.15.3.gem 406016 -RMD160 573c8c9ce5557ad478ef0bd9e8ffeffb7e594f5f activerecord-1.15.3.gem 406016 -SHA256 fade9b34b98d4b583382299204dad2a87fe9895195e3439320cb27320e8dc4a6 activerecord-1.15.3.gem 406016 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.4 b/dev-ruby/activerecord/files/digest-activerecord-1.15.4 deleted file mode 100644 index 83b354785d3a..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.15.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0fb182089c563c675c1aa34c0893b313 activerecord-1.15.4.gem 431104 -RMD160 99c26e3a0541cda7db2c12c606b2b8a585888cf6 activerecord-1.15.4.gem 431104 -SHA256 e9f0519e4293a66d28fb321c9f19a8634a6dbb2a76558bccdfe0cccd4c00e780 activerecord-1.15.4.gem 431104 |