me
/
guix
Archived
1
0
Fork 0

gnu: hostapd: Fix CVE-2021-30004.

* gnu/packages/admin.scm (hostapd)[patches]: Apply
'wpa-supplicant-CVE-2021-30004.patch'.
master
Léo Le Bouter 2021-04-02 19:24:11 +02:00
parent c18c8d3e9c
commit 55fca8eee2
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 1 deletions

View File

@ -1825,7 +1825,8 @@ command.")
(base32
"1mrbvg4v7vm7mknf0n29mf88k3s4a4qj6r4d51wq8hmjj1m7s7c8"))
(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