[Django/f16] security release

Alan Pevec apevec at fedoraproject.org
Wed Aug 1 15:51:02 UTC 2012


commit bfd2fe1bd02102bbff0c2222f2ede21ad9f8b3fd
Author: Alan Pevec <apevec at redhat.com>
Date:   Mon Jul 30 23:56:41 2012 +0200

    security release
    
    https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/
    
    fixes CVE-2012-3442 CVE-2012-3443 CVE-2012-3444

 .gitignore  |    1 +
 Django.spec |    9 +++++++--
 sources     |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9678788..607c252 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Django-1.3.1.tar.gz
+/Django-1.3.2.tar.gz
diff --git a/Django.spec b/Django.spec
index 8c9d6ec..2b01576 100644
--- a/Django.spec
+++ b/Django.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.3.1
-Release:        3%{?dist}
+Version:        1.3.2
+Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -206,6 +206,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 30 2012 Alan Pevec <apevec at redhat.com> 1.3.2-1
+- security release
+  https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/
+  fixes CVE-2012-3442 CVE-2012-3443 CVE-2012-3444
+
 * Wed Oct 12 2011 Michel Salim <salimma at fedoraproject.org> - 1.3.1-3
 - Package bash completion script
 
diff --git a/sources b/sources
index ace4bcc..a4cd236 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62d8642fd06b9a0bf8544178f8500767  Django-1.3.1.tar.gz
+b8409b8f061e6c7a7dcfbb24403cb863  Django-1.3.2.tar.gz


More information about the scm-commits mailing list