Minor fix version.
https://github.com/madler/zlib/releases/tag/v1.3.1
Includes fixes to CVE-2023-45853 (minizip).
But hasn't affected the ptxdist installation afaict.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/zlib.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/zlib.make b/rules/zlib.make
index a8db413a4..50cc89520 100644
--- a/rules/zlib.make
+++ b/rules/zlib.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_ZLIB) += zlib
 # Paths and names
 #
 
-ZLIB_VERSION   := 1.3
-ZLIB_MD5       := b49e70aacafacfceb1107943497f5545
+ZLIB_VERSION   := 1.3.1
+ZLIB_MD5       := 5e6af153311327e516690d300527ec9e
 ZLIB           := zlib-$(ZLIB_VERSION)
 ZLIB_SUFFIX    := tar.xz
 ZLIB_URL       := \
-- 
2.34.1


Reply via email to