diff options
| author | Leo Famulari <leo@famulari.name> | 2021-02-19 17:45:05 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-02-19 17:58:54 -0500 |
| commit | f08c7cb0c75e7d5305c82d6a4af68ddf74fb08b1 (patch) | |
| tree | 90cf27aad1518f9241189e5fdcaddd7e993b3a49 /gnu/packages/python.scm | |
| parent | f310b06685cb9b1f95150b24f3eed82ca280c1d2 (diff) | |
gnu: Python 3.9: Fix CVE-2021-3177.
* gnu/packages/patches/python-3.9-CVE-2021-3177.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-3.9)[source]: Use it.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 27e9b70432b..730c371fdac 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org> | 11 | ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org> |
| 12 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> | 12 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> |
| 13 | ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org> | 13 | ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org> |
| 14 | ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name> | 14 | ;;; Copyright © 2015, 2016, 2017, 2021 Leo Famulari <leo@famulari.name> |
| 15 | ;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com> | 15 | ;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com> |
| 16 | ;;; Copyright © 2015, 2016 Erik Edrosa <erik.edrosa@gmail.com> | 16 | ;;; Copyright © 2015, 2016 Erik Edrosa <erik.edrosa@gmail.com> |
| 17 | ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | 17 | ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> |
| @@ -531,6 +531,7 @@ data types.") | |||
| 531 | version "/Python-" version ".tar.xz")) | 531 | version "/Python-" version ".tar.xz")) |
| 532 | (patches (search-patches | 532 | (patches (search-patches |
| 533 | "python-3.9-fix-tests.patch" | 533 | "python-3.9-fix-tests.patch" |
| 534 | "python-3.9-CVE-2021-3177.patch" | ||
| 534 | "python-3-deterministic-build-info.patch" | 535 | "python-3-deterministic-build-info.patch" |
| 535 | "python-3-search-paths.patch")) | 536 | "python-3-search-paths.patch")) |
| 536 | (sha256 | 537 | (sha256 |
