SHA256
1
0
forked from pool/python

- Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which

converts shutil._call_external_zip to use subprocess rather than
  distutils.spawn. [bsc#1109663, CVE-2018-1000802]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=232
This commit is contained in:
2018-09-27 14:11:14 +00:00
committed by Git OBS Bridge
parent a253d3727a
commit 9eba14b8c5
7 changed files with 89 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 25 22:01:08 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which
converts shutil._call_external_zip to use subprocess rather than
distutils.spawn. [bsc#1109663, CVE-2018-1000802]
-------------------------------------------------------------------
Mon May 21 18:41:43 UTC 2018 - michael@stroeder.com