aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-04-04 08:22:10 +0300
committerHans Dedecker <dedeckeh@gmail.com>2018-04-05 22:15:58 +0200
commitc089671339b6e14a64675fa05ed6bfe9b71a600c (patch)
treeb1b938f144719ca3733ede6ed197bed5898db3fa /package/utils/busybox/Makefile
parentf890821fe7fb3d6b9633b5e2fae41327d2c54832 (diff)
downloadupstream-c089671339b6e14a64675fa05ed6bfe9b71a600c.tar.gz
upstream-c089671339b6e14a64675fa05ed6bfe9b71a600c.tar.bz2
upstream-c089671339b6e14a64675fa05ed6bfe9b71a600c.zip
busybox: update to 1.28.3
Bug fix release. 1.28.3 has fixes for * ash and hush (do not leave stray open file destriptors in children), * cpio (fix for symlink extraction), * grep ("grep -Fw a" was matching "aa"). 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 6af85aefc4..155fc71d6d 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.2
+PKG_VERSION:=1.28.3
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:=b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d
+PKG_HASH:=ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e
PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1