1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: Python: Fix CVE-2020-26116.

* gnu/packages/patches/python-CVE-2020-26116.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-3.8)[source](patches): Add it.
This commit is contained in:
Marius Bakke 2020-12-08 22:48:19 +01:00
parent 6d9b23cbf2
commit f936a300b4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 49 additions and 0 deletions

View file

@ -370,6 +370,7 @@ data types.")
(uri (string-append "https://www.python.org/ftp/python/"
version "/Python-" version ".tar.xz"))
(patches (search-patches
"python-CVE-2020-26116.patch"
"python-3-fix-tests.patch"
"python-3.8-fix-tests.patch"
"python-3-deterministic-build-info.patch"