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 | |
| 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.
| -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 f811a7175f8..46398da2136 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (define-public busybox | 36 | (define-public busybox |
| 37 | (package | 37 | (package |
| 38 | (name "busybox") | 38 | (name "busybox") |
| 39 | (version "1.36.1") | 39 | (version "1.37.0") |
| 40 | (source (origin | 40 | (source (origin |
| 41 | (method url-fetch) | 41 | (method url-fetch) |
| 42 | (uri (string-append | 42 | (uri (string-append |
| @@ -44,7 +44,7 @@ | |||
| 44 | version ".tar.bz2")) | 44 | version ".tar.bz2")) |
| 45 | (sha256 | 45 | (sha256 |
| 46 | (base32 | 46 | (base32 |
| 47 | "0573gpj51phcz04sg77iznvcxmf5jnbk9gn3g5r9x02daz4j9k5q")))) | 47 | "1923f21rnlbv1qjvk2qhgqnki5mkgr6z0p8dvzs9jr3l5vrxy49k")))) |
| 48 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 49 | (arguments | 49 | (arguments |
| 50 | (list #:phases | 50 | (list #:phases |
