[python-django/epel7] fix cves-2015-2316 and 2015-2317

Matthias Runge mrunge at fedoraproject.org
Mon Mar 23 15:17:35 UTC 2015


commit 7f5eda89c6c3cf60c4672d750b92353951bab63a
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Mar 23 16:16:54 2015 +0100

    fix cves-2015-2316 and 2015-2317

 .gitignore         | 1 +
 python-django.spec | 8 ++++++--
 sources            | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22d2e7a..d15d033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /Django-1.6.8.tar.gz
 /Django-1.6.9.tar.gz
 /Django-1.6.10.tar.gz
+/Django-1.6.11.tar.gz
diff --git a/python-django.spec b/python-django.spec
index d7bf603..d535ece 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -17,7 +17,7 @@
 
 Name:           python-django
 
-Version:        1.6.10
+Version:        1.6.11
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -554,7 +554,7 @@ popd
 %{python3_sitelib}/django/contrib/messages/storage/
 %{python3_sitelib}/django/contrib/sessions/backends/
 %{python3_sitelib}/django/forms/
-%{python3_sitelib}/django/templatetags/ 
+%{python3_sitelib}/django/templatetags/
 %{python3_sitelib}/django/core/
 %{python3_sitelib}/django/http/
 %{python3_sitelib}/django/middleware/
@@ -590,6 +590,10 @@ popd
 
 
 %changelog
+* Mon Mar 23 2015 Matthias Runge <mrunge at redhat.com> - 1.6.11-1
+- fix CVE-2015-2316 (rhbz#1203615)
+- fix CVE-2015-2317 (rhbz#1203618)
+
 * Wed Jan 14 2015 Matthias Runge <mrunge at redhat.com> - 1.6.10-1
 - fix CVE-2015-0219 (rhbz#1181939)
 - fix CVE-2015-0220 (rhbz#1181943)
diff --git a/sources b/sources
index 9567a71..1fd49c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7123f14ac19ae001be02ed841937b91  Django-1.6.10.tar.gz
+3bf6086c3b923876d283dc3404e32fdd  Django-1.6.11.tar.gz


More information about the scm-commits mailing list