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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C00331581EC for ; Fri, 22 Nov 2024 07:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D648EE07BA; Fri, 22 Nov 2024 07:38:54 +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 BB290E07BA for ; Fri, 22 Nov 2024 07:38:54 +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 AD183342FB5 for ; Fri, 22 Nov 2024 07:38:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05C6E1898 for ; Fri, 22 Nov 2024 07:38:52 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1732260455.28e3c6af3c593b6e9d6cf1bcacf88f4ad6734ac5.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot-resolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/knot-resolver/knot-resolver-5.7.2.ebuild X-VCS-Directories: net-dns/knot-resolver/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 28e3c6af3c593b6e9d6cf1bcacf88f4ad6734ac5 X-VCS-Branch: master Date: Fri, 22 Nov 2024 07:38:52 +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: 9fafbdd9-17f0-4db4-bbd2-648d3edac885 X-Archives-Hash: 4de92da8c98445cfa6bccf4128f2e529 commit: 28e3c6af3c593b6e9d6cf1bcacf88f4ad6734ac5 Author: Nicolas PARLANT parhuet fr> AuthorDate: Sat Oct 19 21:00:17 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Nov 22 07:27:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e3c6af net-dns/knot-resolver: update SRC_URI fix redirects in SRC_URI Signed-off-by: Nicolas PARLANT parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39069 Signed-off-by: Florian Schmaus gentoo.org> net-dns/knot-resolver/knot-resolver-5.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/knot-resolver/knot-resolver-5.7.2.ebuild b/net-dns/knot-resolver/knot-resolver-5.7.2.ebuild index e0467c5e893b..f6591f2c3a50 100644 --- a/net-dns/knot-resolver/knot-resolver-5.7.2.ebuild +++ b/net-dns/knot-resolver/knot-resolver-5.7.2.ebuild @@ -10,8 +10,8 @@ inherit lua-single meson tmpfiles verify-sig DESCRIPTION="A scaleable caching DNS resolver" HOMEPAGE="https://www.knot-resolver.cz https://gitlab.nic.cz/knot/knot-resolver" SRC_URI=" - https://secure.nic.cz/files/${PN}/${P}.tar.xz - verify-sig? ( https://secure.nic.cz/files/${PN}/${P}.tar.xz.asc ) + https://knot-resolver.nic.cz/release/${P}.tar.xz + verify-sig? ( https://knot-resolver.nic.cz/release/${P}.tar.xz.asc ) " LICENSE="Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT"