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 57F821581E7 for ; Wed, 24 Apr 2024 13:57:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C08FE2A7E; Wed, 24 Apr 2024 13:57:09 +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 850E1E2A7E for ; Wed, 24 Apr 2024 13:57:09 +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 BE6163406D1 for ; Wed, 24 Apr 2024 13:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9B41590 for ; Wed, 24 Apr 2024 13:57:07 +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: <1713966994.5129ccf09f4ba341114f19edceee86acfc0cc3dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dmidecode/dmidecode-3.6.ebuild X-VCS-Directories: sys-apps/dmidecode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5129ccf09f4ba341114f19edceee86acfc0cc3dc X-VCS-Branch: master Date: Wed, 24 Apr 2024 13:57:07 +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: 8d6c4179-a867-4217-aab3-658d5a47c63b X-Archives-Hash: 62e69973be5368f0af501c48ee3ce14b commit: 5129ccf09f4ba341114f19edceee86acfc0cc3dc Author: Sam James gentoo org> AuthorDate: Wed Apr 24 13:56:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 24 13:56:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5129ccf0 sys-apps/dmidecode: update SRC_URI to mirror://nongnu ulm reports a fetch failure with one of the nongnu savannah redirects. Signed-off-by: Sam James gentoo.org> sys-apps/dmidecode/dmidecode-3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dmidecode/dmidecode-3.6.ebuild b/sys-apps/dmidecode/dmidecode-3.6.ebuild index 3d93149aaccd..f28bc89d104e 100644 --- a/sys-apps/dmidecode/dmidecode-3.6.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.6.ebuild @@ -10,7 +10,7 @@ inherit bash-completion-r1 flag-o-matic toolchain-funcs UPSTREAM_PATCH_COMMITS=() DESCRIPTION="DMI (Desktop Management Interface) table related utilities" HOMEPAGE="https://www.nongnu.org/dmidecode/" -SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" for commit in "${UPSTREAM_PATCH_COMMITS[@]}" ; do SRC_URI+=" https://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=${commit} -> ${P}-${commit}.patch" UPSTREAM_PATCHES+=( "${DISTDIR}"/${P}-${commit}.patch )