aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-02-14 20:51:10 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-02-14 21:43:07 +0100
commit94993a79f8269274e9087d2ce3aed10f4e34cb5f (patch)
treeb30218dc7e90b2cedf9603c521557c4cf0e1cde9 /package/utils/busybox
parentc35d7f3f8a81a1e256b238a47d391175da9e34b8 (diff)
downloadupstream-94993a79f8269274e9087d2ce3aed10f4e34cb5f.tar.gz
upstream-94993a79f8269274e9087d2ce3aed10f4e34cb5f.tar.bz2
upstream-94993a79f8269274e9087d2ce3aed10f4e34cb5f.zip
busybox: update to 1.30.1
Minor bugfix release. Fixes for * bc/dc * sed (backslash parsing for 'w' command) * ip (vlan fixes) * grep (fixes for -x -v) * ls (-i compat) No need to refresh patches or config defaults Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/utils/busybox')
-rw-r--r--package/utils/busybox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index dbc5dee62c..540a2ef3ba 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.30.0
-PKG_RELEASE:=4
+PKG_VERSION:=1.30.1
+PKG_RELEASE:=1
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:=9553da068c0a30b1b8b72479908c1ba58672e2be7b535363a88de5e0f7bc04ce
+PKG_HASH:=3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1