- CVE-2014-1912-recvfrom_into.patch: fix potential buffer overflow

in socket.recvfrom_into (CVE-2014-1912, bnc#863741)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=161
This commit is contained in:
Jan Matejek
2014-02-13 16:49:05 +00:00
committed by Git OBS Bridge
parent 765b7c8fe4
commit 11f0210274
5 changed files with 65 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ Patch28: smtplib_maxline-2.7.patch
Patch29: python-2.7.6-poplib.patch
# [bnc#857470] add missing import to bdist_rpm command
Patch30: python-2.7.6-bdist-rpm.patch
# CVE-2014-1912 [bnc#863741] buffer overflow in recvfrom_into
Patch31: CVE-2014-1912-recvfrom_into.patch
# COMMON-PATCH-END
Provides: pyth_doc
Provides: pyth_ps
@@ -118,6 +120,7 @@ Python, and Macintosh Module Reference in PDF format.
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch31 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac