[openwrt/openwrt] zlib: bump PKG_RELEASE after CVE fix

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 8 00:59:16 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/5e0173de51eb7b68f0dd476b7915ca89d0c8ebca

commit 5e0173de51eb7b68f0dd476b7915ca89d0c8ebca
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Aug 8 09:55:33 2022 +0200

    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 at true.cz>
---
 package/libs/zlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list