gnu: hostapd: Fix CVE-2021-30004.

* gnu/packages/admin.scm (hostapd)[patches]: Apply
'wpa-supplicant-CVE-2021-30004.patch'.
This commit is contained in:
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

View file

@ -1825,7 +1825,8 @@ (define-public hostapd
(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