mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: busybox: Update to 1.33.0.
* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
This commit is contained in:
parent
572528e7dd
commit
60d629d777
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ (define-module (gnu packages busybox)
|
||||||
(define-public busybox
|
(define-public busybox
|
||||||
(package
|
(package
|
||||||
(name "busybox")
|
(name "busybox")
|
||||||
(version "1.32.1")
|
(version "1.33.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -41,7 +41,7 @@ (define-public busybox
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vhd59qmrdyrr1q7rvxmyl96z192mxl089hi87yl0hcp6fyw8mwx"))
|
"1gcg7ggg79apdlp5qnrh9pbjl10fx30yn33p21kxqpm8j4f6hs6m"))
|
||||||
(patches (search-patches "busybox-CVE-2021-28831.patch"))))
|
(patches (search-patches "busybox-CVE-2021-28831.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue