aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor1-3/+3
2018-10-25speedo: Sign the windows installer with a timestamp.Werner Koch1-3/+7
--
2018-02-22build: Update swdb tags and include release info from 2.2.5Werner Koch1-2/+2
2018-02-20speedo: Use --enable-wks-tools for non-W32 builds.Werner Koch1-1/+1
-- Signed-off-by: Werner Koch <[email protected]>
2018-02-19speedo: Add new option STATIC=1Werner Koch1-1/+24
-- This can be used to build GnuPG with static versions of the core gnupg libraries. For example: make -f build-aux/speedo.mk STATIC=1 SELFCHECK=0 \ INSTALL_PREFIX=/somewhere/gnupg22 native The SELFCHECK=0 is only needed to build from a non-released version. You don't need it with a released tarball. Signed-off-by: Werner Koch <[email protected]>
2017-12-07speedo,w32: Disable FLTK pinentry.Werner Koch1-1/+4
--
2017-11-07speedo: Include software versions in the W32 READMEWerner Koch1-3/+17
Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit f9f72ffbfa9fd7d1a7a1823697d116d76155b407)
2017-11-07speedo: Include software versions in the W32 READMEWerner Koch1-3/+17
Signed-off-by: Werner Koch <[email protected]>
2017-08-23build: Change SWDB tag "gnupg21" to "gnupg22".Werner Koch1-2/+2
* configure.ac (GNUPG_SWDB_TAG): New ac_define. Set it to "gnupg22". * tools/gpgconf.c (query_swdb): Use it. * build-aux/speedo.mk: Change tag "gnupg21" to "gnupg22". * Makefile.am (distcheck-hook): Ditto. Signed-off-by: Werner Koch <[email protected]>
2017-08-05gpg: Install gpg by default under the name gpg.Werner Koch1-1/+1
* configure.ac: Remove option --enable-gpg2-is-gpg. Add option --enable-gpg-is-gpg2. * build-aux/speedo.mk (speedo_pkg_gnupg_configure): Remove --enable-gpg2-is-gpg. -- Signed-off-by: Werner Koch <[email protected]>
2017-06-06speedo: Fix source tar call ambiguityAndre Heinecke1-2/+2
* build-aux/speedo.mk (dist-source): Expand exclude-vc to exclude-vcs. -- Tar 1.29 also has exclude-vcs-ignores so this became ambiguous. Signed-off-by: Andre Heinecke <[email protected]>
2017-02-21speedo: Now build for W32 with ntbtls support.Werner Koch1-3/+24
-- Signed-off-by: Werner Koch <[email protected]>
2017-01-23speedo: Remove the unused ADNS package.Werner Koch1-7/+1
--
2016-12-19build: Add target to sign the windows installer.Werner Koch1-14/+53
* build-aux/speedo.mk (w32-sign-installer): New. (AUTHENTICODE_KEY): New. (installer-from-source): Use cp instead of mv. Factor code out to ... (MKSWDB_commands): new macro. (sign-installer): New. -- Obviously this is more convenient then doing this all by hand. Signed-off-by: Werner Koch <[email protected]>
2016-06-16speedo: New target w32-release-offlineWerner Koch1-0/+4
-- As long as a current swdb.lst is available and all directories below ~/b carry the appropriate tarballs this target can be used to build a w32-installer w/0 any network access.
2016-06-04w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.Werner Koch1-1/+3
* configure.ac (BUILD_HOSTNAME): Set to "<anon>" bey default. * build-aux/speedo.mk (speedo_pkg_gnupg_configure): Add --enable-build-timestamp. -- Debian-bug-id: 826309 Signed-off-by: Werner Koch <[email protected]>
2016-05-04speedo: Also try patch files w/o version number.Werner Koch1-0/+4
* build-aux/speedo.mk (SPKG_template): Try such a patch file. Signed-off-by: Werner Koch <[email protected]>
2016-04-21w32: Replace libiconv DLL by iconv feature of libgpg-error.Werner Koch1-2/+2
* configure.ac: Do nor require libiconv for W32. * common/utf8conv.c [W32]: Do not incluce iconv.h. Request libgpg-error iconv macros. (jnlib_iconv): Use ICONV_CONST macro. * build-aux/speedo/w32/inst.nsi [!WITH_GUI]: Do not install libiconv. * build-aux/speedo.mk (speedo_spkgs) [!WITH_GUI]: Likewise. Signed-off-by: Werner Koch <[email protected]>
2016-04-20speedo: Use swdb.lst to define the SQLite version.Werner Koch1-3/+8
* build-aux/speedo.mk: Change sqlite to use our mirror and the swdb.lst file. * build-aux/speedo/w32/inst.nsi: gpg is now build and installed as gpg. Signed-off-by: Werner Koch <[email protected]>
2016-03-31speedo,w32: Build libsqlite3.Justus Winter1-1/+3
* build-aux/speedo.mk (speedo_spkgs): Add libsqlite3 on w32. (libsqlite3_ver): New variable. (speedo_pkg_libsqlite3_tar): Likewise. Signed-off-by: Justus Winter <[email protected]>
2016-01-25speedo: Allow use of SHA-256 checksumsWerner Koch1-3/+39
* 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-10-08speedo: Add a w32-release target.Werner Koch1-1/+20
-- This simplifies building a release to: git tag -s gnupg-2.n.m ./autogen.sh --force cd ~/b/gnupg ~/s/gnupg/configure --enable-maintainer-mode make distcheck tar xJf gnupg-2.n.m.tar.bz2 make -f gnupg-2.n.m/build-aux/speedo.mk w32-release gpg -sbvu KEYID gnupg-2.n.m.tar.bz2 gpg -sbvu KEYID gnupg-w32-2.n.m-20151008.tar.xz gpg -sbvu KEYID gnupg-w32-2.n.m-20151008.exe scp gnupg-2.n.m.tar.bz2 $TARGET scp gnupg-w32-2.n.m-20151008.tar.xz $TARGET scp gnupg-w32-2.n.m-20151008.exe $TARGET
2015-06-16build: Distribute swdb.lst with the w32-source target.Werner Koch1-3/+5
--
2015-05-12speedo: Add make option SELFCHECK=0 to build a new release.Werner Koch1-2/+11
* build-aux/getswdb.sh: Add option --skip-selfcheck. * build-aux/speedo.mk: Add option SELFCHECK.
2015-05-06speedo,w32: Install a native pinentry.Werner Koch1-9/+19
* build-aux/speedo.mk: Always build pinentry for w32. (speedo_pkg_pinentry_configure): Adjust to modern pinentry. * build-aux/speedo/w32/inst.nsi: Install native pinentry under the name pinentry-basic.exe. Signed-off-by: Werner Koch <[email protected]>
2015-04-09speedo: Fix libgpg-error build in w64 buildsWerner Koch1-1/+1
-- This typo was recently introduced.
2015-02-02w32: Change default Windows install dir and add bin to PATH.Werner Koch1-14/+39
* build-aux/speedo.mk (WITH_GUI): New macro. The Windows installer is now build by default without any GUI stuff. * build-aux/speedo/w32/inst.nsi: Change standard installation directory. (AddToPath, un.RemoveFromPath): New. (gnupginst): Add bin directory to the PATH. Signed-off-by: Werner Koch <[email protected]>
2014-11-21speedo: Add simple logos to the installer.Werner Koch1-3/+7
* build-aux/speedo/w32/README.txt: Include GnuPG Readme. * build-aux/speedo/w32/gnupg-logo-150x57.bmp: New. * build-aux/speedo/w32/gnupg-logo-164x314.bmp: New. * build-aux/speedo/w32/inst.nsi: Add logos. * build-aux/speedo.mk ($(bdir)/NEWS.tmp): Extract news items. -- The welcome page logo is basically a placeholder until someone has created a pretty one.
2014-11-07build: Add method to use a custom swdb.lst and use adns with Windows.Werner Koch1-6/+17
* 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-11-05speedo: Append the date to the Windows installer.Werner Koch1-2/+4
* build-aux/speedo.mk (BUILD_DATESTR): New. (dist-source, installer): Use it.
2014-11-05speedo: Do not not assume GNU tar.Werner Koch1-8/+11
-- Signed-off-by: Werner Koch <[email protected]>
2014-10-31speedo: Use --disable-ntbtls for gnupg for now.Werner Koch1-1/+1
--
2014-10-27speedo: Fixes for native build.Werner Koch1-2/+24
* build-aux/speedo.mk (TARGETOS): Init with empty string. (speedo_pkg_gnupg_configure): Use --enable-gpg2-is-gpg only for w32. (INST_VERSION, INST_PROD_VERSION): Create only for w32.
2014-10-03speedo: Add INSTALL_PREFIX feature.Werner Koch1-2/+11
-- With this it is now possible build and install gnupg 2.1 properly below /usr/local: make -f TOPSRC/build-aux/speed.ml native INSTALL_PREFIX=/usr/local Of course you need installation priviliges for the /usr/local tree.
2014-09-22speedo: Autodetect sha1sum tools.Werner Koch1-15/+26
* 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-09-18speedo: Various fixesWerner Koch1-9/+26
* build-aux/speedo.mk: Take zlib and bzip2 from ftp.gnupg.org. Minor other fixes.
2014-09-17speedo: Improve speedo Makefile.Werner Koch1-72/+204
-- Building for the native platform is now a mere make -f build-aux/speedo.mk native You may also use "help" as target.
2014-09-01speedo: Fix for non-Windows build of glib.Werner Koch1-1/+2
--
2014-08-19speedo: Get version numbers from online database.Werner Koch1-23/+42
* 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.
2014-06-26speedo: "make clean-gnupg" may not remove the source.Werner Koch1-5/+9
* build-aux/speedo.mk (clean-$(1)): Take care of gnupg. -- I learned it the hard way and lost a bunch of stashed changes.
2014-06-17speedo: Support building from dist-source generated tarball.Werner Koch1-7/+20
2014-06-11speedo: Improve building of the w32 installer.Werner Koch1-7/+14
* build-aux/speedo.mk: Change name of build directory to PLAY. Improve the dist-source target. * build-aux/speedo/w32/gdk-pixbuf-loaders.cache: Add a blank line (plus comment). * build-aux/speedo/w32/inst.nsi: Change name of file to gnupg-w32-*. Install more tools. -- gdk-pixbuf-loaders.cache needs to end with an extra LF or the gdk-pixbuf is not able to read the last entry. The final comment is to make our git sanity checks happy. Running make -f build-aux/speedo.mk \ TARGETOS=w32 TARBALLS=~/tarballs installer does now create a working installer. After removing dirmngr from the installation GPA kind of works. There are remaining problems with dirmngr and scdaemon which will be fixed soon. Running make -f build-aux/speedo.mk \ TARGETOS=w32 TARBALLS=~/tarballs dist-source creates an xz compressed tarball with all the sources used to build the installer. Distributing this tarball along with the installer is sufficient to comply with the GPL. Well, some more instructions should be given in the readme files.
2014-06-10speedo: Revamped speedo and include a w32 installer.Werner Koch1-67/+515
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.
2014-01-10speedo: Add support for gpgex.Werner Koch1-3/+19
-- Speedo is now able to build gpgex for Windows. Building gpa for Windows does not yet work due to a bunch of other dependencies.
2014-01-10speedo: Minor improvements.Werner Koch1-23/+23
--
2014-01-10Rename scripts/ to build-aux/Werner Koch1-0/+0
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
2014-01-09Improve the speedo make script.Werner Koch1-0/+364
* scripts/gpg-w32-dev/README: Remove * scripts/gpg-w32-dev/GNUmakefile, scripts/gpg-w32-dev/speedo.mk: Merge into .. * scripts/speedo.mk: this. -- Speedo may now be used to build from GIT or tarballs and has a couple of other improvements as well. For best results the autogen.sh files of all source package should be updated to the one used in gnupg. Signed-off-by: Werner Koch <[email protected]>