summaryrefslogtreecommitdiffstats
path: root/rubygem-activesupport.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-activesupport.spec')
-rw-r--r--rubygem-activesupport.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 974e7ce..2a57f67 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -7,7 +7,7 @@ Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
Version: 3.0.11
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -32,7 +32,7 @@ Patch2: activesupport-remove-memcache-build-dep.patch
# Fixes CVE-2012-1098
# https://bugzilla.redhat.com/show_bug.cgi?id=799275
-Patch3: activesupport-safe-buffer-slice-fix.patch
+Patch3: activesupport-CVE-2012-1098-safe-buffer-slice.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: ruby(rubygems)
@@ -96,6 +96,9 @@ popd
%changelog
+* Fri Mar 16 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-4
+- The CVE patch name now contains the CVE id.
+
* Mon Mar 05 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-3
- Patch for CVE-2012-1098