aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/zlib/Makefile
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-03-24 06:45:04 +0100
committerPetr Štetiar <ynezz@true.cz>2022-03-24 08:18:21 +0100
commit3965dda0fa70dc9408f1a2e55a3ddefde78bd50e (patch)
treec685b569ed0beda949e5fb8095b5de188ed3b560 /package/libs/zlib/Makefile
parent68b008756fae2d05a46f684dd4908667389d217a (diff)
downloadupstream-3965dda0fa70dc9408f1a2e55a3ddefde78bd50e.tar.gz
upstream-3965dda0fa70dc9408f1a2e55a3ddefde78bd50e.tar.bz2
upstream-3965dda0fa70dc9408f1a2e55a3ddefde78bd50e.zip
zlib: backport security fix for a reproducible crash in compressor
Tavis has just reported, that he was recently trying to track down a reproducible crash in a compressor. Believe it or not, it really was a bug in zlib-1.2.11 when compressing (not decompressing!) certain inputs. Tavis has reported it upstream, but it turns out the issue has been public since 2018, but the patch never made it into a release. As far as he knows, nobody ever assigned it a CVE. Suggested-by: Tavis Ormandy <taviso@gmail.com> References: https://www.openwall.com/lists/oss-security/2022/03/24/1 Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit b3aa2909a79aeff20d594160b207a89dc807c033)
Diffstat (limited to 'package/libs/zlib/Makefile')
-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 c7a8415c79..7321ec51c5 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:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/libpng http://www.zlib.net