[rubygem-activesupport] The CVE patch name now contains the CVE id.

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Mar 16 07:16:51 UTC 2012


commit 119b2bd498f138dfaddadfb607a6156c8c3a64e9
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 16 08:16:44 2012 +0100

    The CVE patch name now contains the CVE id.

 ...vesupport-CVE-2012-1098-safe-buffer-slice.patch |    0
 rubygem-activesupport.spec                         |    7 +++++--
 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
similarity index 100%
rename from activesupport-safe-buffer-slice-fix.patch
rename to 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 at redhat.com> - 1:3.0.11-4
+- The CVE patch name now contains the CVE id.
+
 * Mon Mar 05 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.11-3
 - Patch for CVE-2012-1098
 


More information about the scm-commits mailing list