From 94a9146476d30f79415079756041340b0f70fd70 Mon Sep 17 00:00:00 2001 From: llamasoft Date: Tue, 15 Nov 2022 11:38:13 -0500 Subject: [PATCH] Bump zlib to v1.2.13 The 1.2.12 release was yanked due to security issues. Updated the zlib download URL to GitHub for stability. --- include/zlib.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zlib.mak b/include/zlib.mak index 5c2ce11..99f3967 100644 --- a/include/zlib.mak +++ b/include/zlib.mak @@ -1,6 +1,6 @@ NAME := zlib -ZLIB_VERSION := 1.2.12 -ZLIB_URL := https://zlib.net/zlib-$(ZLIB_VERSION).tar.gz +ZLIB_VERSION := 1.2.13 +ZLIB_URL := https://github.com/madler/zlib/archive/refs/tags/v$(ZLIB_VERSION).tar.gz ZLIB_PROGRAMS := ZLIB_LIBRARIEES := libz.a