Port details |
- zkt Tool to manage keys and signatures for DNSSEC-zones
- 1.1.6_1 dns =4 1.1.6_1Version of this port present on the latest quarterly branch.
- Maintainer: frank@harz.behrens.de
- Port Added: 2008-08-17 06:10:17
- Last Update: 2024-02-23 16:54:11
- Commit Hash: 3e50c66
- People watching this port, also watch:: bonnie, asciidoc, libevent, dfc, healthd
- License: BSD3CLAUSE
- WWW:
- https://www.hznet.de/dns/zkt/
- Description:
- DNSsec Zone Key Tool
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consists of two commands:
o dnssec-zkt to create and list dnssec zone keys and
o dnssec-signer to sign a zone and manage the lifetime of the zone signing keys
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/zkt/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/zkt
- pkg install zkt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zkt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673425532
SHA256 (zkt-1.1.6.tar.gz) = f04cd1c214f3fc828eafa02b4720798c704fbfb767bdbb5873399f6a1b57b6a5
SIZE (zkt-1.1.6.tar.gz) = 408892
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dnssec-signzone : dns/bind-tools
- Runtime dependencies:
-
- dnssec-signzone : dns/bind-tools
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_zkt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.6_1 23 Feb 2024 16:54:11 |
Muhammad Moinur Rahman (bofh) |
dns/zkt: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.6 14 Jan 2023 17:25:31 |
Fernando Apesteguía (fernape) Author: Frank Behrens |
dns/zkt: update to 1.1.6
ChangeLog: https://raw.githubusercontent.com/hzuleger/ZKT/master/CHANGELOG
PR: 268883
Reported by: frank@harz.behrens.de (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.4 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.4 24 Feb 2020 15:38:21 |
pi |
dns/zkt: update 1.1.2 -> 1.1.4
PR: 209760
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Approved by: Frank Behrens <frank@pinky.sax.de> (maintainer) |
1.1.2_3 23 Apr 2019 13:04:12 |
mat |
Remove conflicts from bind-tools and the server ports.
All servers now depend on the same bind-tools, from the latest BIND9
release.
Chase dependencies to make sure they now depend on the correct port.
Differential Revision: https://reviews.freebsd.org/D19922 |
1.1.2_2 29 Dec 2018 09:30:19 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.1.2_2 04 Jul 2018 11:52:25 |
rene |
Bump the minimum bind version to dns/bind911 in dependent ports. |
1.1.2_1 05 Jan 2017 11:00:50 |
amdmi3 |
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes
portmgr blanket |
1.1.2_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.2_1 02 Mar 2015 23:26:43 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.1.2_1 05 Jan 2014 15:50:51 |
rakuco |
1. Handle removed bind in FreeBSD-HEAD and FreeBSD-10, dns/zkt depends on
dns/bin99 port in these cases. That fixes an error on the FreeBSD package
build server.
2. Support staging.
3. Support LICENSE framework.
PR: ports/185267
Submitted by: Frank Behrens <frank@harz2014.behrens.de> (maintainer) |
1.1.2 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
1.1.2 19 Aug 2013 14:35:15 |
wg |
dns/zkt: update to 1.1.2
- Update to 1.1.2 [1]
- Trim Makefile header [1]
- Remove MAKE_JOBS_SAFE and useless port.{pre,post}.mk
PR: ports/181379
Submitted by: Frank Behrens <frank harz2014.behrens.de> (maintainer) |
1.1.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1.0 18 Jul 2012 21:39:17 |
cs |
- Update to 1.1.0
- Update maintainer e-mail
PR: ports/169899
Submitted by: Hrant Dadivanyan <ran@styx.aic.net>
Approved by: maintainer |
1.0 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0 05 Jul 2010 23:08:22 |
araujo |
- Update to 1.0.
PR: ports/148359
Submitted by: Frank Behrens <frank+ports@ilse.behrens.de> (maintainer)
Feature safe: yes |
0.99.c 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.99.c 07 Aug 2009 20:10:59 |
miwi |
- Update to 0.99.c
PR: 137473
Submitted by: Frank Behrens <frank+ports@ilse.behrens.de> (maintainer) |
0.98 30 Dec 2008 23:47:52 |
amdmi3 |
- Update to 0.98
PR: 130058
Submitted by: Frank Behrens <frank+ports at ilse dot behrens dot de>
(maintainer) |
0.97_1 29 Oct 2008 14:40:07 |
amdmi3 |
- Patch man pages to reflect configuration directory on FreeBSD
PR: 128460
Submitted by: Frank Behrens <frank+ports at ilse dot behrens dot de>
(maintainer) |
0.97 17 Aug 2008 06:09:53 |
edwin |
New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones)
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consists 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
See: http://www.hznet.de/dns/zkt/
PR: ports/126296
Submitted by: Frank Behrens <frank+ports@ilse.behrens.de> |