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

Peter Seiderer ps.report at gmx.net
Fri Apr 1 18:05:17 UTC 2022


- change download url from http to https

Signed-off-by: Peter Seiderer <ps.report at 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



More information about the buildroot mailing list