From 31649e72fd106a990614ce3cf720640a841ba722 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Aug 2014 12:49:45 +0200 Subject: speedo: Get version numbers from online database. * 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5a51f9fd2..a525f1485 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,5 @@ tools/gpgtar private-keys-v1.d/ x.parm /VERSION +/swdb.lst +/swdb.lst.sig -- cgit v1.2.3