commit:     9449f94794f8d0d71a96915ae3b29f22115ced9d
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Aug 18 10:26:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 15:51:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9449f947

app-shells/bash: refresh the comments containing patch URIs

As regards the (commented) URIs referring to the available patchlevels:

- employ https:// rather than ftp://
- ensure that the URI request path consistently matches the version
- remove the URI altogether for snapshot ebuilds

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bash/bash-2.05b_p13.ebuild             | 2 +-
 app-shells/bash/bash-3.0_p22.ebuild               | 2 +-
 app-shells/bash/bash-3.1_p23.ebuild               | 2 +-
 app-shells/bash/bash-3.2_p57.ebuild               | 2 +-
 app-shells/bash/bash-4.0_p44.ebuild               | 2 +-
 app-shells/bash/bash-4.1_p17.ebuild               | 2 +-
 app-shells/bash/bash-4.2_p53.ebuild               | 2 +-
 app-shells/bash/bash-4.3_p48-r2.ebuild            | 2 +-
 app-shells/bash/bash-4.4_p23-r2.ebuild            | 2 +-
 app-shells/bash/bash-5.0_p18-r3.ebuild            | 2 +-
 app-shells/bash/bash-5.1_p16-r14.ebuild           | 2 +-
 app-shells/bash/bash-5.2_p37-r3.ebuild            | 2 +-
 app-shells/bash/bash-5.2_p37-r4.ebuild            | 2 +-
 app-shells/bash/bash-5.3-r1.ebuild                | 2 +-
 app-shells/bash/bash-5.3-r2.ebuild                | 2 +-
 app-shells/bash/bash-5.3.ebuild                   | 2 +-
 app-shells/bash/bash-5.3_p3-r1.ebuild             | 2 +-
 app-shells/bash/bash-5.3_p3.ebuild                | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250711.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250718.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250801.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250804.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250808.ebuild | 2 +-
 app-shells/bash/bash-5.4_alpha_pre20250814.ebuild | 2 +-
 app-shells/bash/bash-9999.ebuild                  | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/app-shells/bash/bash-2.05b_p13.ebuild 
b/app-shells/bash/bash-2.05b_p13.ebuild
index b9f975061243..ee61ab32095c 100644
--- a/app-shells/bash/bash-2.05b_p13.ebuild
+++ b/app-shells/bash/bash-2.05b_p13.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-2.05b-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-3.0_p22.ebuild 
b/app-shells/bash/bash-3.0_p22.ebuild
index 255cc1a142c1..0227a0848345 100644
--- a/app-shells/bash/bash-3.0_p22.ebuild
+++ b/app-shells/bash/bash-3.0_p22.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-3.0-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-3.1_p23.ebuild 
b/app-shells/bash/bash-3.1_p23.ebuild
index 3e199434c7e7..f47519869f77 100644
--- a/app-shells/bash/bash-3.1_p23.ebuild
+++ b/app-shells/bash/bash-3.1_p23.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-3.1-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-3.2_p57.ebuild 
b/app-shells/bash/bash-3.2_p57.ebuild
index b899e1599678..91050de02f0b 100644
--- a/app-shells/bash/bash-3.2_p57.ebuild
+++ b/app-shells/bash/bash-3.2_p57.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-3.2-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-4.0_p44.ebuild 
b/app-shells/bash/bash-4.0_p44.ebuild
index 73eed8f83b55..6c4764a609d8 100644
--- a/app-shells/bash/bash-4.0_p44.ebuild
+++ b/app-shells/bash/bash-4.0_p44.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-4.0-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-4.1_p17.ebuild 
b/app-shells/bash/bash-4.1_p17.ebuild
index f9c68efe3bc2..3992b6a2efb3 100644
--- a/app-shells/bash/bash-4.1_p17.ebuild
+++ b/app-shells/bash/bash-4.1_p17.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-4.1-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-4.2_p53.ebuild 
b/app-shells/bash/bash-4.2_p53.ebuild
index 3933c300adb9..8bd53b2d46f4 100644
--- a/app-shells/bash/bash-4.2_p53.ebuild
+++ b/app-shells/bash/bash-4.2_p53.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.2-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-4.2-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-4.3_p48-r2.ebuild 
b/app-shells/bash/bash-4.3_p48-r2.ebuild
index 91c5b5af3535..918a92f6c1dc 100644
--- a/app-shells/bash/bash-4.3_p48-r2.ebuild
+++ b/app-shells/bash/bash-4.3_p48-r2.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}-r2"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-4.3-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-4.4_p23-r2.ebuild 
b/app-shells/bash/bash-4.4_p23-r2.ebuild
index ec1563be7798..6203c1e7e95f 100644
--- a/app-shells/bash/bash-4.4_p23-r2.ebuild
+++ b/app-shells/bash/bash-4.4_p23-r2.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}-r2"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-4.4-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-5.0_p18-r3.ebuild 
b/app-shells/bash/bash-5.0_p18-r3.ebuild
index 70ea14d9754a..9f333573ca06 100644
--- a/app-shells/bash/bash-5.0_p18-r3.ebuild
+++ b/app-shells/bash/bash-5.0_p18-r3.ebuild
@@ -10,7 +10,7 @@ GENTOO_PATCH_DEV="sam"
 GENTOO_PATCH_VER="${PV}"
 
 # Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/
