pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/caff Update security/caff to 0.4.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/159f324912d7
branches:  trunk
changeset: 512616:159f324912d7
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri May 12 14:47:30 2006 +0000

description:
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

diffstat:

 security/caff/Makefile |  14 +++-----------
 security/caff/distinfo |   8 ++++----
 2 files changed, 7 insertions(+), 15 deletions(-)

diffs (42 lines):

diff -r 8e7421008586 -r 159f324912d7 security/caff/Makefile
--- a/security/caff/Makefile    Fri May 12 14:18:52 2006 +0000
+++ b/security/caff/Makefile    Fri May 12 14:47:30 2006 +0000
@@ -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 @@
 
 .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 -r 8e7421008586 -r 159f324912d7 security/caff/distinfo
--- a/security/caff/distinfo    Fri May 12 14:18:52 2006 +0000
+++ b/security/caff/distinfo    Fri May 12 14:47:30 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index