aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-02speedo: Require the use of an installed gpg-authcode-sign.shWerner Koch1-76/+7
* build-aux/speedo.mk: Change to use the external sign script.
2024-08-12speedo,w32: Add extra flags for gpgrt and fix SO name of libassuan.Werner Koch1-1/+3
-- 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. (cherry picked from commit d56b63a66181b4f029e91dcea095e9eb149895b7)
2023-09-08speedo,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 (cherry picked from commit 7e1f36b2425e0ee041bd16b1ec51b8128329aab9)
2023-09-08speedo: 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 (cherry picked from commit 7359665addda3d47768ed0d64cdb45a65ad2b03d)
2023-07-05speedo: Do not fail if osslsigncode verify can't be run.Werner Koch1-4/+2
--
2023-03-28speedo: 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.
2022-12-07speedo: Support CUSTOM_SWDB builds.Werner Koch1-13/+17
--
2022-12-06speedo: Introduce the OVERRIDE_TARBALLS featureWerner Koch1-0/+11
--
2022-10-13Post release updatesWerner Koch1-1/+1
-- Also switch speedo to use https instead of ftp for download.
2022-10-10Release 2.2.40gnupg-2.2.40Werner Koch1-2/+2
2022-09-02speedo: Authenticode sign two more tools.Werner Koch1-0/+2
--
2022-04-25Post release updatesWerner Koch1-0/+20
-- This also includes a speedo update for the Scute based authenticode thing which has been manually added to speedo.mk at the end of the release process of 2.2.35.
2021-05-04speedo: 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. (cherry picked from commit 4237a2b0a50999885c1577d27419ef8c49cd32db)
2021-01-08speedo: Do not enable build timestamps.Werner Koch1-2/+1
--
2020-10-02doc: Typo fixesWerner Koch1-1/+1
--
2020-08-26speedo: Allow customizing the release processWerner Koch1-12/+53
--
2020-08-04speedo: Tie build to libgcrypt 1.8Werner Koch1-3/+3
-- With 2.2 we want to use libgcrypt 1.8 as long as this is maintained. This is in particular necessary for the approved GnuPG VS Desktop release. Signed-off-by: Werner Koch <[email protected]>
2020-03-20Release 2.2.20gnupg-2.2.20Werner Koch1-1/+1
* build-aux/speedo.mk (sign-installer): Fix syntax error.
2019-12-19speedo: Make signing optional for w32-releaseAndre Heinecke1-1/+3
* build-aux/speedo.mk (AUTHENTICODE_sign): Check if certificates are available.
2019-12-19speedo: Use multithreaded xz for w32 sourceAndre Heinecke1-1/+1
* build-aux/speedo.mk (dist-source): Add -T0 parameter to xz.
2019-12-19speedo: Improve and document wixlib buildAndre Heinecke1-9/+32
* Makefile.am (sign-release): Add handling for wixlib. * build-aux/speedo.mk: Add help-wixlib and improve handling.
2019-12-17speedo, 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 (cherry picked from commit 0b7088dc8035e8d5832c89085eea3b288de67710)
2019-11-25speedo: Tell makensis the used charset of the script.Andre Heinecke1-1/+2
-- Adapted from the version in master.
2019-05-09build: 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]>
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]> (cherry picked from commit d7323bb2d957fbeb8192c0ecbd99b1d14d302912)
2018-10-25speedo: Sign the windows installer with a timestamp.Werner Koch1-3/+7
--
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-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.