summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-08 22:48:19 +0100
committerMarius Bakke <marius@gnu.org>2020-12-08 22:57:53 +0100
commitf936a300b48955faecce028ac9ac509b1b83906c (patch)
tree9bbd4b1c1c02bc89a10f5b4f77b06a7d37173073 /gnu/packages/python.scm
parent6d9b23cbf2a799b50aacde8d31ef4c3e45160856 (diff)
downloadguix-patches-f936a300b48955faecce028ac9ac509b1b83906c.tar
guix-patches-f936a300b48955faecce028ac9ac509b1b83906c.tar.gz
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.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 43704bccae..533b2bdeff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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"