diff options
author | tonio <tonio@pkgsrc.org> | 2006-10-13 21:01:36 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-10-13 21:01:36 +0000 |
commit | ed9e1069fe51931aab5072ca256dba60f37e9c4f (patch) | |
tree | b8b79b54bd2cc8f06e78c8b9cf76ef8bd26ca5f2 /security/caff/Makefile | |
parent | 7e0d55c57a80b4d667b703c22dad1f1f7462440b (diff) | |
download | pkgsrc-ed9e1069fe51931aab5072ca256dba60f37e9c4f.tar.gz |
Update security/caff to 0.4.8
Changelog:
* gpglist: do not die with with-fingerprint (Closes: #382019).
* gpg-key2ps: add --list-key to gpg call (works around #382794).
* caff: when set, use $ENV{'GNUPGHOME'} to find secring.gpg. Suggested by
Gerfried Fuchs.
Diffstat (limited to 'security/caff/Makefile')
-rw-r--r-- | security/caff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index 57c1e3abdb1..e1664561f8c 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/08/16 09:53:49 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2006/10/13 21:01:36 tonio Exp $ -DISTNAME= signing-party_0.4.7.orig -PKGNAME= caff-0.4.7 +DISTNAME= signing-party_0.4.8.orig +PKGNAME= caff-0.4.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} |