aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-05-02 17:42:19 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-05-02 19:06:02 +0200
commit13397b2b95b4800fb0a29c3d483fa280d10f0eb0 (patch)
tree19566e5ad7fd642231e98168e989e6e5990502b2 /package/utils/busybox/Makefile
parent5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8 (diff)
downloadupstream-13397b2b95b4800fb0a29c3d483fa280d10f0eb0.tar.gz
upstream-13397b2b95b4800fb0a29c3d483fa280d10f0eb0.tar.bz2
upstream-13397b2b95b4800fb0a29c3d483fa280d10f0eb0.zip
busybox: backport fix for CVE-2021-28831
This backports a fix for the low priority CVE-2021-28831: decompress_gunzip.c in BusyBox through 1.32.1 mishandles the error bit on the huft_build result pointer, with a resultant invalid free or segmentation fault, via malformed gzip data. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 9df358ef78..58bc1e6795 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.33.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2