From 3289eaff8221ac0b2e9f7b149a179c8817cc9650 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Sun, 20 Sep 2009 16:40:28 +0000 Subject: rails 2.3.4 (CVE-2009-3009), requires rubygems >= 1.3.4 --- .cvsignore | 2 +- rubygem-activesupport.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e1d3087..7181923 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -activesupport-2.3.3.gem +activesupport-2.3.4.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 2a79864..ea65caa 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -4,9 +4,11 @@ %define gemname activesupport %define geminstdir %{gemdir}/gems/%{gemname}-%{version} +%define rubyabi 1.8 + Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gemname} -Version: 2.3.3 +Version: 2.3.4 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -14,6 +16,7 @@ URL: http://www.rubyonrails.org Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: rubygems +Requires: ruby(abi) = %{rubyabi} BuildRequires: rubygems BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} @@ -64,6 +67,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 7 2009 Mamoru Tasaka - 2.3.4-1 +- Update to 2.3.4 (bug 520843, CVE-2009-3009) + * Sun Jul 26 2009 Jeroen van Meeuwen - 2.3.3-1 - New upstream version diff --git a/sources b/sources index 658362a..31b3b97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ca84c881594a6a999c9ac7e5e37011c activesupport-2.3.3.gem +ee059377acd0536645e6a06a96f1ffcc activesupport-2.3.4.gem -- cgit