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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 938F2158086 for ; Wed, 5 Jan 2022 11:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B412BC004; Wed, 5 Jan 2022 11:38: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 004DD2BC004 for ; Wed, 5 Jan 2022 11:38:07 +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 6AD0634321A for ; Wed, 5 Jan 2022 11:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D64278 for ; Wed, 5 Jan 2022 11:38:04 +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: <1641382632.1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-5.1_p16.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140 X-VCS-Branch: master Date: Wed, 5 Jan 2022 11:38:04 +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: 4758e9eb-0a42-40db-8d72-58b0b755f988 X-Archives-Hash: 763ed9144ad38d34a845473267c58628 commit: 1472a4a78f4fe7cb1d38d5a9b9b7d355201ab140 Author: Sam James gentoo org> AuthorDate: Wed Jan 5 11:37:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 5 11:37:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1472a4a7 app-shells/bash: update SRC_URI (prefer GNU mirror for patches) mirror://gnu first has HTTPS listed so this is a minor improvement. Of course, we already have Manifests and so on, but ... (It's listed on https://tiswww.case.edu/php/chet/bash/bashtop.html so fine to use for patches too.) Signed-off-by: Sam James gentoo.org> app-shells/bash/bash-5.1_p16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild index 15d76da733d1..c5c1f374ace9 100644 --- a/app-shells/bash/bash-5.1_p16.ebuild +++ b/app-shells/bash/bash-5.1_p16.ebuild @@ -27,7 +27,7 @@ patches() { echo "${@/#/${DISTDIR}/}" else local u - for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do + for u in mirror://gnu/${pn} ftp://ftp.cwru.edu/pub/bash ; do printf "${u}/${pn}-${pv}-patches/%s " "$@" done fi