1From 5f0e537c89d9f3b356166c409303b38777f2e3de Mon Sep 17 00:00:00 2001 2From: Lorenzo Dal Col <lorenzo@khronosgroup.org> 3Date: Thu, 18 Jan 2024 22:13:49 +0100 4Subject: [PATCH] Change zlib URL because the one from zlib.net requires a 5 human-verification 6 7VK-GL-CTS issue: 4895 8 9This does not affect any test. 10 11Change-Id: I7002062f46f957dd865d66387dde3e53d3b2c5f0 12Signed-off-by: Eric Engestrom <eric@igalia.com> 13--- 14 external/fetch_sources.py | 2 +- 15 1 file changed, 1 insertion(+), 1 deletion(-) 16 17diff --git a/external/fetch_sources.py b/external/fetch_sources.py 18index 081aea023d5683698653..7b107d5026b3dbb246c2 100644 19--- a/external/fetch_sources.py 20+++ b/external/fetch_sources.py 21@@ -290,7 +290,7 @@ def postExtractLibpng (path): 22 23 PACKAGES = [ 24 SourcePackage( 25- "http://zlib.net/fossils/zlib-1.2.13.tar.gz", 26+ "https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz", 27 "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30", 28 "zlib"), 29 SourcePackage( 30-- 31Cheers, 32 Eric 33 34