aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-08-08 09:55:33 +0200
committerPetr Štetiar <ynezz@true.cz>2022-08-08 09:55:33 +0200
commit5e0173de51eb7b68f0dd476b7915ca89d0c8ebca (patch)
treec95f2e800edc4d819d77a413f5ee4d46ae5a8d62
parent7561eab8e86e1bfe8fda941439a99d4fb22a5928 (diff)
downloadupstream-5e0173de51eb7b68f0dd476b7915ca89d0c8ebca.tar.gz
upstream-5e0173de51eb7b68f0dd476b7915ca89d0c8ebca.tar.bz2
upstream-5e0173de51eb7b68f0dd476b7915ca89d0c8ebca.zip
zlib: bump PKG_RELEASE after CVE fix
Fixing missed bump of PKG_RELEASE while backporting commit 7561eab8e86e ("zlib: backport fix for heap-based buffer over-read (CVE-2022-37434)") as package in master is using AUTORELEASE. Fixes: 7561eab8e86e ("zlib: backport fix for heap-based buffer over-read (CVE-2022-37434)") Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--package/libs/zlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/zlib/Makefile b/package/libs/zlib/Makefile
index 7321ec51c5..4f3c7a6b37 100644
--- a/package/libs/zlib/Makefile
+++ b/package/libs/zlib/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zlib
PKG_VERSION:=1.2.11
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/libpng http://www.zlib.net