Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https
@ 2022-04-01 18:05 Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 2/4] package/apr: change project " Peter Seiderer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-04-01 18:05 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls

- 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(-)

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH v1 2/4] package/apr: change project url from http to https
  2022-04-01 18:05 [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https Peter Seiderer
@ 2022-04-01 18:05 ` Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 3/4] package/apr-util: change download " Peter Seiderer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-04-01 18:05 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls

- change project url from http to https (and remove trailing slash)

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

diff --git a/package/apr/Config.in b/package/apr/Config.in
index 67de925474..4606fc5378 100644
--- a/package/apr/Config.in
+++ b/package/apr/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_APR
 	  predictable and consistent interface to underlying
 	  platform-specific implementations
 
-	  http://apr.apache.org/
+	  https://apr.apache.org
 
 comment "apr needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH v1 3/4] package/apr-util: change download url from http to https
  2022-04-01 18:05 [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 2/4] package/apr: change project " Peter Seiderer
@ 2022-04-01 18:05 ` Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 4/4] package/apr-util: change project " Peter Seiderer
  2022-04-02 17:30 ` [Buildroot] [PATCH v1 1/4] package/apr: change download " Yann E. MORIN
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-04-01 18:05 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls

- change download url from http to https

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

diff --git a/package/apr-util/apr-util.mk b/package/apr-util/apr-util.mk
index cf8407ced0..fb0735f5e7 100644
--- a/package/apr-util/apr-util.mk
+++ b/package/apr-util/apr-util.mk
@@ -6,7 +6,7 @@
 
 APR_UTIL_VERSION = 1.6.1
 APR_UTIL_SOURCE = apr-util-$(APR_UTIL_VERSION).tar.bz2
-APR_UTIL_SITE = http://archive.apache.org/dist/apr
+APR_UTIL_SITE = https://archive.apache.org/dist/apr
 APR_UTIL_LICENSE = Apache-2.0
 APR_UTIL_LICENSE_FILES = LICENSE
 APR_UTIL_CPE_ID_VENDOR = apache
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH v1 4/4] package/apr-util: change project url from http to https
  2022-04-01 18:05 [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 2/4] package/apr: change project " Peter Seiderer
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 3/4] package/apr-util: change download " Peter Seiderer
@ 2022-04-01 18:05 ` Peter Seiderer
  2022-04-02 17:30 ` [Buildroot] [PATCH v1 1/4] package/apr: change download " Yann E. MORIN
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2022-04-01 18:05 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls

- change project url from http to https (and remove trailing slash)

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

diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
index 6c5e3bbdf5..c1a967bdec 100644
--- a/package/apr-util/Config.in
+++ b/package/apr-util/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_APR_UTIL
 	help
 	  The utility library for the apache runtime project
 
-	  http://apr.apache.org/
+	  https://apr.apache.org
 
 comment "apr-util needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https
  2022-04-01 18:05 [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https Peter Seiderer
                   ` (2 preceding siblings ...)
  2022-04-01 18:05 ` [Buildroot] [PATCH v1 4/4] package/apr-util: change project " Peter Seiderer
@ 2022-04-02 17:30 ` Yann E. MORIN
  2022-04-04 12:46   ` Peter Korsgaard
  3 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2022-04-02 17:30 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Bernd Kuhls, buildroot

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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https
  2022-04-02 17:30 ` [Buildroot] [PATCH v1 1/4] package/apr: change download " Yann E. MORIN
@ 2022-04-04 12:46   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-04-04 12:46 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Bernd Kuhls, Peter Seiderer, buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-04 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 18:05 [Buildroot] [PATCH v1 1/4] package/apr: change download url from http to https Peter Seiderer
2022-04-01 18:05 ` [Buildroot] [PATCH v1 2/4] package/apr: change project " Peter Seiderer
2022-04-01 18:05 ` [Buildroot] [PATCH v1 3/4] package/apr-util: change download " Peter Seiderer
2022-04-01 18:05 ` [Buildroot] [PATCH v1 4/4] package/apr-util: change project " Peter Seiderer
2022-04-02 17:30 ` [Buildroot] [PATCH v1 1/4] package/apr: change download " Yann E. MORIN
2022-04-04 12:46   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox