diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-13 19:19:51 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-13 19:19:51 +0000 |
commit | ac04a458913010ec42b792d91287b32196a00cc7 (patch) | |
tree | 6a17274c335302ef20510d4f60a0589a0a6dc17d /security | |
parent | abdef7604346c142261b4014e1ac160b0dea38b4 (diff) | |
download | pkgsrc-ac04a458913010ec42b792d91287b32196a00cc7.tar.gz |
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consist of two commands:
* dnssec-zkt to create and list dnssec zone keys and
* dnssec-signer to sign a zone and manage the lifetime of the zone signing keys
Both commands are simple wrapper commands around the dnssec-keygen(8) and
dnssec-signzone(8) commands provided by BIND.
Diffstat (limited to 'security')
-rw-r--r-- | security/zkt/DESCR | 6 | ||||
-rw-r--r-- | security/zkt/Makefile | 38 | ||||
-rw-r--r-- | security/zkt/PLIST | 8 | ||||
-rw-r--r-- | security/zkt/distinfo | 5 |
4 files changed, 57 insertions, 0 deletions
diff --git a/security/zkt/DESCR b/security/zkt/DESCR new file mode 100644 index 00000000000..59354af7951 --- /dev/null +++ b/security/zkt/DESCR @@ -0,0 +1,6 @@ +ZKT is a tool to manage keys and signatures for DNSSEC-zones. +The Zone Key Tool consist of two commands: +* dnssec-zkt to create and list dnssec zone keys and +* dnssec-signer to sign a zone and manage the lifetime of the zone signing keys +Both commands are simple wrapper commands around the dnssec-keygen(8) and +dnssec-signzone(8) commands provided by BIND. diff --git a/security/zkt/Makefile b/security/zkt/Makefile new file mode 100644 index 00000000000..c4ff1dd94fe --- /dev/null +++ b/security/zkt/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/13 19:19:51 pettai Exp $ +# + +DISTNAME= zkt-0.99c +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zkt/} + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://zkt.sourceforge.net/ +COMMENT= DNSSEC Zone Key Tool +LICENSE= original-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-configpath=${PKG_SYSCONFDIR}/zkt +#CONFIGURE_ARGS+= --enable-configpath=/var/chroot/named/etc + +INSTALLATION_DIRS= sbin share/doc/zkt ${PKGMANDIR}/man8 etc/zkt + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-zkt \ + ${DESTDIR}${PREFIX}/sbin/dnssec-zkt + ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-signer \ + ${DESTDIR}${PREFIX}/sbin/dnssec-signer + ${INSTALL_PROGRAM} ${WRKSRC}/zkt-soaserial \ + ${DESTDIR}${PREFIX}/sbin/zkt-soaserial + ${INSTALL_MAN} ${WRKSRC}/man/dnssec-zkt.8 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/dnssec-zkt.8 + ${INSTALL_MAN} ${WRKSRC}/man/dnssec-signer.8 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/dnssec-signer.8 + ${INSTALL_DATA} ${WRKSRC}/README \ + ${DESTDIR}${PREFIX}/share/doc/zkt/README + ${INSTALL_DATA} ${WRKSRC}/README.logging \ + ${DESTDIR}${PREFIX}/share/doc/zkt/README.logging + +#.include "../../net/bind96/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/zkt/PLIST b/security/zkt/PLIST new file mode 100644 index 00000000000..6a580733e74 --- /dev/null +++ b/security/zkt/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/13 19:19:51 pettai Exp $ +man/man8/dnssec-signer.8 +man/man8/dnssec-zkt.8 +sbin/dnssec-signer +sbin/dnssec-zkt +sbin/zkt-soaserial +share/doc/zkt/README +share/doc/zkt/README.logging diff --git a/security/zkt/distinfo b/security/zkt/distinfo new file mode 100644 index 00000000000..81c1dca4515 --- /dev/null +++ b/security/zkt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/13 19:19:51 pettai Exp $ + +SHA1 (zkt-0.99c.tar.gz) = 306302167a2628d0a3c82720f651299a4e5f2018 +RMD160 (zkt-0.99c.tar.gz) = d37f42a2f7e484eaf58b4ea47381c9edadd438e4 +Size (zkt-0.99c.tar.gz) = 288922 bytes |