gnu: busybox: Fix CVE-2021-28831.

* gnu/packages/patches/busybox-CVE-2021-28831.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/busybox.scm (busybox): Apply it.
This commit is contained in:
Léo Le Bouter 2021-03-19 11:56:38 +01:00
parent c1245f01ef
commit 572528e7dd
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6
3 changed files with 60 additions and 1 deletions

View file

@ -41,7 +41,8 @@
version ".tar.bz2"))
(sha256
(base32
"1vhd59qmrdyrr1q7rvxmyl96z192mxl089hi87yl0hcp6fyw8mwx"))))
"1vhd59qmrdyrr1q7rvxmyl96z192mxl089hi87yl0hcp6fyw8mwx"))
(patches (search-patches "busybox-CVE-2021-28831.patch"))))
(build-system gnu-build-system)
(arguments
'(#:phases