aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-12speedo,w32: Add extra flags for gpgrt and fix SO name of libassuan.Werner Koch1-2/+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. (cherry picked from commit d56b63a66181b4f029e91dcea095e9eb149895b7)
2024-08-12speedo,w32: Update libassuan dll name in wxsAndre Heinecke1-2/+2
* build-aux/speedo/w32/wixlib.wxs: Update name and UID for libassuan
2023-09-08speedo,w32: Adjustments for the new Unicode NSIS plugins.Werner Koch1-22/+25
* 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 Koch3-256/+715
* 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-03-27doc: Remove the obsolete VS-NfD.prfWerner Koch2-5/+0
-- The apply-profile thing is not anymore used.
2021-06-10speedo,w32: Remove a leftover directory during uninstallWerner Koch1-0/+1
--
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.
2019-12-17speedo, w32: Add w32-wixlib target for MSI packageAndre Heinecke1-0/+664
* 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)
2018-11-05speedo: Include Windows patch for gpgme 1.12.0Werner Koch1-0/+36
-- We don't want to do a release of gpgme right now, so we include just this minimal but important fix.
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]>
2017-11-07speedo: Include software versions in the W32 READMEWerner Koch2-36/+278
Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit f9f72ffbfa9fd7d1a7a1823697d116d76155b407)
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-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-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-01-23speedo: Remove the unused ADNS package.Werner Koch1-15/+0
--
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]>
2016-10-27Fix typos.Justus Winter2-2/+2
-- Signed-off-by: Justus Winter <[email protected]>
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-4/+4
* agent/call-pinentry.c, agent/call-scd.c, agent/command.c, build-aux/speedo/w32/g4wihelp.c, common/get-passphrase.c, dirmngr/dirmngr.c, g10/call-agent.c, g10/cpr.c, g10/keygen.c, g10/openfile.c, g10/passphrase.c, scd/app-openpgp.c, scd/scdaemon.c, sm/call-agent.c, sm/call-dirmngr.c, sm/certreqgen.c: Fix assuming C99. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2016-06-17Add license notices for TinySCHEME.Werner Koch1-1/+35
* tests/gpgscm/COPYING: Rename to ... * tests/gpgscm/LICENSE.TinySCHEME: this. * AUTHORS: Add a note about TinySCHEME. * build-aux/speedo/w32/pkg-copyright.txt: Add TinySCHEME notice. -- I renamed the file with the license terms to avoid confusion with the standard name for the GPL. Signed-off-by: Werner Koch <[email protected]>
2016-06-16speedo,w32: Take gpg-preset-passphrase from libexec.Werner Koch1-1/+1
--
2016-06-13speedo,w32: Add gpg-preset-passphrase also to the uninstaller.Werner Koch1-0/+1
-- Signed-off-by: Werner Koch <[email protected]>
2016-06-11speedo,w32: Distribute gpg-preset-passphrase.Werner Koch1-0/+1
-- Signed-off-by: Werner Koch <[email protected]>
2016-05-04speedo,w32: Remove the installation directory page.Werner Koch1-8/+8
* build-aux/speedo/w32/inst.nsi (MUI_PAGE_DIRECTORY): Remove. Signed-off-by: Werner Koch <[email protected]>
2016-05-04speedo: Build sqlite with static-libgcc.Werner Koch1-0/+42
* build-aux/speedo/patches/sqlite.patch: New. * Makefile.am (EXTRA_DIST): Add file. -- Signed-off-by: Werner Koch <[email protected]>
2016-05-04speedo,w32: Install sqliteAndre Heinecke1-0/+9
* build-aux/speedo/w32/inst.nsi (-sqlite, -un.sqlite): New.
2016-05-04speedo,w32: Fix uninstallationAndre Heinecke1-0/+2
* build-aux/speedo/w32/inst.nsi (-un.gnupg): Delete distsigkey and dirmngr-conf.skel
2016-05-04speedo,w32: Install localisationAndre Heinecke1-0/+239
* build-aux/speedo/w32/inst.nsi (-libgpg-error, GnuPG): Install l10n. (-un.libgpg-error, -un.gnupg): Uninstall l10n files.
2016-04-21w32: Replace libiconv DLL by iconv feature of libgpg-error.Werner Koch1-9/+9
* 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 Koch2-6/+24
* 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]>
2015-12-04speedo,w32: Improve installer.Werner Koch1-0/+3
* build-aux/speedo/w32/inst.nsi (SEC_gnupg): Install dirmngr.conf and distsigkey.gpg. (un.gnupglast): Stop dirmngr. Signed-off-by: Werner Koch <[email protected]>
2015-05-12speedo,w32: Update Windows README.Werner Koch2-68/+15
--
2015-05-06speedo,w32: Install a native pinentry.Werner Koch1-6/+2
* 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-02-02w32: Change default Windows install dir and add bin to PATH.Werner Koch1-20/+72
* 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 Koch4-21/+32
* 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-20speedo: Add libadns to the Windows installer.Werner Koch1-0/+15
--
2014-11-13speedo: Install -dev files for the libraries.Werner Koch1-0/+38
--
2014-11-05speedo: Append the date to the Windows installer.Werner Koch1-3/+4
* build-aux/speedo.mk (BUILD_DATESTR): New. (dist-source, installer): Use it.
2014-09-18speedo: Various fixesWerner Koch1-9/+9
* build-aux/speedo.mk: Take zlib and bzip2 from ftp.gnupg.org. Minor other fixes.
2014-09-17speedo: Improve speedo Makefile.Werner Koch1-0/+19
-- Building for the native platform is now a mere make -f build-aux/speedo.mk native You may also use "help" as target.
2014-08-12speedo: Comment typo fixWerner Koch1-2/+2
--
2014-07-03speedo: Update w32 installerWerner Koch1-16/+16
--
2014-06-27speedo: Fix the w32 installer nameWerner Koch1-1/+1
2014-06-17speedo: Support building from dist-source generated tarball.Werner Koch1-1/+2