From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 212D715808B for ; Mon, 4 Apr 2022 20:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FBDE0858; Mon, 4 Apr 2022 20:08:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA247E0858 for ; Mon, 4 Apr 2022 20:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF5C3341488 for ; Mon, 4 Apr 2022 20:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13CF6303 for ; Mon, 4 Apr 2022 20:08:21 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1649102861.42d4eab8099669d1832617f58e07fe3de6244757.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib/zlib-1.2.11-r4.ebuild sys-libs/zlib/zlib-1.2.11-r5.ebuild sys-libs/zlib/zlib-1.2.12-r1.ebuild sys-libs/zlib/zlib-1.2.12-r2.ebuild X-VCS-Directories: sys-libs/zlib/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 42d4eab8099669d1832617f58e07fe3de6244757 X-VCS-Branch: master Date: Mon, 4 Apr 2022 20:08:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd907b08-234c-4ba4-b04e-cba5f2599750 X-Archives-Hash: 0f3e71360f231824dd492e5a0721f460 commit: 42d4eab8099669d1832617f58e07fe3de6244757 Author: Jakov Smolić gentoo org> AuthorDate: Mon Apr 4 13:43:08 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Apr 4 20:07:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d4eab8 sys-libs/zlib: Update archive URL 1.2.11 tarball is not available at https://zlib.net/${P}, so fetch it from https://zlib.net/fossils instead ``` >>> Downloading 'https://zlib.net/zlib-1.2.11.tar.gz' --2022-04-04 13:07:42--  https://zlib.net/zlib-1.2.11.tar.gz Resolving zlib.net... 85.187.148.2 Connecting to zlib.net|85.187.148.2|:443... connected. HTTP request sent, awaiting response... 404 Not Found ``` Closes: https://github.com/gentoo/gentoo/pull/24900 Signed-off-by: Jakov Smolić gentoo.org> sys-libs/zlib/zlib-1.2.11-r4.ebuild | 3 ++- sys-libs/zlib/zlib-1.2.11-r5.ebuild | 1 + sys-libs/zlib/zlib-1.2.12-r1.ebuild | 1 + sys-libs/zlib/zlib-1.2.12-r2.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-libs/zlib/zlib-1.2.11-r4.ebuild b/sys-libs/zlib/zlib-1.2.11-r4.ebuild index bc2fe9834ee2..f81dba33f73c 100644 --- a/sys-libs/zlib/zlib-1.2.11-r4.ebuild +++ b/sys-libs/zlib/zlib-1.2.11-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,7 @@ CYGWINPATCHES=( DESCRIPTION="Standard (de)compression library" HOMEPAGE="https://zlib.net/" SRC_URI="https://zlib.net/${P}.tar.gz + https://zlib.net/fossils/${P}.tar.gz http://www.gzip.org/zlib/${P}.tar.gz http://www.zlib.net/current/beta/${P}.tar.gz elibc_Cygwin? ( ${CYGWINPATCHES[*]} )" diff --git a/sys-libs/zlib/zlib-1.2.11-r5.ebuild b/sys-libs/zlib/zlib-1.2.11-r5.ebuild index 5173a430e69f..c24cdc4a3552 100644 --- a/sys-libs/zlib/zlib-1.2.11-r5.ebuild +++ b/sys-libs/zlib/zlib-1.2.11-r5.ebuild @@ -14,6 +14,7 @@ CYGWINPATCHES=( DESCRIPTION="Standard (de)compression library" HOMEPAGE="https://zlib.net/" SRC_URI="https://zlib.net/${P}.tar.gz + https://zlib.net/fossils/${P}.tar.gz http://www.gzip.org/zlib/${P}.tar.gz http://www.zlib.net/current/beta/${P}.tar.gz elibc_Cygwin? ( ${CYGWINPATCHES[*]} )" diff --git a/sys-libs/zlib/zlib-1.2.12-r1.ebuild b/sys-libs/zlib/zlib-1.2.12-r1.ebuild index 267b24c0d148..425c0f30bdb5 100644 --- a/sys-libs/zlib/zlib-1.2.12-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.12-r1.ebuild @@ -15,6 +15,7 @@ CYGWINPATCHES=( DESCRIPTION="Standard (de)compression library" HOMEPAGE="https://zlib.net/" SRC_URI="https://zlib.net/${P}.tar.gz + https://zlib.net/fossils/${P}.tar.gz https://www.gzip.org/zlib/${P}.tar.gz https://www.zlib.net/current/beta/${P}.tar.gz verify-sig? ( https://zlib.net/${P}.tar.gz.asc ) diff --git a/sys-libs/zlib/zlib-1.2.12-r2.ebuild b/sys-libs/zlib/zlib-1.2.12-r2.ebuild index ca6e222f45cd..166bfbad0465 100644 --- a/sys-libs/zlib/zlib-1.2.12-r2.ebuild +++ b/sys-libs/zlib/zlib-1.2.12-r2.ebuild @@ -16,6 +16,7 @@ CYGWINPATCHES=( DESCRIPTION="Standard (de)compression library" HOMEPAGE="https://zlib.net/" SRC_URI="https://zlib.net/${P}.tar.gz + https://zlib.net/fossils/${P}.tar.gz https://www.gzip.org/zlib/${P}.tar.gz https://www.zlib.net/current/beta/${P}.tar.gz verify-sig? ( https://zlib.net/${P}.tar.gz.asc )