diff options
author | tonio <tonio@pkgsrc.org> | 2006-05-06 12:40:44 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-05-06 12:40:44 +0000 |
commit | 23c64fe0a720b7ec7929afc47d220a208f0a7d90 (patch) | |
tree | 2f63bc78537b5aea7955ba56fb50246eb5b54441 /security | |
parent | dc6d9903177976fd2ee793f320e7347ab72b4334 (diff) | |
download | pkgsrc-23c64fe0a720b7ec7929afc47d220a208f0a7d90.tar.gz |
Update security/caff to 0.4.5
Changelog:
* Update FSF addresses.
* caff: tweak documentation.
* caff: note that mailed keys are encrypted (suggested by Sune Vuorela).
* caff: You can now specify additional arguments to pass to the
send method of Mail::Mailer. This allows you to send mails via
SMTP and use authentication for instance. Thanks to Martin von Gagern.
* gpg-key2ps, keylookup: make them less dependent on specific
installation paths and thus better portable outside of Debian
(Closes: #354142).
Diffstat (limited to 'security')
-rw-r--r-- | security/caff/Makefile | 9 | ||||
-rw-r--r-- | security/caff/PLIST | 4 | ||||
-rw-r--r-- | security/caff/distinfo | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index 46164d84199..b4131cc13c0 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/03/13 15:05:43 tron Exp $ +# $NetBSD: Makefile,v 1.4 2006/05/06 12:40:44 tonio Exp $ -DISTNAME= signing-party_0.4.4.orig -PKGNAME= caff-0.4.4 -PKGREVISION= 2 +DISTNAME= signing-party_0.4.5.orig +PKGNAME= caff-0.4.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} @@ -28,7 +27,7 @@ REPLACE_PERL+= caff/caff caff/pgp-fixkey caff/pgp-clean \ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= caff/caff keylookup/keylookup keylookup/keylookup.1 +SUBST_FILES.paths= caff/caff keylookup/keylookup.1 SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' .include "../../mk/bsd.prefs.mk" diff --git a/security/caff/PLIST b/security/caff/PLIST index 3ecc9f0f1be..b52d36c48bc 100644 --- a/security/caff/PLIST +++ b/security/caff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/07 14:31:28 tonio Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/05/06 12:40:44 tonio Exp $ bin/caff bin/gpg-key2ps bin/gpg-mailkeys @@ -19,7 +19,7 @@ share/doc/caff/README share/doc/caff/README.gpg-agent share/doc/caff/README.many-keys share/examples/caff/caffrc.sample -share/examples/caff/gpgsigs-lt2k5.txt share/examples/caff/gpgsigs-lt2k5-annotated.txt +share/examples/caff/gpgsigs-lt2k5.txt @dirrm share/doc/caff @dirrm share/examples/caff diff --git a/security/caff/distinfo b/security/caff/distinfo index a13f954db2b..6fda03045e4 100644 --- a/security/caff/distinfo +++ b/security/caff/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/07 12:22:21 ghen Exp $ +$NetBSD: distinfo,v 1.2 2006/05/06 12:40:44 tonio Exp $ -SHA1 (signing-party_0.4.4.orig.tar.gz) = 9203a9bb9ab1d86763c1f189ff648e115ef5ea25 -RMD160 (signing-party_0.4.4.orig.tar.gz) = d6296a6659d4459effd4592cf44ad6467b9f973d -Size (signing-party_0.4.4.orig.tar.gz) = 42499 bytes +SHA1 (signing-party_0.4.5.orig.tar.gz) = 6600c8977111e0a319e83a409b8a5faebd190dd0 +RMD160 (signing-party_0.4.5.orig.tar.gz) = a0987d70de0d53bceec78fe02dd6f21735ea7f39 +Size (signing-party_0.4.5.orig.tar.gz) = 43670 bytes |