From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 74004@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#74004] [PATCH] gnu: busybox: Update to 1.37.0. [security fixes]
Date: Fri, 25 Oct 2024 09:38:47 +0200 [thread overview]
Message-ID: <20241025073849.8217-1-ngraves@ngraves.fr> (raw)
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.
---
gnu/packages/busybox.scm | 4 ++--
1 file 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-module (gnu packages busybox)
(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 @@ (define-public busybox
version ".tar.bz2"))
(sha256
(base32
- "0573gpj51phcz04sg77iznvcxmf5jnbk9gn3g5r9x02daz4j9k5q"))))
+ "1923f21rnlbv1qjvk2qhgqnki5mkgr6z0p8dvzs9jr3l5vrxy49k"))))
(build-system gnu-build-system)
(arguments
(list #:phases
--
2.46.0
next reply other threads:[~2024-10-25 7:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-25 7:38 Nicolas Graves via Guix-patches via [this message]
2024-10-26 2:13 ` bug#74004: [PATCH] gnu: busybox: Update to 1.37.0. [security fixes] Zheng Junjie
2024-10-26 23:22 ` [bug#74004] " Ludovic Courtès
2024-10-27 3:38 ` Zheng Junjie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241025073849.8217-1-ngraves@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=74004@debbugs.gnu.org \
--cc=ngraves@ngraves.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).