From 695ca28794b12c334425405a75351a99555490990eaf2bc82dd8fdcf69325ff6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Feb 2021 18:58:28 +0000 Subject: [PATCH] - build scripts: sanitize_source.sh: use https [boo#1181923] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=212 --- gsoap.changes | 5 +++++ sanitize_source.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gsoap.changes b/gsoap.changes index 1be09ac..3a31706 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 8 18:57:41 UTC 2021 - Jan Engelhardt + +- build scripts: sanitize_source.sh: use https [boo#1181923] + ------------------------------------------------------------------- Mon Feb 1 14:05:22 UTC 2021 - Jan Engelhardt diff --git a/sanitize_source.sh b/sanitize_source.sh index 3399421..b8c36c6 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -16,7 +16,7 @@ fi; version="2.8.111" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then - wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" + wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip" fi rm -Rf "gsoap-$shortver" "gsoap-$version"