diff mbox series

[OpenWrt-Devel] busybox: update to 1.28.4

Message ID 20180617141639.28877-1-mkroken@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel] busybox: update to 1.28.4 | expand

Commit Message

Magnus Kroken June 17, 2018, 2:16 p.m. UTC
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
---
Runtime tested on mips/ath79, mips/ar71xx and powerpc/mpc85xx.

General bump to the latest stable version. This version fixes issues
with the nsenter and dpkg utilities in BusyBox, which OpenWrt does
not build by default.

 package/utils/busybox/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 77e76af7cd..e73b1d41a8 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.28.3
-PKG_RELEASE:=3
+PKG_VERSION:=1.28.4
+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:=ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e
+PKG_HASH:=e3c14a3699dc7e82fed397392957afc78e37bdf25398ac38ead6e84621b2ae6a
 
 PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam
 PKG_BUILD_PARALLEL:=1