From: Petr Štetiar Date: Mon, 8 Aug 2022 07:55:33 +0000 (+0200) Subject: zlib: bump PKG_RELEASE after CVE fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e0173de51eb7b68f0dd476b7915ca89d0c8ebca;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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