aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux (unfollow)
Commit message (Collapse)AuthorFilesLines
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 location of gpg-wks-clientWerner Koch1-1/+1
--
2022-10-13speedo: Fix for a libgpg-error-config regression.Werner Koch1-2/+2
--
2022-07-18build: Update config.guess, config.sub, and config.rpath.NIIBE Yutaka3-1965/+2324
* build-aux/config.guess: Update from upstream. * build-aux/config.sub: Ditto. * build-aux/config.rpath: Update from gettext 0.21. -- GnuPG-bug-id: 6078 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-04-21speedo: Fix authenticode signingWerner Koch1-0/+29
--
2021-10-12speedo: Put the keyboxd into the Windows installerWerner Koch1-2/+13
* build-aux/speedo/w32/inst.nsi: Install keyboxd. * Makefile.am (sign-release): Sign the wixlib only if generated. * autogen.rc: Remove meanwhile obsolete option --with-regex.
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-04-09build: Change version tag also in getswdb.shWerner Koch1-2/+2
--
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-19wkd: Install gpg-wks-client under bin and add wrapper for libexecWerner Koch1-1/+1
-- gpg-wks-client is a pretty useful command on the command line. Thus we now install it at bin and provide a compatibility wrapper.
2021-02-18speedo: Update w32 stuff from 2.2Werner Koch3-30/+60
* 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-11-04speedo,w32: Install gpg-check-pattern and example profiles.Werner Koch2-1/+22
* doc/examples/vsnfd.prf: Rename to VS-NfD.prf. * doc/examples/Automatic.prf: New. * doc/Makefile.am (examples): Adjust. * build-aux/speedo/w32/inst.nsi: Install gpg-check-pattern.exe and 3 example files. * build-aux/speedo/w32/wixlib.wxs: Add new files. -- Note that we renamed the existing example profile so that kleopatra shows a nicer name. In fact the gpg4win installer just copies of theses file but it is better to maintain them here. gpg-check-pattern.exe can no be installed because we meanwhile have a regex lib which works also on Windows. Signed-off-by: Werner Koch <[email protected]>
2020-11-04w32: Add windows subsystem variant of gpgconfAndre Heinecke1-0/+3
* tools/Makefile.am (gpgconf-w32): New target. Builds gpgconf with subsystem windows. * build-aux/speedo/w32/wixlib.wxs: Package it. -- This allows us to create scripts that call gpgconf without opening a console. Using subsystem windows is better then to just close the console after start as it avoids the console flashing up. (cherry picked from commit c366e04958481382c3f7b50f169120053186069b)
2020-08-26speedo: Allow customizing the release processWerner Koch1-12/+53
--
2019-08-08speedo, w32: Add w32-wixlib target for MSI packageAndre Heinecke2-2/+751
* 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-04-11speedo,w32: Install gpg-card.exeAndre Heinecke1-0/+2
* build-aux/speedo/w32/inst.nsi: Install gpg-card.exe
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 Gillmor2-5/+5
2018-10-25speedo: Sign the windows installer with a timestamp.Werner Koch1-3/+7
--
2018-05-02speedo,w32: Install dirmmngr_ldap.exe.Werner Koch1-0/+2
--
2018-05-02speedo: Install Spanish translation for Libgpg-error.Werner Koch1-0/+5
-- Signed-off-by: Werner Koch <[email protected]>
2018-04-12build: Update getswdb version check to 2.2Andre Heinecke1-2/+2
* build-aux/getswdb.sh: Check for gnupg22_ver gnupg21_ver no longer exists.
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 Koch3-39/+295
Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit f9f72ffbfa9fd7d1a7a1823697d116d76155b407)
2017-11-07speedo: Include software versions in the W32 READMEWerner Koch3-39/+295
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-07-10speedo: Provide a vagrantfile to test speedo in an isolated VM.Marcus Brinkmann1-0/+36
* build-aux/Vagrantfile: New file. Signed-off-by: Marcus Brinkmann <[email protected]>
2017-06-07speedo: Fix a minor memleak in the installerAndre Heinecke1-1/+4
* build-aux/speedo/w32/g4wihelp.c (path_remove): Free path_new on early return. -- It's a weird condition in a once run function in a throwaway process but -- yeah. It's a memleak and static analysis can see it. GnuPG-Bug-Id: T3197 Signed-off-by: Andre Heinecke <[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-05-03speedo,w32: Fix silent user mode installationAndre Heinecke1-4/+17
* build-aux/speedo/w32/inst.nsi (AddToPath): Move account check here. (PrintNonAdminWarning): Remove is_user_install variable. -- The PrintNonAdminWarning is not called in silent mode so the variable was never set. Signed-off-by: Andre Heinecke <[email protected]>
2017-05-03speedo,w32: Allow installation as normal userAndre Heinecke2-69/+138
* build-aux/speedo/w32/g4wihelp.c (ENV_HK_USER, ENV_REG_USER): New defines. (path_add): Handle is_user_install variable. Don't abort if Path reg key does not exist. Fix crash if Path reg key does not contain a semicolon. (path_remove): Handle is_user_install variable. Fix crash if Path reg key does not exist. * build-aux/speedo/w32/inst.nsi: Remove obsolete HAVE_STARTMENU this was double guarded with WITH_GUI. Add Multiuser plugin and defines for this. Use SHCTX instead of HKLM / HKCU. (PrintNonAdminWarning): Only Warn and don't abort. -- The default is still to install as Adminstrator system wide but the user now has the option to explicitly install GnuPG without Administrator rights. A warning will be shown in that case but a user may continue. A per user install is by default under %LOCALAPPDATA%\GnuPG Related Task: T2971 Signed-off-by: Andre Heinecke <[email protected]>
2017-05-02g10: Remove skeleton options files.Daniel Kahn Gillmor1-2/+0
* build-aux/speed/w32/inst.nsi: stop installing skeleton files. * doc/gpg.texi: stop documenting skeleton files. * g10/Makefile.am: stop installing skeleton files. * g10/openfile.c (copy_options_file): Remove. (try_make_homedir): do not call copy_options_file. -- The defaults for gpg and dirmngr are good. Both programs should work fine for the simple case without any config file. The skeleton config files were being copied at first use (when the defaults are fine). But when the user needs to fiddle with them (after they've become sophisticated users), they're likely out of date because gpg has been upgraded since then. So they're used for documentation, but they're stale documentation, which is probably worse than a clean empty file. GnuPG-bug-id: 3086 Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-5/+5
-- In addition, fix trailing spaces in tests/inittests. GnuPG-bug-id: 3121 Reported-by: ka7 (klemens) Signed-off-by: NIIBE Yutaka <[email protected]>
2017-03-01speedo,w32: Install sks-keyservers.netCA.pem.Werner Koch1-0/+2
-- Signed-off-by: Werner Koch <[email protected]>
2017-02-24speedo,w32: Fix gpg-wks-client installationAndre Heinecke1-1/+1
* build-aux/speedo/w32/inst.nsi: gpg-wks-client is an exe. -- Signed-off-by: Andre Heinecke <[email protected]>
2017-02-23speedo,w32: Install gpg-wks-client.Werner Koch1-0/+2
-- Signed-off-by: Werner Koch <[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 Koch2-22/+1
--
2017-01-19build: Print a commit id in the generated ChangeLogWerner Koch1-1/+4
* build-aux/gitlog-to-changelog: Print an extra line with the commit id. Signed-off-by: Werner Koch <[email protected]>
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-12-19speedo,w32: Use nsExec::ExecToLog to avoid popupsAndre Heinecke1-8/+9
* build-aux/speedo/w32/inst.nsi: Use ExecToLog instead of ExecWait. -- nsExec is a standard nsis call to spawn a process and wait for it to finish. ExecToLog redirects stdout and stderr of the process call and adds it to the log window instead of opening a temporary console window. Signed-off-by: Andre Heinecke <[email protected]>
2016-12-14doc: Add license notes for libdns.Werner Koch1-0/+25
* COPYING.other: New. * Makefile.am (EXTRA_DIST): Add it. * AUTHORS: Add info on libdns. * build-aux/speedo/w32/pkg-copyright.txt: Add license terms. Signed-off-by: Werner Koch <[email protected]>