diff mbox series

Config.in: default to HTTPS for s.b.n backup site

Message ID 20231027121252.1855024-1-peter@korsgaard.com
State Accepted
Headers show
Series Config.in: default to HTTPS for s.b.n backup site | expand

Commit Message

Peter Korsgaard Oct. 27, 2023, 12:12 p.m. UTC
Now that we have HTTPS support for sources.buildroot.net (through Lets
encrypt / Cloudflare), it makes sense to default to it for our backup site.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Oct. 28, 2023, 7:30 p.m. UTC | #1
Peter, All,

On 2023-10-27 14:12 +0200, Peter Korsgaard spake thusly:
> Now that we have HTTPS support for sources.buildroot.net (through Lets
> encrypt / Cloudflare), it makes sense to default to it for our backup site.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

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 dbcca4c55a..556b6c2575 100644
> --- a/Config.in
> +++ b/Config.in
> @@ -241,7 +241,7 @@ if !BR2_PRIMARY_SITE_ONLY
>  
>  config BR2_BACKUP_SITE
>  	string "Backup download site"
> -	default "http://sources.buildroot.net"
> +	default "https://sources.buildroot.net"
>  	help
>  	  Backup site to download from. If this option is set then
>  	  buildroot will fall back to download package sources from here
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Oct. 30, 2023, 5:18 p.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Now that we have HTTPS support for sources.buildroot.net (through Lets
 > encrypt / Cloudflare), it makes sense to default to it for our backup site.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2023.02.x and 2023.08.x, thanks.
diff mbox series

Patch

diff --git a/Config.in b/Config.in
index dbcca4c55a..556b6c2575 100644
--- a/Config.in
+++ b/Config.in
@@ -241,7 +241,7 @@  if !BR2_PRIMARY_SITE_ONLY
 
 config BR2_BACKUP_SITE
 	string "Backup download site"
-	default "http://sources.buildroot.net"
+	default "https://sources.buildroot.net"
 	help
 	  Backup site to download from. If this option is set then
 	  buildroot will fall back to download package sources from here