aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/bzip2/Makefile
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-09-01 20:34:01 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-03 12:55:00 +0200
commitf6de1fa6c6b69ac6282f453f61c894695d11f433 (patch)
treec0abdf7e680d9e2cf286e3e725c7d4a717736042 /package/utils/bzip2/Makefile
parent7ac60446327ac4e3fa11f11d0bfe884119bf1ae4 (diff)
downloadupstream-f6de1fa6c6b69ac6282f453f61c894695d11f433.tar.gz
upstream-f6de1fa6c6b69ac6282f453f61c894695d11f433.tar.bz2
upstream-f6de1fa6c6b69ac6282f453f61c894695d11f433.zip
bzip2: Fix CVE-2019-12900
More details about this CVE: https://nvd.nist.gov/vuln/detail/CVE-2019-12900 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'package/utils/bzip2/Makefile')
-rw-r--r--package/utils/bzip2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/bzip2/Makefile b/package/utils/bzip2/Makefile
index ea2fc76833..0bf168c229 100644
--- a/package/utils/bzip2/Makefile
+++ b/package/utils/bzip2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bzip2
PKG_VERSION:=1.0.6
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.bzip.org/$(PKG_VERSION)