diff options
author | tonio <tonio@pkgsrc.org> | 2006-05-12 14:47:30 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-05-12 14:47:30 +0000 |
commit | 890b9c54565e2d40ef4420a3b7052e298cff52d9 (patch) | |
tree | 47d17f573243a09920eed3430dfa596a64923d7a | |
parent | 4bb1feb929910e4eaaf8047eb71369dcdf202752 (diff) | |
download | pkgsrc-890b9c54565e2d40ef4420a3b7052e298cff52d9.tar.gz |
Update security/caff to 0.4.6
Remove the hostname subst, since it was fixed upstream
Changelog:
caff: - try hostname without -f first to be compatible with BSD
- make local-user a config option, and let it accept a list of keyids
pkg-clean: - add option to allow importing subkeys
-rw-r--r-- | security/caff/Makefile | 14 | ||||
-rw-r--r-- | security/caff/distinfo | 8 |
2 files changed, 7 insertions, 15 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index b4131cc13c0..d7bbc32bb20 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/05/06 12:40:44 tonio Exp $ +# $NetBSD: Makefile,v 1.5 2006/05/12 14:47:30 tonio Exp $ -DISTNAME= signing-party_0.4.5.orig -PKGNAME= caff-0.4.5 +DISTNAME= signing-party_0.4.6.orig +PKGNAME= caff-0.4.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} @@ -32,14 +32,6 @@ SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} != "Linux" -SUBST_CLASSES+= hostname -SUBST_MESSAGE.hostname= Fixing unportable use of "hostname" command. -SUBST_STAGE.hostname= pre-configure -SUBST_FILES.hostname= caff/caff -SUBST_SED.hostname= -e 's/hostname -f/hostname/g' -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/caff/caff ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/caff/pgp-fixkey ${PREFIX}/bin diff --git a/security/caff/distinfo b/security/caff/distinfo index 6fda03045e4..59b471d0077 100644 --- a/security/caff/distinfo +++ b/security/caff/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/05/06 12:40:44 tonio Exp $ +$NetBSD: distinfo,v 1.3 2006/05/12 14:47:30 tonio Exp $ -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 +SHA1 (signing-party_0.4.6.orig.tar.gz) = 9519f24050eec62e571a9a653326e640242bada5 +RMD160 (signing-party_0.4.6.orig.tar.gz) = d377631a9c68ab41f90da9b161be9163680b776f +Size (signing-party_0.4.6.orig.tar.gz) = 44523 bytes |