aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/getswdb.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-19speedo: Make use of wget more robustWerner Koch1-4/+9
* build-aux/getswdb.sh: Add option --wgetopt. * build-aux/speedo.mk (WGETOPT): New. (getswdb_options): Pass to getswdb. (unpack): Use wget with new options.
2024-02-29build: Extend getswdb.sh to allow a verified downloadWerner Koch1-4/+92
--
2024-02-29build: Make getswdb.sh usable outside the GniPG tree.Werner Koch1-2/+24
--
2021-04-09build: Change version tag also in getswdb.shWerner Koch1-2/+2
--
2018-04-12build: Update getswdb version check to 2.2Andre Heinecke1-2/+2
* build-aux/getswdb.sh: Check for gnupg22_ver gnupg21_ver no longer exists.
2016-05-25build: Switch to new URL for swdb.lstWerner Koch1-3/+1
2016-01-25speedo: Allow use of SHA-256 checksumsWerner Koch1-0/+20
* build-aux/getswdb.sh: Add option --find-sha256sum. * build-aux/speedo.mk (libgpg_error_sha2): New var. Also for all other packages. (SHA2SUM): New. (SETVARS, SETVARS_W64): Prefer sha256sum over sha1sum. (installer-from-source): Create swdb fragment. Signed-off-by: Werner Koch <[email protected]>
2015-05-12speedo: Add make option SELFCHECK=0 to build a new release.Werner Koch1-15/+22
* build-aux/getswdb.sh: Add option --skip-selfcheck. * build-aux/speedo.mk: Add option SELFCHECK.
2014-11-07build: Add method to use a custom swdb.lst and use adns with Windows.Werner Koch1-7/+20
* build-aux/getswdb.sh: Add option --skip-verify. * build-aux/speedo.mk: Add config var CUSTOM_SWDB. Tage adns version from swdb and build for Windows with adns.
2014-09-25build: Change urlbase of getswdb.sh.Werner Koch1-1/+3
--
2014-09-22speedo: Check that wget and gpgv are installed.Werner Koch1-0/+11
* build-aux/getswdb.sh: Check for required tools.
2014-09-22speedo: Autodetect sha1sum tools.Werner Koch1-1/+19
* build-aux/getswdb.sh: Add option --find-sha1sum. * build-aux/speedo.mk (check-tools): New phony target. Not yet used. (SHA1SUM): New var. Use it instead of sha1sum.
2014-08-19speedo: Get version numbers from online database.Werner Koch1-0/+121
* build-aux/getswdb.sh: New. * build-aux/speedo.mk: Get release version numbers from swdb.lst. -- This should make maintaining GnuPG installations easier. Running make -f /foo/gnupg/build-aux/speedo.mk TARGETOS=native WHAT=release downloads all GnuPG related packages and builds them. The gnupg directory may be a GIT checkout but in that case please run ./autogen.sh on it first. Note that currently swdb.lst is always downloaded from gnupg.org and thus monitoring the network or the gnupg machine reveal information on who is currently building GnuPG. If there is an easy way to detect that TOR is enabled this can be changed to directly download from the GnuPG hidden service.