summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-28 15:17:42 +0000
committerwiz <wiz@pkgsrc.org>2004-07-28 15:17:42 +0000
commit3b4cf0f45fd79e1172809c382997a9ffae54af54 (patch)
tree3d7c04e289be0ef586ca93272b2c072f809aeac1 /security/gnupg/Makefile
parentae4723bac9625620d80e458c9f30919cdf5703b0 (diff)
downloadpkgsrc-3b4cf0f45fd79e1172809c382997a9ffae54af54.tar.gz
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.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 286c8ab0be3..cbdd32ef9dc 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2004/05/07 15:25:13 cjep Exp $
+# $NetBSD: Makefile,v 1.67 2004/07/28 15:17:42 wiz Exp $
-DISTNAME= gnupg-1.2.4
-PKGREVISION= 1
+DISTNAME= gnupg-1.2.5
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \