Accepting request 717086 from home:mcepl:branches:devel:languages:python:Factory

Add CVE patch.

OBS-URL: https://build.opensuse.org/request/show/717086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=247
This commit is contained in:
2019-07-19 12:54:06 +00:00
committed by Git OBS Bridge
parent f532ba5ac3
commit 4a730b55c6
5 changed files with 124 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ Patch52: CVE-2019-9948-avoid_local-file.patch
# PATCH-FIX-UPSTREAM CVE-2019-9947-no-ctrl-char-http.patch bsc#1130840 mcepl@suse.com
# bpo#30458: Disallow control chars in http URLs.
Patch53: CVE-2019-9947-no-ctrl-char-http.patch
# PATCH-FIX-UPSTREAM CVE-2018-20852-cookie-domain-check.patch bsc#1141853 mcepl@suse.com
# http.cookiejar.DefaultPolicy.domain_return_ok does not correctly validate the domain
Patch54: CVE-2018-20852-cookie-domain-check.patch
# COMMON-PATCH-END
Provides: pyth_doc
Provides: pyth_ps
@@ -141,6 +144,7 @@ Python, and Macintosh Module Reference in PDF format.
%patch51 -p1
%patch52 -p1
%patch53 -p1
%patch54 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac