guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: busybox: Update to 1.33.0.


From: guix-commits
Subject: 02/02: gnu: busybox: Update to 1.33.0.
Date: Fri, 19 Mar 2021 07:00:36 -0400 (EDT)

lle_bout pushed a commit to branch master
in repository guix.

commit 60d629d777a29b7708d5ced162beced74e1af2dc
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Mar 19 12:00:13 2021 +0100

    gnu: busybox: Update to 1.33.0.
    
    * gnu/packages/busybox.scm (busybox): Update to 1.33.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 17c90c3..7ede3ee 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -33,7 +33,7 @@
 (define-public busybox
   (package
     (name "busybox")
-    (version "1.32.1")
+    (version "1.33.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -41,7 +41,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1vhd59qmrdyrr1q7rvxmyl96z192mxl089hi87yl0hcp6fyw8mwx"))
+                "1gcg7ggg79apdlp5qnrh9pbjl10fx30yn33p21kxqpm8j4f6hs6m"))
               (patches (search-patches "busybox-CVE-2021-28831.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]