aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-01speedo,w32: Also sign the new libassuan SO name.Werner Koch1-1/+1
--
2024-07-01speedo,w32: Add extra flags for gpgrt and fix SO name of libassuan.Werner Koch1-0/+2
-- Due to the recently introduced use of STARTUPINFOEXW in gpgrt we now need at least Windows Vista. Version 8 of Mingw defaults to XP SP2 which requires us to explicit override that default. The SO number of libassuan needs an update too.
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-3/+3
-- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116
2024-05-02speedo: Update the instructions to use the gnupg26 tag.Werner Koch1-5/+5
--
2024-04-26speedo: Change install directory for WindowsWerner Koch1-1/+4
-- Given that we will build only 64 bit versions, we need to switch where stuff is installed on Windows.
2024-04-26speedo: Do not use the gpg-error-config in the build systemWerner Koch1-2/+2
-- With that installed we don't get proper suport for SYSROOT.
2024-04-26speedo: Prepare for building 64 bit Windows versions.Werner Koch1-12/+44
--
2024-04-26speedo: Set gnupg_ver macro to gnupg26_ver.Werner Koch1-2/+2
-- Also fixed a syntax erro rin AUTHENTICODE_sign
2024-04-25speedo: Use gpg-authcode-sign.sh and change archive label to v2.5.Werner Koch1-88/+7
--
2024-02-15speedo: Add config variable for the timestamp service.Werner Koch1-4/+11
--
2024-01-26speedo: Improve parsing of the ~./.gnupg-autogen.rcWerner Koch1-1/+1
-- We now allow spaces around the variable name and the value.
2024-01-24speedo: Build zlib, bzip2 and sqlite also on Unix.Werner Koch1-9/+4
-- This avoids extra build dependencies. Note that bzip2 is not necessary statically linked but an existing bzip2 SO might be used. We would need to fix the bzip2 SO building and also provide a gnupg configure option to build statically against bzip2.
2024-01-23speedo: Add a hint to run ldconfigWerner Koch1-0/+2
--
2024-01-23speedo: Minor fix to the install targetWerner Koch1-5/+5
--
2024-01-12speedo: Add install target for Unix.Werner Koch1-11/+56
* build-aux/speedo.mk: Default to SELFCHECK=0. (install, install-speedo): New targets. -- GnuPG-bug-id: 6710
2024-01-12speedo: Patch ELF binaries to use built librariesWerner Koch1-204/+47
* build-aux/speedo.mk: Remove GUI stuff. Add patchelf feature. * Makefile.am (speedo): New target. -- GnuPG-bug-id: 6710
2023-07-21w32: Add keyboxd.exe to signed filesAndre Heinecke1-0/+1
* build-aux/speedo.mk (AUTHENTICODE_FILES): Add keyboxd.exe -- This should prevent that keyboxd.exe is blocked on systems that only allow signed executables.
2023-05-30build: Always build the wixlib with a releaseWerner Koch1-4/+2
-- Forgot it today again; better do it by default. Also disable sslsigncode verify due to missing certificate problem (for signing we use Scute).
2023-04-26speedo,w32: Adjustments for the new Unicode NSIS plugins.Werner Koch1-2/+1
* build-aux/speedo/w32/inst.nsi: Convert to UTF-8. Add Unicode statement. * build-aux/speedo.mk (installer): Remove -INPUTCHARSET. -- GnuPG-bug-id: 6448
2023-04-26speedo: Update NSIS helper DLL from Gpg4winWerner Koch1-3/+7
* build-aux/speedo/w32/inst.nsi: Re-enable run-once check. * build-aux/speedo/w32/exdll.c: New. * build-aux/speedo.mk (g4wihelp.dll): Change build commands. -- GnuPG-bug-id: 6448
2023-04-04speedo: Fix regression due to switching from gcc 8.3 to 10.2Werner Koch1-1/+5
* build-aux/speedo.mk (speedo_pkg_zlib_make_args): Use -static-libgcc. (cherry picked from commit 04f1d9649cfb9163907fe97d20821ddd1be44f82)
2022-12-16speedo: Add updates from 2.2Werner Koch1-10/+25
--
2022-10-13Post release updatesWerner Koch1-1/+1
--
2022-10-13Release 2.3.8gnupg-2.3.8Werner Koch1-1/+1
2022-10-13speedo: Fix for a libgpg-error-config regression.Werner Koch1-2/+2
--
2022-04-21speedo: Fix authenticode signingWerner Koch1-0/+29
--
2021-04-22speedo: Automatically select Authenticode signing cert.Werner Koch1-1/+1
-- This is required because GlobalSign re-issued the certificate (which actually required to install InternetExploder in addition to Edge) and now we have two certs to select from. The /a option seems to use the latest generated certificate.
2021-03-15build: new option to disable building of tpm2daemonWerner Koch1-1/+1
* configure.ac (build_tpmd): New configure option --disable-tpm2d (BUILD_WITH_TPM2D): New. * Makefile.am (tests): Use conditionally BUILD_TPM2D instead of HAVE_LIBTSS. * build-aux/speedo.mk (speedo_pkg_gnupg_configure) [W32]: Do not build tpm2d. * autogen.rc: Ditto.
2021-02-18speedo: Update w32 stuff from 2.2Werner Koch1-21/+48
* build-aux/speedo.mk: Update from 2.2. Add target w32-msi-release. * build-aux/speedo/w32/inst.nsi: Fix location of doc files. * build-aux/speedo/w32/wixlib.wxs: Add gpg-card and fix a wrong name. * Makefile.am (release): Support a WITH_MSI variable. (wixlibfile): Improve copying to archive. (release): Use AMTAR instead of TAR. -- Signed-off-by: Werner Koch <[email protected]>
2020-08-26speedo: Allow customizing the release processWerner Koch1-12/+53
--
2019-08-08speedo, w32: Add w32-wixlib target for MSI packageAndre Heinecke1-2/+87
* Makefile.am (EXTRA_DIST): Add wixlib.wxs * build-aux/speedo.mk (w32-wixlib): New target. (w32-release): Build wixlib if WIXPREFIX is set. (help): Add documentation. * build-aux/speedo/w32/wixlib.wxs -- This build a wixlib of the Windows binaries of GnuPG. A wixlib is a module that can be linked into another wix project to create an installer including this module. Gpg4win uses the wixlib from GnuPG for it's MSI Package. To build the wixlib you need wine with wine-mono installed and the wixtoolset. When calling speedo set the variable WIXPREFIX to the location containing the extracted toolset. e.g.: make -f build-aux/speedo.mk w32-wixlib WIXPREFIX=~/wix
2019-08-08build: Sign all Windows binaries.Werner Koch1-7/+71
* build-aux/speedo.mk (AUTHENTICODE_SIGNHOST): New. (AUTHENTICODE_TOOL): New. (AUTHENTICODE_FILES): New. (installer): Sign listed files. (AUTHENTICODE_SIGNHOST): New macro. (sign-installer): Use that macro instead of direct use of osslsigncode. -- This also adds code to support signing via a Token. Because there is no specification of that token, I was not able to write a free driver for it. Thus we resort to use a running Windows-10 instance with an enabled ssh server to do the code signing. Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit e6901c2bc802996c24335bcb35012ccb74b4ced0)
2019-03-18speedo: Fix installer build with NSIS-3Andre Heinecke1-2/+4
* build-aux/speedo.mk: Add charset for nsis 3. -- NSIS-3 defaults to UTF-8 but for NSIS-2 compatibility we still stay on CP1252 for now.
2018-11-05speedo: Remove obsolete configure option of gpgme.Werner Koch1-2/+2
* build-aux/speedo.mk (speedo_pkg_gpgme_configure): Remove --disable-w32-qt option. -- This option is obsolete since GPGME 1.7 (in 2016) Signed-off-by: Werner Koch <[email protected]>
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]>