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 4DB5B15817D for ; Wed, 12 Jun 2024 02:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788CBE2A76; Wed, 12 Jun 2024 02:01:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 630D8E2A76 for ; Wed, 12 Jun 2024 02:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3339335DC5 for ; Wed, 12 Jun 2024 02:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0648515F7 for ; Wed, 12 Jun 2024 02:01:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718156371.dd6598ab5a4c9812a142271b9414e74307b56380.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/c-ares/c-ares-1.25.0-r1.ebuild net-dns/c-ares/c-ares-1.26.0.ebuild net-dns/c-ares/c-ares-1.27.0.ebuild net-dns/c-ares/c-ares-1.28.1.ebuild net-dns/c-ares/c-ares-1.29.0.ebuild X-VCS-Directories: net-dns/c-ares/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd6598ab5a4c9812a142271b9414e74307b56380 X-VCS-Branch: master Date: Wed, 12 Jun 2024 02:01:14 +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: 4f3bfddd-e344-466f-a519-8220adf1e7f1 X-Archives-Hash: 1a3154a648eb94da56fc178389a7ffdc commit: dd6598ab5a4c9812a142271b9414e74307b56380 Author: Sam James gentoo org> AuthorDate: Wed Jun 12 01:39:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 12 01:39:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6598ab net-dns/c-ares: update SRC_URI See https://github.com/c-ares/c-ares.github.io/commit/a6ca48114dc19544fcd5d7d0ac75bec50def89d0. Closes: https://bugs.gentoo.org/934046 Signed-off-by: Sam James gentoo.org> net-dns/c-ares/c-ares-1.25.0-r1.ebuild | 4 ++-- net-dns/c-ares/c-ares-1.26.0.ebuild | 4 ++-- net-dns/c-ares/c-ares-1.27.0.ebuild | 4 ++-- net-dns/c-ares/c-ares-1.28.1.ebuild | 4 ++-- net-dns/c-ares/c-ares-1.29.0.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-dns/c-ares/c-ares-1.25.0-r1.ebuild b/net-dns/c-ares/c-ares-1.25.0-r1.ebuild index e5dd49ff97fb..750a2585f9d1 100644 --- a/net-dns/c-ares/c-ares-1.25.0-r1.ebuild +++ b/net-dns/c-ares/c-ares-1.25.0-r1.ebuild @@ -9,8 +9,8 @@ inherit edo multilib-minimal verify-sig DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.org/" SRC_URI=" - https://c-ares.org/download/${P}.tar.gz - verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) + https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz + verify-sig? ( https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz.asc ) " # ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) diff --git a/net-dns/c-ares/c-ares-1.26.0.ebuild b/net-dns/c-ares/c-ares-1.26.0.ebuild index fd6862db0584..fcaf723b0bb2 100644 --- a/net-dns/c-ares/c-ares-1.26.0.ebuild +++ b/net-dns/c-ares/c-ares-1.26.0.ebuild @@ -9,8 +9,8 @@ inherit edo multilib-minimal verify-sig DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.org/" SRC_URI=" - https://c-ares.org/download/${P}.tar.gz - verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) + https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz + verify-sig? ( https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz.asc ) " # ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) diff --git a/net-dns/c-ares/c-ares-1.27.0.ebuild b/net-dns/c-ares/c-ares-1.27.0.ebuild index f066b76c4ef8..f57d48f92bcd 100644 --- a/net-dns/c-ares/c-ares-1.27.0.ebuild +++ b/net-dns/c-ares/c-ares-1.27.0.ebuild @@ -9,8 +9,8 @@ inherit edo multilib-minimal verify-sig DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.org/" SRC_URI=" - https://c-ares.org/download/${P}.tar.gz - verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) + https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz + verify-sig? ( https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz.asc ) " # ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) diff --git a/net-dns/c-ares/c-ares-1.28.1.ebuild b/net-dns/c-ares/c-ares-1.28.1.ebuild index 1381b08f2916..2e6982838c3e 100644 --- a/net-dns/c-ares/c-ares-1.28.1.ebuild +++ b/net-dns/c-ares/c-ares-1.28.1.ebuild @@ -9,8 +9,8 @@ inherit edo multilib-minimal verify-sig DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.org/" SRC_URI=" - https://c-ares.org/download/${P}.tar.gz - verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) + https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz + verify-sig? ( https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz.asc ) " # ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) diff --git a/net-dns/c-ares/c-ares-1.29.0.ebuild b/net-dns/c-ares/c-ares-1.29.0.ebuild index f066b76c4ef8..f57d48f92bcd 100644 --- a/net-dns/c-ares/c-ares-1.29.0.ebuild +++ b/net-dns/c-ares/c-ares-1.29.0.ebuild @@ -9,8 +9,8 @@ inherit edo multilib-minimal verify-sig DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.org/" SRC_URI=" - https://c-ares.org/download/${P}.tar.gz - verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) + https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz + verify-sig? ( https://github.com/c-ares/c-ares/releases/download/cares-${PV//./_}/${P}.tar.gz.asc ) " # ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405)