aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/getswdb.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
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.