diff mbox series

[v1] Config.in: update default BR2_CPAN_MIRROR URL from http to https

Message ID 20221220180306.17253-1-ps.report@gmx.net
State Accepted
Headers show
Series [v1] Config.in: update default BR2_CPAN_MIRROR URL from http to https | expand

Commit Message

Peter Seiderer Dec. 20, 2022, 6:03 p.m. UTC
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Notes:

- the mirror list URL http://search.cpan.org/mirror seems outdated
  (re-directed to https://metacpan.org/mirrors aka 'Not Found - The
  resource you requested could not be found.').

  The closest matching URLs I found are:

  https://www.cpan.org/SITES.html
  http://mirrors.cpan.org/map.html
  http://mirrors.cpan.org/
---
 Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Dec. 21, 2022, 1:06 p.m. UTC | #1
Peter, All,

On 2022-12-20 19:03 +0100, Peter Seiderer spake thusly:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Notes:
> 
> - the mirror list URL http://search.cpan.org/mirror seems outdated
>   (re-directed to https://metacpan.org/mirrors aka 'Not Found - The
>   resource you requested could not be found.').
> 
>   The closest matching URLs I found are:
> 
>   https://www.cpan.org/SITES.html
>   http://mirrors.cpan.org/map.html
>   http://mirrors.cpan.org/

I've updated the help text with those last two URLs (table and map),
extended the commit log with your good explanations above, and a few
additions.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Config.in b/Config.in
> index 3c57c591a8..c318223d1d 100644
> --- a/Config.in
> +++ b/Config.in
> @@ -287,7 +287,7 @@ config BR2_LUAROCKS_MIRROR
>  
>  config BR2_CPAN_MIRROR
>  	string "CPAN mirror (Perl packages)"
> -	default "http://cpan.metacpan.org"
> +	default "https://cpan.metacpan.org"
>  	help
>  	  CPAN (Comprehensive Perl Archive Network) is a repository of
>  	  Perl packages. It has multiple software mirrors scattered
> -- 
> 2.39.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Dec. 21, 2022, 7:42 p.m. UTC | #2
>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 > ---
 > Notes:

 > - the mirror list URL http://search.cpan.org/mirror seems outdated
 >   (re-directed to https://metacpan.org/mirrors aka 'Not Found - The
 >   resource you requested could not be found.').

 >   The closest matching URLs I found are:

 >   https://www.cpan.org/SITES.html
 >   http://mirrors.cpan.org/map.html
 >   http://mirrors.cpan.org/

Committed to 2022.11.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/Config.in b/Config.in
index 3c57c591a8..c318223d1d 100644
--- a/Config.in
+++ b/Config.in
@@ -287,7 +287,7 @@  config BR2_LUAROCKS_MIRROR
 
 config BR2_CPAN_MIRROR
 	string "CPAN mirror (Perl packages)"
-	default "http://cpan.metacpan.org"
+	default "https://cpan.metacpan.org"
 	help
 	  CPAN (Comprehensive Perl Archive Network) is a repository of
 	  Perl packages. It has multiple software mirrors scattered