diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-02 19:22:33 +0200 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-02 19:22:33 +0200 |
commit | c18c8d3e9c2d3377f6109096dbf04b8668f324de (patch) | |
tree | 4f412c41050130af218e0e8418b0259b68db4c11 /gnu/packages/admin.scm | |
parent | 68ed5de405a3570aff099ff1fd5fd238b5576fcd (diff) | |
download | guix-c18c8d3e9c2d3377f6109096dbf04b8668f324de.tar guix-c18c8d3e9c2d3377f6109096dbf04b8668f324de.tar.gz |
gnu: wpa-supplicant-minimal: Fix CVE-2021-30004.
* gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (wpa-supplicant-minimal): Apply patch.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d5b4d34323..2b12b5d5e4 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1658,7 +1658,8 @@ features of sudo with a fraction of the codebase.") (string-append "#" line))) #t)) (patches - (search-patches "wpa-supplicant-CVE-2021-27803.patch")))) + (search-patches "wpa-supplicant-CVE-2021-27803.patch" + "wpa-supplicant-CVE-2021-30004.patch")))) (build-system gnu-build-system) (arguments `(#:phases |