summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBohuslav Kabrda <bkabrda@redhat.com>2012-03-16 08:16:44 +0100
committerBohuslav Kabrda <bkabrda@redhat.com>2012-03-16 08:16:44 +0100
commit119b2bd498f138dfaddadfb607a6156c8c3a64e9 (patch)
tree10bd762f04f364da856aafc6aac76fc110c520f6
parentafd87b2e5739117438868637afbb90e0210004e2 (diff)
downloadrubygem-activesupport-119b2bd498f138dfaddadfb607a6156c8c3a64e9.tar.gz
rubygem-activesupport-119b2bd498f138dfaddadfb607a6156c8c3a64e9.tar.xz
rubygem-activesupport-119b2bd498f138dfaddadfb607a6156c8c3a64e9.zip
The CVE patch name now contains the CVE id.
-rw-r--r--activesupport-CVE-2012-1098-safe-buffer-slice.patch (renamed from activesupport-safe-buffer-slice-fix.patch)0
-rw-r--r--rubygem-activesupport.spec7
2 files changed, 5 insertions, 2 deletions
diff --git a/activesupport-safe-buffer-slice-fix.patch b/activesupport-CVE-2012-1098-safe-buffer-slice.patch
index 133be11..133be11 100644
--- a/activesupport-safe-buffer-slice-fix.patch
+++ b/activesupport-CVE-2012-1098-safe-buffer-slice.patch
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