[python-django] update to 1.4.1 fixing CVE-2012-3442, CVE-2012-3443, and CVE-2012-3444

Matthias Runge mrunge at fedoraproject.org
Wed Aug 1 20:16:10 UTC 2012


commit ebf12566f7aed5a8e8669686743797fe47e13527
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Aug 1 22:14:49 2012 +0200

    update to 1.4.1 fixing CVE-2012-3442, CVE-2012-3443, and CVE-2012-3444

 .gitignore         |    1 +
 python-django.spec |   13 +++++--------
 sources            |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12a114b..73e1a57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Django-1.4.tar.gz
+/Django-1.4.1.tar.gz
diff --git a/python-django.spec b/python-django.spec
index 18db2c7..7df3b91 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -14,8 +14,8 @@
 %global         obs_ver 1.4.1-2
 
 Name:           python-django
-Version:        1.4
-Release:        5%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -28,8 +28,6 @@ Source1:        simplejson-init.py
 Patch0:         Django-1.4-no-internet-connection-tests.patch
 # patch tests to relax performance scalability requirements
 Patch1:         Django-1.4-relax-scalability-req.patch
-# https://code.djangoproject.com/ticket/18027
-Patch2:         Django-0001-Fixed-18027-Removed-an-HTMLParser-test-that-doesn-t-.patch
 
 %if 0%{?rhel} <= 5
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,8 +79,6 @@ Python Web framework.
 %endif
 # patch tests to relax performance scalability requirements
 %patch1 -p1 -b .relax-scalability-req
-# patch test which (correctly, as it turns) doesn't fail on Python 2.7.3
-%patch2 -p1 -b .missing-HTML-comment-end
 
 # empty files
 for f in \
@@ -152,8 +148,6 @@ export LANG=en_US.utf8
 cd tests
 ./runtests.py --settings=test_sqlite
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 
 %files -f django.lang 
@@ -260,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 01 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.4.1-1
+- update to 1.4.1 fixing CVE-2012-3442, CVE-2012-3443, and CVE-2012-3444
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f210841..ec19f76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba8e86198a93c196015df0b363ab1109  Django-1.4.tar.gz
+e345268dacff12876ae4e45de0a61b7d  Django-1.4.1.tar.gz


More information about the scm-commits mailing list