diff mbox series

[v1,1/4] package/apr: change download url from http to https

Message ID 20220401180520.15772-1-ps.report@gmx.net
State Accepted
Headers show
Series [v1,1/4] package/apr: change download url from http to https | expand

Commit Message

Peter Seiderer April 1, 2022, 6:05 p.m. UTC
- change download url from http to https

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/apr/apr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN April 2, 2022, 5:30 p.m. UTC | #1
Peter, All,

On 2022-04-01 20:05 +0200, Peter Seiderer spake thusly:
> - change download url from http to https

A commit log that jsut repeats the commit title is useless, so I dropped
it.

I also squashed together commits refering to the same package.

Series applied to master, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/apr/apr.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/apr/apr.mk b/package/apr/apr.mk
> index c45829aacc..7ff2c007b4 100644
> --- a/package/apr/apr.mk
> +++ b/package/apr/apr.mk
> @@ -6,7 +6,7 @@
>  
>  APR_VERSION = 1.7.0
>  APR_SOURCE = apr-$(APR_VERSION).tar.bz2
> -APR_SITE = http://archive.apache.org/dist/apr
> +APR_SITE = https://archive.apache.org/dist/apr
>  APR_LICENSE = Apache-2.0
>  APR_LICENSE_FILES = LICENSE
>  APR_CPE_ID_VENDOR = apache
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard April 4, 2022, 12:46 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Peter, All,
 > On 2022-04-01 20:05 +0200, Peter Seiderer spake thusly:
 >> - change download url from http to https

 > A commit log that jsut repeats the commit title is useless, so I dropped
 > it.

 > I also squashed together commits refering to the same package.

 > Series applied to master, thanks.

And to 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/apr/apr.mk b/package/apr/apr.mk
index c45829aacc..7ff2c007b4 100644
--- a/package/apr/apr.mk
+++ b/package/apr/apr.mk
@@ -6,7 +6,7 @@ 
 
 APR_VERSION = 1.7.0
 APR_SOURCE = apr-$(APR_VERSION).tar.bz2
-APR_SITE = http://archive.apache.org/dist/apr
+APR_SITE = https://archive.apache.org/dist/apr
 APR_LICENSE = Apache-2.0
 APR_LICENSE_FILES = LICENSE
 APR_CPE_ID_VENDOR = apache