All of 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.