summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2021-10-03 21:23:04 +0300
committerHans Dedecker <dedeckeh@gmail.com>2021-10-05 20:59:32 +0200
commit9fb038ca64ac33ea4135e0e810e391d93d5a71c5 (patch)
treebed5c150e0eab5fdb375fc9f17122148fad75480 /package/utils/busybox/Makefile
parent8cc9a74a3f6bf363645efda6db417f8dadd3d844 (diff)
downloadopenwrt-9fb038ca64ac33ea4135e0e810e391d93d5a71c5.tar.gz
openwrt-9fb038ca64ac33ea4135e0e810e391d93d5a71c5.tar.bz2
openwrt-9fb038ca64ac33ea4135e0e810e391d93d5a71c5.zip
busybox: update to 1.34.1
Update busybox to version 1.34.1, which is a minor maintenance release. It contains just the two post-1.34.0 upstream patches that we earlier backported plus a few fixes to awk. * Remove the two backported upstream patches that are now unnecessary. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 306da6c36c..90d323b92b 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -5,14 +5,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.34.0
+PKG_VERSION:=1.34.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.busybox.net/downloads \
http://sources.buildroot.net
-PKG_HASH:=ec8d1615edb045b83b81966604759c4d4ac921434ab4011da604f629c06074ce
+PKG_HASH:=415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1