aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-10Rename scripts/ to build-aux/Werner Koch19-15693/+0
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
2014-01-09Improve the speedo make script.Werner Koch4-316/+364
* scripts/gpg-w32-dev/README: Remove * scripts/gpg-w32-dev/GNUmakefile, scripts/gpg-w32-dev/speedo.mk: Merge into .. * scripts/speedo.mk: this. -- Speedo may now be used to build from GIT or tarballs and has a couple of other improvements as well. For best results the autogen.sh files of all source package should be updated to the one used in gnupg. Signed-off-by: Werner Koch <[email protected]>
2012-01-25Extend gitlog-to-changelog option --tear-off.Werner Koch1-4/+13
-- It is now possible to suppress git log entries from being copied to the ChangeLog by using the option --tear-off and having a "--" line as the first line in the body (like this very log entry). Note that the GnuPG master branch is the canonical source for our version of the gitlog-to-changelog script.
2012-01-20Do not copy default merge commit log entries into the ChangeLog.Werner Koch1-1/+7
* scripts/gitlog-to-changelog: Skip merge commits.
2011-12-12gitlog-to-changelog: New option --tear-off.Werner Koch1-6/+12
* scripts/gitlog-to-changelog: Add option --tear-off. * Makefile.am (gen-ChangeLog): Use that option.
2011-12-07Allow comments which will not show up in the ChangeLogWerner Koch1-0/+9
* scripts/gitlog-to-changelog: Ignore lines after a "--" line. -- The first line with two dashes at the start of a line (optionally followed by white space) stops copying the commit log lines to the ChangeLog entry in "make dist". This is useful to allow adding comments to the log which are not useful in a ChangeLog.
2011-12-01Add hook to check the commit log syntax.Werner Koch1-0/+127
* autogen.sh: Install commit-msg hook for git.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch4-0/+373
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-11-29Make sure HOME et al have no unsafe characters.Werner Koch2-1/+21
2011-11-28Add build script to build all components in one run.Werner Koch2-0/+54
Run this script in the parent directory of the working copies. It does a VPATH build in ~/tmp/gpg-tmp/b in the right order and installs everything below ~/tmp/gpg-tmp/. Based on a script by Jim Meyering.
2011-08-10Fix autoconf warnings and update config.* files.Werner Koch3-152/+182
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2-6/+5
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-10-26Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch3-183/+288
2010-10-18Install the mo files on W32 platformsWerner Koch1-0/+64
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-1/+1
Ported gpgtar to W32.
2010-06-11Add makefiles to build a w32 development package.Werner Koch3-0/+316
2009-01-08Update spanish translation.Werner Koch1-0/+3
Cleanups. Allow utf-8 in email addresses.
2008-12-10fix a gpgconf default. Cosmetic changes.Werner Koch1-2/+7
2008-02-15Preparing a test releaseWerner Koch1-25/+77
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch3-11/+23
2007-07-04Changed to GPLv3.Werner Koch8-72/+104
Removed intl/.
2007-05-07Upgraded gettext.Werner Koch8-731/+1350
Fixed accidental dependency on libgcrypt 1.3.0.
2007-05-04Updated to automake 1.10.Werner Koch2-2933/+4803
Use latest texinfo.tex. Typo and grammar fix.
2007-04-13g10/ and sm/Werner Koch2-0/+83
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-64/+130
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-06-20Updated FSF's address.Werner Koch2-2/+4
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.
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch1-2/+3
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
2005-02-17* gnupg.spec.in: Fix problem with storing the gpgkeys helpers inDavid Shaw2-3/+12
libexec, but calling them in libexec/gnupg.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-24/+46
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-16* w32installer.nsi: Added page to select the language.Werner Koch3-47/+167
* mk-w32-dist: Create the opt.ini using the available languages.
2005-02-03Last changes for W32RC-1-4-1rc1Werner Koch3-4/+20
2005-01-26* w32installer.nsi: Create a start menu entry and enhanced theWerner Koch4-23/+224
build environment. * mk-w32-dist: Add more support for above.
2005-01-20Minor changesWerner Koch1-0/+142
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2-68/+132
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2005-01-17Same forWerner Koch2-3/+62
--without-included-regex.