|
@@ -12,7 +12,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
|
|
Summary(ja): オブジェクト指向言語 Python インタプリタ
|
|
Summary(ja): オブジェクト指向言語 Python インタプリタ
|
|
Name: python
|
|
Name: python
|
|
Version: %{pybasever}.6
|
|
Version: %{pybasever}.6
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
License: PSF
|
|
License: PSF
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
URL: http://www.python.org/%{pybasever}/
|
|
URL: http://www.python.org/%{pybasever}/
|
|
@@ -70,6 +70,7 @@ Patch106: python-2.7-lib64-distutils_sysconfig.patch
|
|
Patch107: python-2.7-lib64-test_install.patch
|
|
Patch107: python-2.7-lib64-test_install.patch
|
|
Patch108: python-2.7.1-lib64-test_site.patch
|
|
Patch108: python-2.7.1-lib64-test_site.patch
|
|
|
|
|
|
|
|
+Patch200: python-2.7-recvfrom_into_buffer_overflow_2.7.patch
|
|
|
|
|
|
Obsoletes: python2
|
|
Obsoletes: python2
|
|
Obsoletes: python27 < %{version}-%{release}
|
|
Obsoletes: python27 < %{version}-%{release}
|
|
@@ -248,6 +249,8 @@ user interface for Python programming.
|
|
#%patch108 -p1 -b .test_site
|
|
#%patch108 -p1 -b .test_site
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+%patch200 -p1 -b .CVE-2014-1912
|
|
|
|
+
|
|
## shm module
|
|
## shm module
|
|
cp %{SOURCE6} Modules
|
|
cp %{SOURCE6} Modules
|
|
cat >> Modules/Setup.dist << EOF
|
|
cat >> Modules/Setup.dist << EOF
|
|
@@ -498,6 +501,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-4
|
|
|
|
+- added Patch200 from upstream to fix CVE-2014-1912
|
|
|
|
+
|
|
* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
|
|
* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
|
|
- Obsoletes python* < %{version}-%{release}
|
|
- Obsoletes python* < %{version}-%{release}
|
|
|
|
|