Subject: CVS commit: pkgsrc/security/gnupg
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/28/2004 15:17:42
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 28 15:17:42 UTC 2004
Modified Files:
pkgsrc/security/gnupg: Makefile PLIST distinfo
pkgsrc/security/gnupg/patches: patch-ab patch-ac patch-ae patch-af
patch-ag
Log Message:
Update to 1.2.5:
* New --ask-cert-level/--no-ask-cert-level option to turn on and
off the prompt for signature level when signing a key. Defaults
to on.
* New --min-cert-level option to disregard key signatures that are
under a specified level. Defaults to 1 (i.e. don't disregard
anything).
* New --max-output option to limit the amount of plaintext output
generated by GnuPG. This option can be used by programs which
call GnuPG to process messages that may result in plaintext
larger than the calling program is prepared to handle. This is
sometimes called a "Decompression Bomb".
* New --list-config command for frontends and other programs that
call GnuPG. See doc/DETAILS for the specifics of this.
* New --gpgconf-list command for internal use by the gpgconf
utility from gnupg 1.9.x.
* Some performance improvements with large keyrings. See
--enable-key-cache=SIZE in the README file for details.
* Some portability fixes for the OpenBSD/i386, HPPA, and AIX
platforms.
* Simplified Chinese translation.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 pkgsrc/security/gnupg/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/security/gnupg/PLIST
cvs rdiff -r1.27 -r1.28 pkgsrc/security/gnupg/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/security/gnupg/patches/patch-ab
cvs rdiff -r1.14 -r1.15 pkgsrc/security/gnupg/patches/patch-ac
cvs rdiff -r1.6 -r1.7 pkgsrc/security/gnupg/patches/patch-ae
cvs rdiff -r1.5 -r1.6 pkgsrc/security/gnupg/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/security/gnupg/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.