GNU bug report logs - #59046
[PATCH] gnu: busybox: Update to 1.35.0.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 5 Nov 2022 11:31:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#59046: closed (Re: [bug#59046] [PATCH] gnu: busybox: Update
 to 1.35.0.)
Date: Sun, 06 Nov 2022 15:16:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59046: [PATCH] gnu: busybox: Update to 1.35.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59046 <at> debbugs.gnu.org.

-- 
59046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59046
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 59046-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59046] [PATCH] gnu: busybox: Update to 1.35.0.
Date: Sun, 06 Nov 2022 16:15:10 +0100
[Message part 3 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/busybox.scm (busybox): Update to 1.35.0.
> ---
>  gnu/packages/busybox.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! Pushed to master as f1380352271b1407b08823c31aedc13d70008ae9.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: busybox: Update to 1.35.0.
Date: Sat, 05 Nov 2022 19:30:10 +0800
* gnu/packages/busybox.scm (busybox): Update to 1.35.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 ccfe91257b..dd1f1f34b6 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages busybox)
 (define-public busybox
   (package
     (name "busybox")
-    (version "1.34.1")
+    (version "1.35.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -43,7 +43,7 @@ (define-public busybox
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0jfm9fik7nv4w21zqdg830pddgkdjmplmna9yjn9ck1lwn4vsps1"))))
+                "1556hfgw32xf226dd138gfq0z1zf4r3f8naa9wrqld2sqd2b5vps"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases

base-commit: 84d239599a10f31e7d414d962ae25888ab21165c
-- 
2.38.0




This bug report was last modified 2 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.