+# See https://ftp.gnu.org/gnu/bash/bash-5.0-patches/
 PLEVEL="${PV##*_p}"
 MY_PV="${PV/_p*}"
 MY_PV="${MY_PV/_/-}"

diff --git a/app-shells/bash/bash-5.1_p16-r14.ebuild 
b/app-shells/bash/bash-5.1_p16-r14.ebuild
index b1a75ff93c38..e7e52195cbfd 100644
--- a/app-shells/bash/bash-5.1_p16-r14.ebuild
+++ b/app-shells/bash/bash-5.1_p16-r14.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.1-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.1-patches/.
 case ${PV} in
        *_p*)
                PLEVEL=${PV##*_p}

diff --git a/app-shells/bash/bash-5.2_p37-r3.ebuild 
b/app-shells/bash/bash-5.2_p37-r3.ebuild
index 8d9d143fd609..9b236af62ba8 100644
--- a/app-shells/bash/bash-5.2_p37-r3.ebuild
+++ b/app-shells/bash/bash-5.2_p37-r3.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
 case ${PV} in
        *_p*)
                PLEVEL=${PV##*_p}

diff --git a/app-shells/bash/bash-5.2_p37-r4.ebuild 
b/app-shells/bash/bash-5.2_p37-r4.ebuild
index 299473ed97a9..436023383758 100644
--- a/app-shells/bash/bash-5.2_p37-r4.ebuild
+++ b/app-shells/bash/bash-5.2_p37-r4.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
 case ${PV} in
        *_p*)
                PLEVEL=${PV##*_p}

diff --git a/app-shells/bash/bash-5.3-r1.ebuild 
b/app-shells/bash/bash-5.3-r1.ebuild
index d40b29374a91..7700c017e861 100644
--- a/app-shells/bash/bash-5.3-r1.ebuild
+++ b/app-shells/bash/bash-5.3-r1.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.3-patches/.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.3-r2.ebuild 
b/app-shells/bash/bash-5.3-r2.ebuild
index d83ded7d57e8..e63000006c13 100644
--- a/app-shells/bash/bash-5.3-r2.ebuild
+++ b/app-shells/bash/bash-5.3-r2.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.3-patches/.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.3.ebuild b/app-shells/bash/bash-5.3.ebuild
index e025d4e56763..a12c32019247 100644
--- a/app-shells/bash/bash-5.3.ebuild
+++ b/app-shells/bash/bash-5.3.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.3-patches/.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.3_p3-r1.ebuild 
b/app-shells/bash/bash-5.3_p3-r1.ebuild
index 6a8170bcca41..f069c5c36bd4 100644
--- a/app-shells/bash/bash-5.3_p3-r1.ebuild
+++ b/app-shells/bash/bash-5.3_p3-r1.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.3-patches/.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.3_p3.ebuild 
b/app-shells/bash/bash-5.3_p3.ebuild
index d83ded7d57e8..e63000006c13 100644
--- a/app-shells/bash/bash-5.3_p3.ebuild
+++ b/app-shells/bash/bash-5.3_p3.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel. See https://ftp.gnu.org/gnu/bash/bash-5.3-patches/.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
index 16e02d8fd2af..c96e38e0aa19 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250711.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
index fe16279e000f..20621f78d175 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250718.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
index 4291f369568e..72fb75274a53 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250801.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
index f44c0275ac84..d09c9ab6b8e6 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250804.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
index 8bb8c899d569..e82df719ce02 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250808.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild 
b/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
index 080336642fd4..cfcce177b243 100644
--- a/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
+++ b/app-shells/bash/bash-5.4_alpha_pre20250814.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 248fb8be6cd6..f23c2d7e977c 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -15,7 +15,7 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 MY_PATCHES=()
 
-# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/.
+# Determine the patchlevel.
 case ${PV} in
        9999|*_alpha*|*_beta*|*_rc*)
                # Set a negative patchlevel to indicate that it's a pre-release.

Reply via email to