zlib: bump PKG_RELEASE after CVE fix
authorPetr Štetiar <ynezz@true.cz>
Mon, 8 Aug 2022 07:55:33 +0000 (09:55 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 8 Aug 2022 07:55:33 +0000 (09:55 +0200)
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>
package/libs/zlib/Makefile

index 7321ec51c5d2963589ba40fe0cc6a425a55b3c02..4f3c7a6b37e48e922c0712f20c4116d119a30110 100644 (file)
@@ -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