From: Tobias Brunner Date: Mon, 28 Nov 2022 14:57:57 +0000 (+0100) Subject: testing: Use HTTPS for strongSwan tarballs X-Git-Tag: 5.9.9rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1250c56ae0cbbd50862ff22a68c9f52ef116fdd;p=thirdparty%2Fstrongswan.git testing: Use HTTPS for strongSwan tarballs --- diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 0fce0ad9ff..fb80b4e851 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)