summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 15:56:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 15:56:27 +0200
commit06cf2fc01fe5bab2623f9434ab504959d16f3746 (patch)
treeab932a67ab15e7ce9bf7acb173ab785bc2f37c47 /gnu/packages/busybox.scm
parenta49a007328f72c98e42e84c84100d1e460359361 (diff)
downloadguix-06cf2fc01fe5bab2623f9434ab504959d16f3746.tar.gz
guix-06cf2fc01fe5bab2623f9434ab504959d16f3746.tar.xz
gnu: busybox: Update to 1.33.1.
* gnu/packages/busybox.scm (busybox): Update to 1.33.1. [source]: Remove upstreamed patch. * gnu/packages/patches/busybox-CVE-2021-28831.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/busybox.scm')
-rw-r--r--gnu/packages/busybox.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index 7ede3ee330..5b038870de 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -33,7 +33,7 @@
(define-public busybox
(package
(name "busybox")
- (version "1.33.0")
+ (version "1.33.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -41,8 +41,7 @@
version ".tar.bz2"))
(sha256
(base32
- "1gcg7ggg79apdlp5qnrh9pbjl10fx30yn33p21kxqpm8j4f6hs6m"))
- (patches (search-patches "busybox-CVE-2021-28831.patch"))))
+ "0a0dcvsh7nxnhxc5y73fky0z30i9p7r30qfidm2akn0n5fywdkhj"))))
(build-system gnu-build-system)
(arguments
'(#:phases