[python-django: 1/2] Security fix for CVE-2014-0480, CVE-2014-0481, CVE-2014-0482, CVE-2014-0483

Matthias Runge mrunge at fedoraproject.org
Mon Aug 25 06:11:53 UTC 2014


commit 156ad62a46996dcddc747fd3a47c243c9f64580d
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Aug 25 08:09:29 2014 +0200

    Security fix for CVE-2014-0480, CVE-2014-0481, CVE-2014-0482,
    CVE-2014-0483

 .gitignore         |    1 +
 python-django.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7886ae0..2e06f63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /Django-1.6.3.tar.gz
 /Django-1.6.4.tar.gz
 /Django-1.6.5.tar.gz
+/Django-1.6.6.tar.gz
diff --git a/python-django.spec b/python-django.spec
index e7959d5..79f706c 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -16,7 +16,7 @@
 %global         obs_ver 1.5.5-3
 
 Name:           python-django
-Version:        1.6.5
+Version:        1.6.6
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -587,6 +587,13 @@ popd
 
 
 %changelog
+* Thu Aug 21 2014 Matthias Runge <mrunge at redhat.com> - 1.6.6-1
+- update to 1.6.6 
+- fix CVE-2014-0480 (rhbz#1129950)
+- fix CVE-2014-0481 (rhbz#1129952)
+- fix CVE-2014-0482 (rhbz#1129954)
+- fix CVE-2014-0483 (rhbz#1129959)
+
 * Fri May 16 2014 Matthias Runge <mrunge at redhat.com> - 1.6.5-1
 - update to 1.6.5 CVE-2014-1418, CVE-2014-3730 (rhbz#1097935)
 
diff --git a/sources b/sources
index 090e16f..59aa6fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4c5b2d35ecb3807317713afa70a0c77  Django-1.6.5.tar.gz
+d14fd332f31799fff39acc0c79e8421c  Django-1.6.6.tar.gz


More information about the scm-commits mailing list