From ddf3d73cfd795e9f2e87f3acca85747e87477f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnar=20Gu=C3=B0var=C3=B0arson?= Date: Mon, 6 Sep 2021 17:55:28 +0000 Subject: [PATCH 1/2] Remove --insecure from curl call --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 33b75c50..3a5af124 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PATH_PROG(WGET, wget, no) URL_CAT="neither curl nor wget found" if test -x "$CURL"; then - URL_CAT="$CURL --location --insecure" + URL_CAT="$CURL --location" else if test -x "$WGET"; then URL_CAT="$WGET -O -" From 8b6922da23552850f9a93f7c42f051f1f510eb0b Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Tue, 7 Sep 2021 08:18:02 +0200 Subject: [PATCH 2/2] Update CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 469f34fe..1fb926fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + - remove --insecure from curl (wget does not have it!) in configure.ac @Gunni + 2021-08-13 08:12:06 +0200 Tobias Oetiker - release 2.8.2