[python-setuptools/f19] Upstream update to fix CVE-2013-2215

Toshio くらとみ toshio at fedoraproject.org
Tue Dec 10 03:00:37 UTC 2013


commit a49f314d39c00b041221af00ea50b4fcf78b189c
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Dec 9 19:00:29 2013 -0800

    Upstream update to fix CVE-2013-2215

 .gitignore             |    1 +
 python-setuptools.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ac499f..e40b220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ distribute-0.6.14.tar.gz
 /distribute-0.6.27.tar.gz
 /distribute-0.6.28.tar.gz
 /distribute-0.6.36.tar.gz
+/distribute-0.6.49.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 287d069..fa09189 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,7 +7,7 @@
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.36
+Version:        0.6.49
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -67,7 +67,7 @@ This package contains the distribute fork of setuptools.
 
 %patch0 -p1
 
-find -name '*.txt' | xargs chmod -x
+find -name '*.txt' -exec chmod -x \{\} \;
 find . -name '*.orig' -exec rm \{\} \;
 
 %if 0%{?with_python3}
@@ -149,6 +149,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Mon Dec  9 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.49-1
+- Upstream update to fix CVE-2013-2215
+
 * Thu Apr 11 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.36-1
 - Update to upstream 0.6.36.  Many bugfixes
 
diff --git a/sources b/sources
index 6251986..bc96513 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a923385de72dcdca68cd4ac2b9dc1148  distribute-0.6.36.tar.gz
+89e68df89faf1966bcbd99a0033fbf8e  distribute-0.6.49.tar.gz


More information about the scm-commits mailing list