diff options
author | Werner Koch <wk@gnupg.org> | 2014-09-25 08:44:57 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-09-25 08:44:57 +0200 |
commit | 26592fbef392469d60a49b8c29db8c0fb074ff78 (patch) | |
tree | 8e9f9321507370b9651166b088e9e8e02da0b94f /build-aux | |
parent | Reformat README and minor gpg.texi improvement. (diff) | |
download | gnupg2-26592fbef392469d60a49b8c29db8c0fb074ff78.tar.xz gnupg2-26592fbef392469d60a49b8c29db8c0fb074ff78.zip |
build: Change urlbase of getswdb.sh.
--
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/getswdb.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |