|
@@ -12,7 +12,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
|
|
|
Summary(ja): オブジェクト指向言語 Python インタプリタ
|
|
|
Name: python
|
|
|
Version: %{pybasever}.5
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: PSF
|
|
|
Group: Development/Languages
|
|
|
URL: http://www.python.org/%{pybasever}/
|
|
@@ -70,6 +70,8 @@ Patch106: python-2.7-lib64-distutils_sysconfig.patch
|
|
|
Patch107: python-2.7-lib64-test_install.patch
|
|
|
Patch108: python-2.7.1-lib64-test_site.patch
|
|
|
|
|
|
+Patch200: Python-2.7-CVE-2013-4238.patch
|
|
|
+
|
|
|
Obsoletes: python2
|
|
|
Obsoletes: python27 < 2.7.2
|
|
|
Provides: python27
|
|
@@ -247,6 +249,8 @@ user interface for Python programming.
|
|
|
#%patch108 -p1 -b .test_site
|
|
|
%endif
|
|
|
|
|
|
+%patch200 -p1 -b .CVE-2013-4238
|
|
|
+
|
|
|
## shm module
|
|
|
cp %{SOURCE6} Modules
|
|
|
cat >> Modules/Setup.dist << EOF
|
|
@@ -497,6 +501,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Aug 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-2
|
|
|
+- added Patch200 from upstream to fix CVE-2013-4238
|
|
|
+
|
|
|
* Sat Jun 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-1
|
|
|
- new upstream release
|
|
|
- replaced Patch0,24,25,29 to Fedora rawhide's same one
|