diff options
author | pettai <pettai@pkgsrc.org> | 2018-03-08 14:30:37 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2018-03-08 14:30:37 +0000 |
commit | f2577e2e6120659d747b5467fbe1866c7f715c5f (patch) | |
tree | bfe6fb2a8fe4a18da283b0219aefeb8ccd87d36b /net/knot/PLIST | |
parent | 935aa0481345d48f6eb2f70399c62e595faaccc1 (diff) | |
download | pkgsrc-f2577e2e6120659d747b5467fbe1866c7f715c5f.tar.gz |
Knot DNS 2.5.7 (2018-01-02)
===========================
Bugfixes:
---------
- Unintentional zone re-sign during reload if empty NSEC3 salt
- Inconsistent zone names in journald structured logs
- Malformed outgoing transfer for big zone with TSIG
- Unexpected reply for DS query with an owner below a delegation point
- Old dependencies in the pkg-config file
[...]
Only new Features & Security fixes of the previous updates are shown below
For a complete of all Improvements & Bugfixes, see:
https://gitlab.labs.nic.cz/knot/knot-dns/blob/2.5/NEWS
Knot DNS 2.5.3 (2017-07-14)
===========================
Features:
---------
- CSK rollover support for Single-Type Signing Scheme
[...]
Knot DNS 2.5.2 (2017-06-23)
===========================
Security:
---------
- CVE-2017-11104: Improper TSIG validity period check can allow TSIG forgery (Thanks to Synacktiv!)
Knot DNS 2.5.0 (2017-06-05)
===========================
Features:
---------
- KASP database switched from JSON files to LMDB database
- KSK rollover support using CDNSKEY and CDS in the automatic DNSSEC signing
- Dynamic module loading support with proper module API
- Journal can store full zone contents (not only differences)
- Zone freeze/thaw support
- Updated knotc zone-status output with optional column filters
- New '[no]crypto' option in kdig
- New keymgr implementation reflecting KASP database changes
- New pykeymgr for JSON-based KASP database migration
- Removed obsolete knot1to2 utility
Diffstat (limited to 'net/knot/PLIST')
-rw-r--r-- | net/knot/PLIST | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net/knot/PLIST b/net/knot/PLIST index da13d71f668..a6e59532ddc 100644 --- a/net/knot/PLIST +++ b/net/knot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2018/03/07 16:42:10 pettai Exp $ +@comment $NetBSD: PLIST,v 1.14 2018/03/08 14:30:37 pettai Exp $ bin/kdig bin/khost bin/kjournalprint @@ -9,20 +9,17 @@ include/dnssec/binary.h include/dnssec/crypto.h include/dnssec/dnssec.h include/dnssec/error.h -include/dnssec/event.h -include/dnssec/kasp.h include/dnssec/key.h include/dnssec/keyid.h -include/dnssec/keystate.h include/dnssec/keystore.h include/dnssec/keytag.h -include/dnssec/keyusage.h include/dnssec/list.h include/dnssec/nsec.h include/dnssec/random.h include/dnssec/sign.h include/dnssec/tsig.h include/dnssec/version.h +include/knot/module.h include/libknot/attribute.h include/libknot/binary.h include/libknot/codes.h @@ -66,20 +63,23 @@ include/libknot/rrtype/txt.h include/libknot/tsig-op.h include/libknot/tsig.h include/libknot/version.h +include/libknot/yparser/yparser.h +include/libknot/yparser/ypformat.h +include/libknot/yparser/ypschema.h +include/libknot/yparser/yptrafo.h include/zscanner/error.h include/zscanner/scanner.h include/zscanner/version.h lib/libdnssec.la lib/libknot.la lib/libzscanner.la +lib/pkgconfig/knotd.pc lib/pkgconfig/libdnssec.pc lib/pkgconfig/libknot.pc lib/pkgconfig/libzscanner.pc -libexec/knot1to2 man/man1/kdig.1 man/man1/khost.1 man/man1/kjournalprint.1 -man/man1/knot1to2.1 man/man1/knsec3hash.1 man/man1/knsupdate.1 man/man1/kzonecheck.1 @@ -87,9 +87,11 @@ man/man5/knot.conf.5 man/man8/keymgr.8 man/man8/knotc.8 man/man8/knotd.8 +man/man8/pykeymgr.8 sbin/keymgr sbin/knotc sbin/knotd +sbin/pykeymgr share/examples/knot/example.com.zone share/examples/knot/knot.sample.conf @pkgdir etc/knot |