From b9a5442b59485a9c7614b1253855379f631ed3e3 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 4 Mar 2024 20:20:52 +0100 Subject: [PATCH] Ports/zlib: Switch to tarball copies hosted on GitHub zlib.net uses DDoS protection, which results in broken downloads whenever a browser validation page is served instead. The tarballs that are uploaded to GitHub releases are identical with the ones that are served on zlib.net. --- Ports/zlib/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/zlib/package.sh b/Ports/zlib/package.sh index 696621f8e743e3..64c45992fe3026 100755 --- a/Ports/zlib/package.sh +++ b/Ports/zlib/package.sh @@ -3,7 +3,7 @@ port='zlib' version='1.3.1' useconfigure='true' files=( - "https://www.zlib.net/fossils/zlib-${version}.tar.gz#9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" + "https://github.com/madler/zlib/releases/download/v${version}/zlib-${version}.tar.gz#9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" ) configure() {