diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-25 09:38:47 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-26 10:10:12 +0800 |
commit | de9a96dc80f4452cc7aba42b8d2f61f3ff483b4d (patch) | |
tree | d7d9365a0d7553f46b098c7ac10105830010d4b2 /gnu/packages/busybox.scm | |
parent | ee758cc436500f566d105ca7e1d15d480625bd65 (diff) |
gnu: busybox: Update to 1.37.0. [security fixes]
This fixes CVE-2023-42363, CVE-2023-42364, CVE-2023-42365 and
CVE-2023-42366.
* gnu/packages/busybox.scm (busybox): Update to 1.37.0.
Diffstat (limited to 'gnu/packages/busybox.scm')
-rw-r--r-- | gnu/packages/busybox.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm index f811a7175f..46398da213 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm @@ -36,7 +36,7 @@ (define-public busybox (package (name "busybox") - (version "1.36.1") + (version "1.37.0") (source (origin (method url-fetch) (uri (string-append @@ -44,7 +44,7 @@ version ".tar.bz2")) (sha256 (base32 - "0573gpj51phcz04sg77iznvcxmf5jnbk9gn3g5r9x02daz4j9k5q")))) + "1923f21rnlbv1qjvk2qhgqnki5mkgr6z0p8dvzs9jr3l5vrxy49k")))) (build-system gnu-build-system) (arguments (list #:phases |