aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-17build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.Werner Koch2-83/+143
--
2015-02-26po,intl: Update to 0.19.3.Werner Koch1-54/+66
2015-01-19Update automake helper files.Werner Koch9-1067/+1365
--
2013-12-10Update config.{guess,sub} and some copyright notices.Werner Koch2-117/+158
* scripts/config.guess, scripts/config.sub: Update to version 2013-11-29. Signed-off-by: Werner Koch <[email protected]>
2012-12-20Update config.{guess,sub} to version 2012-07-31.Werner Koch2-16/+48
* scripts/config.guess, scripts/config.sub: Update.
2012-12-14gettext: Upgrade to version 0.18Werner Koch1-62/+44
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18. * po/Makefile.in.in: Upgrade to gettext-0.18. Keep option --previous of msgmerge. * intl/: Upgrade to gettext-0.18. * m4/gettext.m4: Upgrade to gettext-0.18.1. * m4/iconv.m4: Upgrade to gettext-0.18.1. * m4/lib-ld.m4: Upgrade to gettext-0.18.1. * m4/lib-link.m4: Upgrade to gettext-0.18.1. * m4/lib-prefix.m4: Upgrade to gettext-0.18.1. * m4/nls.m4: Upgrade to gettext-0.18.1. * m4/po.m4: Upgrade to gettext-0.18.1. * m4/progtest.m4: Upgrade to gettext-0.18.1. * m4/codeset.m4: Upgrade to gettext-0.18.1. * m4/fcntl-o.m4: New file, from gettext-0.18.1. * m4/glibc2.m4: Upgrade to gettext-0.18.1. * m4/glibc21.m4: Upgrade to gettext-0.18.1. * m4/intdiv0.m4: Upgrade to gettext-0.18.1. * m4/intl.m4: Upgrade to gettext-0.18.1. * m4/intldir.m4: Upgrade to gettext-0.18.1. * m4/intlmacosx.m4: Upgrade to gettext-0.18.1. * m4/intmax.m4: Upgrade to gettext-0.18.1. * m4/inttypes_h.m4: Upgrade to gettext-0.18.1. * m4/inttypes-pri.m4: Upgrade to gettext-0.18.1. * m4/lcmessage.m4: Upgrade to gettext-0.18.1. * m4/lock.m4: Upgrade to gettext-0.18.1. * m4/longlong.m4: Upgrade to gettext-0.18.1. * m4/printf-posix.m4: Upgrade to gettext-0.18.1. * m4/size_max.m4: Upgrade to gettext-0.18.1. * m4/stdint_h.m4: Upgrade to gettext-0.18.1. * m4/threadlib.m4: New file, from gettext-0.18.1. * m4/uintmax_t.m4: Upgrade to gettext-0.18.1. * m4/visibility.m4: Upgrade to gettext-0.18.1. * m4/wchar_t.m4: Upgrade to gettext-0.18.1. * m4/wint_t.m4: Upgrade to gettext-0.18.1. * m4/xsize.m4: Upgrade to gettext-0.18.1. * m4/Makefile.am (EXTRA_DIST): Add the new files.
2012-11-06autogen.sh: Do not use -c with chmod.Werner Koch1-2/+2
--
2012-01-30Add Ukrainian translation.Werner Koch1-0/+1
* po/uk.po: New. * po/LINGUAS: Add uk.po.
2012-01-30Update GNU helper files.Werner Koch6-1277/+3038
* scripts/config.guess, scripts/config.rpath: Update to version 2012-01-01. * scripts/config.rpath, scripts/compile, scripts/depcomp: Update to modern version. * scripts/texinfo.tex: Update from current gnulib.
2012-01-30Require gitlog-to-changelog to be installed.Werner Koch1-366/+0
* Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use installed version of gitlog-to-changelog.
2012-01-20Do not copy default merge commit log entries into the ChangeLog.Werner Koch1-1/+7
* scripts/gitlog-to-changelog: Skip merge commits.
2012-01-16w32: Allow passing a relative name for the tarballWerner Koch1-2/+3
* scripts/mk-w32-dist: Prepend PWD to TARBALL.
2012-01-16Automate W32 installer building.Werner Koch5-237/+170
* 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.
2012-01-13Include bzip2 code to ease building for W32.Werner Koch1-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.
2012-01-12Allow building with the 32 bit mingw-w64 toolchain.Werner Koch1-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.
2012-01-10Update copyright years.Werner Koch1-2/+2
* util/argparse.c (default_strusage): Update printed copyright year.
2012-01-10Update gitlog-to-changelog.Werner Koch2-1/+16
* 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.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch5-0/+498
* 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.
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-0/+7
* ChangeLog: New file.
2011-02-23Don't link gpgv with libreadlineWerner Koch2-21/+48
Also add a useful .gitignore file.
2010-10-18Prepare for 1.4.11Werner Koch3-180/+286
2010-09-28Minor changes to help the VMS portWerner Koch1-1/+1
2010-09-23Preparing a release candidateWerner Koch1-1/+1
2009-09-05Make it easier to distribute bzip2Werner Koch4-1/+10
2009-09-03Fix a W32 problemWerner Koch2-1/+5
2008-04-30Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch1-1/+1
Minor W32 installer fix.
2008-03-22Improved AES performance.Werner Koch2-0/+6
2007-12-12Updated ZH po file.Werner Koch3-44/+89
Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess}
2007-11-16Preparing a release candidategnupg-1.4.8rc1Werner Koch2-33/+38
2007-10-23Switched to GPLv3.Werner Koch3-2982/+4889
Updated gettext.
2007-06-22* mk-w32-dist: Remove underline markup from man pages. ReportedWerner Koch2-3/+13
by Dirk Traulsen.
2006-12-13distribute gnupg1.info. Fixes bug#740.Werner Koch2-2/+5
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch5-53/+6911
2006-10-23New command --gpgconf-test.Werner Koch2-0/+8
2006-09-26Allow to build w/o curl.Werner Koch2-24/+20
2006-04-03post release updatesWerner Koch2-1/+5
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch2-9/+15
2006-03-09Updatedgnupg-1.4.3rc2Werner Koch3-68/+108
2006-03-06Fixed problem with PGP2 style signatures and mutilple plaintext dataWerner Koch2-6/+11
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch4-2/+7
2005-12-08Made strings translatable. Minor fixes.Werner Koch1-1/+1
2005-10-032005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-6/+4
* 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.
2005-08-22* gnupg.spec.in: Distribute gpg-zip.David Shaw2-0/+8
2005-07-26Preparing a releaseWerner Koch1-13/+5
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch9-288/+394
2005-04-23* gnupg.spec.in: No longer any need to override libexecdir. TheDavid Shaw2-1/+10
makefiles now calculate this correctly internally.
2005-04-05Typo fixesWerner Koch2-4/+4
2005-03-30* w32installer.nsi: Allow including of WINPT source. IncludeWerner Koch4-15/+112
libiconv source. * mk-w32-dist: Add code to detect presence of source. Calculate a build number; add option --build-number to overide.
2005-03-14* card-util.c (card_status): Use isotimestamp and not theWerner Koch2-0/+41
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New.
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch3-23/+96
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.