Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autogen.sh: Do not use -c with chmod. | Werner Koch | 2012-11-06 | 1 | -2/+2 |
| | | | | -- | ||||
* | Automate W32 installer building. | Werner Koch | 2012-01-16 | 1 | -1/+1 |
| | | | | | | | | | | * doc/README.W32: Document new installer build procedure. * scripts/autogen.sh: Pass all args to the installer (regression fix). * scripts/conf-w32/README: Remove from repo. * scripts/conf-w32/bzip2-1.diff: Remove from repo. * scripts/mk-w32-dist: Rewrite. * scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file name. | ||||
* | Include bzip2 code to ease building for W32. | Werner Koch | 2012-01-13 | 1 | -3/+2 |
| | | | | | | | | | | | | * bzlib/: Include bzip2 code. * configure.ac [W32]: Force use of included bzip2 code. * scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option. * Makefile.am (SUBDIRS): Add bzip. Use it only under W32. -- In the past it happened that we forgot to build against bzip2 which is a standard feature these days. Having the source included makes sure that we will always build with bzip2 support. | ||||
* | Allow building with the 32 bit mingw-w64 toolchain. | Werner Koch | 2012-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * scripts/autogen.sh <--build-w32>: Support i686-w64-mingw32 and use it by default if installed. * keyserver/gpgkeys_ldap.c (my_ldap_start_tls_s): Define macro depending on compiler version. (main): Use new macro. * util/miscutil.c [!HAVE_TIMEGM]: Add prototype for the timegm autoconf replacement function. -- It seems that the LDAP keyserver helper build with the old mingw32 toolchain never worked correctly for LDAPS. The prototype there for ldap_start_tls_s is plainly wrong for Windows. Anyway I included special support so not to break building with the old compiler. | ||||
* | Update gitlog-to-changelog. | Werner Koch | 2012-01-10 | 1 | -1/+1 |
| | | | | | | * scripts/gitlog-to-changelog: Update from gnupg master. * Makefile.am (gen-ChangeLog): Add new options. * scripts/autogen.sh: Fix typo in URL. Reported by Gilles Espinasse. | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-02 | 1 | -0/+7 |
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. | ||||
* | Don't link gpgv with libreadline | Werner Koch | 2011-02-23 | 1 | -15/+38 |
| | | | | Also add a useful .gitignore file. | ||||
* | Make it easier to distribute bzip2 | Werner Koch | 2009-09-05 | 1 | -0/+4 |
| | |||||
* | Allow to build w/o curl. | Werner Koch | 2006-09-26 | 1 | -24/+16 |
| | |||||
* | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2006-04-03 | 1 | -9/+11 |
| | |||||
* | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 2006-02-14 | 1 | -0/+1 |
| | |||||
* | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-10-03 | 1 | -6/+0 |
| | | | | | | | | | | * configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression. | ||||
* | * autogen.sh: automake needs --add-missing for conditional CPPFLAGS build | David Shaw | 2004-12-21 | 1 | -2/+2 |
| | | | | | in keyserver/Makefile.am. | ||||
* | *** empty log message *** | Werner Koch | 2004-12-07 | 1 | -1/+1 |
| | |||||
* | Detect the Debian mingw32 package. | Werner Koch | 2004-10-26 | 1 | -15/+25 |
| | |||||
* | * mk-w32-dist: Updated from stable branch. | Werner Koch | 2004-10-01 | 1 | -0/+2 |
| | | | | | | | | * mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded. | ||||
* | * configure.ac (AM_GNU_GETTEXT_VERSION): New. | Werner Koch | 2004-07-27 | 1 | -63/+64 |
| | | | | | | | | | | | (min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac. | ||||
* | * mk-w32-dist: Do not include the en@* po files. | Werner Koch | 2004-06-14 | 1 | -1/+1 |
| | | | | | * autogen.sh <--build-w32>: Build keyserver helpers again. | ||||
* | About to release 1.3.6 | Werner Koch | 2004-05-22 | 1 | -1/+1 |
| | |||||
* | 2004-04-02 Thomas Schwinge <[email protected]> | Marcus Brinkmann | 2004-04-19 | 1 | -2/+2 |
| | | | | | * autogen.sh: Added ACLOCAL_FLAGS. | ||||
* | Updated required versions and add -I m4 to aclocal. | Werner Koch | 2003-10-25 | 1 | -7/+7 |
| | |||||
* | * autogen.sh: Touch po/all for --build-w32. From Werner on stable branch. | David Shaw | 2003-08-29 | 1 | -0/+5 |
| | |||||
* | * autogen.sh: Add options to build for coldfire and uClinux. | Werner Koch | 2003-04-08 | 1 | -1/+116 |
| | |||||
* | * autogen.sh: Allow env variables to override the auto* tool | Werner Koch | 2002-10-17 | 1 | -12/+15 |
| | | | | | names. Suggested by Simon Josefsson. | ||||
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 1 | -6/+3 |
| | | | | | | re-recreate a distribution from CVS. Some minor other fixes. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -27/+71 |
| | |||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -17/+17 |
| | |||||
* | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1999-07-12 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1999-07-07 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1999-05-22 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch | Werner Koch | 1999-03-14 | 1 | -0/+17 |
| | |||||
* | See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner Koch | Werner Koch | 1999-02-22 | 1 | -7/+25 |
| | |||||
* | See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner Koch | Werner Koch | 1999-02-20 | 1 | -4/+4 |
| | |||||
* | See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch | Werner Koch | 1999-02-13 | 1 | -3/+8 |
| | |||||
* | See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner Koch | Werner Koch | 1999-01-17 | 1 | -0/+12 |
| | |||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -2/+10 |
| | |||||
* | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1998-10-18 | 1 | -19/+17 |
| | |||||
* | Removed some trash | Werner Koch | 1998-10-17 | 1 | -0/+44 |