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

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


commit 68fb15b3b3682c20f420162eaa7e07216d166b55
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 16 08:22:55 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 dd37b88..5cdd129 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -9,7 +9,7 @@ Summary: Support and utility classes used by the Rails framework
 Name: rubygem-%{gemname}
 Epoch: 1
 Version: 3.0.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -34,7 +34,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: rubygems
@@ -94,6 +94,9 @@ popd
 
 
 %changelog
+* Fri Mar 16 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.10-3
+- The CVE patch name now contains the CVE id.
+
 * Mon Mar 05 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.10-2
 - Patch for CVE-2012-1098
 


More information about the scm-commits mailing list