diff options
author | itojun <itojun@pkgsrc.org> | 2003-08-25 21:25:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-08-25 21:25:24 +0000 |
commit | cd563b68fbc19cf011cf5da68a0459d0b3dbdf8d (patch) | |
tree | d9d5642b69ed440d952602f325fa0ccad8e953f1 /security/gnupg/Makefile | |
parent | c9baf81a6d67fc873f4cec0bd242a03e6c3aea19 (diff) | |
download | pkgsrc-cd563b68fbc19cf011cf5da68a0459d0b3dbdf8d.tar.gz |
upgrade to 1.2.3.
* New "--gnupg" option (set by default) that disables --openpgp,
and the various --pgpX emulation options. This replaces
--no-openpgp, and --no-pgpX, and also means that GnuPG has
finally grown a --gnupg option to make GnuPG act like GnuPG.
* A number of portability changes to make building GnuPG on
less-common platforms easier.
* Romanian translation.
* Two new %-expandos for use in notation and policy URLs. "%g"
expands to the fingerprint of the key making the signature
(which might be a subkey), and "%p" expands to the fingerprint
of the primary key that owns the key making the signature.
* New "tru" record in --with-colons --list-keys listings. It
shows the status of the trust database that was used to
calculate the key validity in the listings. See doc/DETAILS for
the specifics of this.
* New REVKEYSIG status tag for --status-fd. It indicates a valid
signature that was issued by a revoked key. See doc/DETAILS for
the specifics of this.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index a9ef948496d..e7e26169102 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2003/08/15 07:02:22 itojun Exp $ +# $NetBSD: Makefile,v 1.52 2003/08/25 21:25:24 itojun Exp $ -DISTNAME= gnupg-1.2.2 -PKGREVISION= 2 +DISTNAME= gnupg-1.2.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \ |