From 26592fbef392469d60a49b8c29db8c0fb074ff78 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Sep 2014 08:44:57 +0200 Subject: build: Change urlbase of getswdb.sh. -- --- build-aux/getswdb.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-aux/getswdb.sh b/build-aux/getswdb.sh index a7796e240..8b1d5e5f0 100755 --- a/build-aux/getswdb.sh +++ b/build-aux/getswdb.sh @@ -11,7 +11,9 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # The URL of the file to retrieve. -urlbase="https://www.gnupg.org/" +# (some wget versions seem to have problems with SubjectAltName, thus +# we do not use www.gnupg.org) +urlbase="https://gnupg.org/" WGET=wget GPGV=gpgv -- cgit v1.2.3