From: Adrian-Ken Rueegsegger Date: Fri, 25 Sep 2020 16:36:25 +0000 (+0200) Subject: testing: Switch to https for codelabs recipes X-Git-Tag: 5.9.2dr2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524751ae76dfcdadda65d7151bcbd9cd10ba8645;p=thirdparty%2Fstrongswan.git testing: Switch to https for codelabs recipes --- diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index abb2db4d3a..91f7f78ea2 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = anet -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = c9bdee807f2fcd2b6ec2ad8fe4c814e1abb71358 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/006_tkm-rpc.mk b/testing/scripts/recipes/006_tkm-rpc.mk index f80cd6e715..dc86fa5fa7 100644 --- a/testing/scripts/recipes/006_tkm-rpc.mk +++ b/testing/scripts/recipes/006_tkm-rpc.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = tkm-rpc -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = 075d22871cf81d497aac656c7f03a513278b641c PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/007_x509-ada.mk b/testing/scripts/recipes/007_x509-ada.mk index 08e57fc603..e096cef660 100644 --- a/testing/scripts/recipes/007_x509-ada.mk +++ b/testing/scripts/recipes/007_x509-ada.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = x509-ada -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1.2 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/008_xfrm-ada.mk b/testing/scripts/recipes/008_xfrm-ada.mk index 82590eeb0a..185f813e72 100644 --- a/testing/scripts/recipes/008_xfrm-ada.mk +++ b/testing/scripts/recipes/008_xfrm-ada.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = xfrm-ada -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/009_xfrm-proxy.mk b/testing/scripts/recipes/009_xfrm-proxy.mk index dc42b3673b..094c7e27fa 100644 --- a/testing/scripts/recipes/009_xfrm-proxy.mk +++ b/testing/scripts/recipes/009_xfrm-proxy.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = xfrm-proxy -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1 export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 863a755d61..a999ef83fe 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = tkm -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = 53d224a7312124516aa6220743355c896be6345a export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat