[rubygem-actionpack] Update to 4.0.2

Josef Stribny jstribny at fedoraproject.org
Thu Dec 5 10:12:28 UTC 2013


commit a86f8f27e0b1d62b4a2abe9a5a7fc108e4be089e
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Dec 5 11:12:21 2013 +0100

    Update to 4.0.2

 .gitignore              |    2 ++
 rubygem-actionpack.spec |   10 +++++++---
 sources                 |    4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6371a34..98f152f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ actionpack-2.3.8.gem
 /actionpack-4.0.0.gem
 /actionpack-4.0.1-tests.tgz
 /actionpack-4.0.1.gem
+/actionpack-4.0.2-tests.tgz
+/actionpack-4.0.2.gem
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index e7d9472..c962c96 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -4,7 +4,7 @@
 Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.0.1
+Version: 4.0.2
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/actionpack-%{version}.gem
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/actionpack/
-# git checkout v4.0.1
-# tar czvf actionpack-4.0.1-tests.tgz test/
+# git checkout v4.0.2
+# tar czvf actionpack-4.0.2-tests.tgz test/
 Source2: actionpack-%{version}-tests.tgz
 Patch0: rubygem-actionpack-enable-test.patch
 
@@ -152,6 +152,10 @@ popd
 %{gem_instdir}/test/
 
 %changelog
+* Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
+- Update to ActivePack 4.0.2
+  - Fixes CVE-2013-6417, CVE-2013-6414, CVE-2013-6415, CVE-2013-6416 and CVE-2013-4491
+
 * Thu Nov 14 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.1-1
 - Update to ActivePack 4.0.1
 
diff --git a/sources b/sources
index 9c2839f..c63fe61 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f1b6c9c2130b6f3f4d16e633846d9df2  actionpack-4.0.1-tests.tgz
-e39a50431092b41057112ed05a87705f  actionpack-4.0.1.gem
+f154042e073d5ade783a86dbc8ad7eaa  actionpack-4.0.2-tests.tgz
+ca242d06d1462ca192740f69acdf3219  actionpack-4.0.2.gem


More information about the scm-commits mailing list