From c1250c56ae0cbbd50862ff22a68c9f52ef116fdd Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 28 Nov 2022 15:57:57 +0100 Subject: [PATCH] testing: Use HTTPS for strongSwan tarballs --- testing/scripts/recipes/013_strongswan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 0fce0ad9f..fb80b4e85 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -3,7 +3,7 @@ PV = $(SWANVERSION) PKG = strongswan-$(PV) TAR = $(PKG).tar.bz2 -SRC = http://download.strongswan.org/$(TAR) +SRC = https://download.strongswan.org/$(TAR) # can be passed to load sources from a directory instead of a tarball ifneq ($(origin SRCDIR), undefined)