diff options
| author | Marius Bakke <marius@gnu.org> | 2020-12-08 22:48:19 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2020-12-08 22:57:53 +0100 |
| commit | f936a300b48955faecce028ac9ac509b1b83906c (patch) | |
| tree | 9bbd4b1c1c02bc89a10f5b4f77b06a7d37173073 /gnu/packages/python.scm | |
| parent | 6d9b23cbf2a799b50aacde8d31ef4c3e45160856 (diff) | |
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.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 43704bccae2..533b2bdefff 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -370,6 +370,7 @@ data types.") | |||
| 370 | (uri (string-append "https://www.python.org/ftp/python/" | 370 | (uri (string-append "https://www.python.org/ftp/python/" |
| 371 | version "/Python-" version ".tar.xz")) | 371 | version "/Python-" version ".tar.xz")) |
| 372 | (patches (search-patches | 372 | (patches (search-patches |
| 373 | "python-CVE-2020-26116.patch" | ||
| 373 | "python-3-fix-tests.patch" | 374 | "python-3-fix-tests.patch" |
| 374 | "python-3.8-fix-tests.patch" | 375 | "python-3.8-fix-tests.patch" |
| 375 | "python-3-deterministic-build-info.patch" | 376 | "python-3-deterministic-build-info.patch" |
