[rubygem-actionpack/f15] The CVE patches names now contain the CVE id.

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


commit 3df8499c27f162464e856a5c9f2dcd2d74b48a5b
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 16 08:00:20 2012 +0100

    The CVE patches names now contain the CVE id.

 ...atch => actionpack-CVE-2011-4319-XSS-flaw.patch |    0
 ...tionpack-CVE-2012-1099-select-options-XSS.patch |    0
 rubygem-actionpack.spec                            |    9 ++++++---
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/actionpack-3.0.5-XSS-flaw-fix.patch b/actionpack-CVE-2011-4319-XSS-flaw.patch
similarity index 100%
rename from actionpack-3.0.5-XSS-flaw-fix.patch
rename to actionpack-CVE-2011-4319-XSS-flaw.patch
diff --git a/actionpack-select-options-XSS-fix.patch b/actionpack-CVE-2012-1099-select-options-XSS.patch
similarity index 100%
rename from actionpack-select-options-XSS-fix.patch
rename to actionpack-CVE-2012-1099-select-options-XSS.patch
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index deb0ed4..bccb8c3 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -9,7 +9,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gemname}
 Epoch: 1
 Version: 3.0.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -54,14 +54,14 @@ Patch6: actionpack-bz-731432-fix.patch
 Patch7: actionpack-bz-731436-fix.patch
 
 # Fixes RHBZ #755007
-Patch8: actionpack-%{version}-XSS-flaw-fix.patch
+Patch8: actionpack-CVE-2011-4319-XSS-flaw.patch
 
 # Fixes tests failing with Ruby-1.8.7.p357
 Patch9: actionpack-%{version}-fix-tests-failing-with-ruby-1.8.7.p357.patch
 
 # Fixes CVE-2012-1099
 # https://bugzilla.redhat.com/show_bug.cgi?id=799276
-Patch10: actionpack-select-options-XSS-fix.patch
+Patch10: actionpack-CVE-2012-1099-select-options-XSS.patch
 
 Requires: rubygems
 Requires: rubygem(activesupport) = %{version}
@@ -197,6 +197,9 @@ rake test --trace
 
 
 %changelog
+* Fri Mar 16 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.5-7
+- The CVE patches names now contain the CVE id.
+
 * Tue Mar 06 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.5-6
 - Fix for CVE-2012-1099.
 


More information about the scm-commits mailing list