summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ab
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2003-08-25 21:25:24 +0000
committeritojun <itojun@pkgsrc.org>2003-08-25 21:25:24 +0000
commit01c3aed0e933d7aada3689b998fbb3af80781570 (patch)
treed9d5642b69ed440d952602f325fa0ccad8e953f1 /security/gnupg/patches/patch-ab
parenta873fdf4139ca8b6c3775d8ed3c9e48ac1829860 (diff)
downloadpkgsrc-01c3aed0e933d7aada3689b998fbb3af80781570.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/patches/patch-ab')
-rw-r--r--security/gnupg/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
deleted file mode 100644
index d2ee9e61838..00000000000
--- a/security/gnupg/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.20 2003/08/09 09:12:42 wiz Exp $
-
---- checks/defs.inc.orig Thu May 1 15:17:46 2003
-+++ checks/defs.inc
-@@ -99,9 +99,9 @@ pgmname=`basename $0`
- [ -z "$srcdir" ] && fatal "not called from make"
-
- # Make sure we have a valid option files even with VPATH builds.
--if [ -f ./options]; then
-+if [ -f ./options ]; then
- :
--elif [ -f ./gpg.conf]; then
-+elif [ -f ./gpg.conf ]; then
- :
- elif [ -f $srcdir/options ]; then
- cat $srcdir/options >gpg.conf