diff options
author | pettai <pettai@pkgsrc.org> | 2016-06-16 17:12:27 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2016-06-16 17:12:27 +0000 |
commit | 316558499e4ee10eb5abb020296f0ac957e4fd83 (patch) | |
tree | 9a99e0bd0c40ef2d5e84963ca148a86d00afbf9f /net/knot | |
parent | 0d82e7a1aafb8e69e5d23c6f420b3a1d18f4c8cd (diff) | |
download | pkgsrc-316558499e4ee10eb5abb020296f0ac957e4fd83.tar.gz |
Knot DNS 2.2.1 (2016-05-24)
===========================
Bugfixes:
---------
- Fix separate logging of server and zone events
- Fix concurrent zone file flushing with many zones
- Fix possible server crash with empty hostname on OpenWRT
- Fix control timeout parsing in knotc
- Fix "Environment maxreaders limit reached" error in knotc
- Don't apply journal changes on modified zone file
- Remove broken LTO option from configure script
- Enable multiple zone names completion in interactive knotc
- Set the TC flag in a response if a glue doesn't fit the response
- Disallow server reload when there is an active configuration transaction
Improvements:
-------------
- Distinguish unavailable zones from zones with zero serial in log messages
- Log warning and error messages to standard error output in all utilities
- Document tested PKCS #11 devices
- Extended Python configuration interface
Knot DNS 2.2.0 (2016-04-26)
===========================
Bugfixes:
---------
- Fix build dependencies on FreeBSD
- Fix query/response message type setting in dnstap module
- Fix remote address retrieval from dnstap capture in kdig
- Fix global modules execution for queries hitting existing zones
- Fix execution of semantic checks after an IXFR transfer
- Fix PKCS#11 support detection at build time
- Fix kdig failure when the first AXFR message contains just the SOA record
- Exclude non-authoritative types from NSEC/NSEC3 bitmap at a delegation
- Mark PKCS#11 generated keys as sensitive (required by Luna SA)
- Fix error when removing the only zone from the server
- Don't abort knotc transaction when some check fails
Features:
---------
- URI and CAA resource record types support
- RRL client address based white list
- knotc interactive mode
Improvements:
-------------
- Consistent IXFR error messages
- Various fixes for better compatibility with PKCS#11 devices
- Various keymgr user interface improvements
- Better zone event scheduler performance with many zones
- New server control interface
- kdig uses local resolver if resolv.conf is empty
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 4 | ||||
-rw-r--r-- | net/knot/PLIST | 5 | ||||
-rw-r--r-- | net/knot/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index a8b8b473922..6aed3e8259a 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2016/02/28 17:02:38 pettai Exp $ +# $NetBSD: Makefile,v 1.30 2016/06/16 17:12:27 pettai Exp $ -DISTNAME= knot-2.1.1 +DISTNAME= knot-2.2.1 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ EXTRACT_SUFX= .tar.xz diff --git a/net/knot/PLIST b/net/knot/PLIST index 0e257a56005..e5c2f828af1 100644 --- a/net/knot/PLIST +++ b/net/knot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2016/02/28 17:02:38 pettai Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/06/16 17:12:27 pettai Exp $ bin/kdig bin/khost bin/knsec3hash @@ -23,12 +23,12 @@ include/libknot/attribute.h include/libknot/binary.h include/libknot/codes.h include/libknot/consts.h +include/libknot/control/control.h include/libknot/db/db.h include/libknot/db/db_lmdb.h include/libknot/db/db_trie.h include/libknot/descriptor.h include/libknot/dname.h -include/libknot/dnssec/rrset-sign.h include/libknot/errcode.h include/libknot/error.h include/libknot/libknot.h @@ -85,3 +85,4 @@ sbin/knotc sbin/knotd share/examples/knot/example.com.zone share/examples/knot/knot.sample.conf +@pkgdir etc/knot diff --git a/net/knot/distinfo b/net/knot/distinfo index 332cce0e302..31120252480 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2016/02/28 17:02:38 pettai Exp $ +$NetBSD: distinfo,v 1.18 2016/06/16 17:12:27 pettai Exp $ -SHA1 (knot-2.1.1.tar.xz) = 142ef9721925e528904ccd272bba898e03f947f5 -RMD160 (knot-2.1.1.tar.xz) = f61566232dda6a7d2818c982c91f7759468c01e2 -SHA512 (knot-2.1.1.tar.xz) = 9b69cc207f43f5330cbf0b30aba8c03cacb34b065809b8a92c053332dcd5e00a228ec7edf3bd760c9251306b982f94a4196dd04dfdf4906e50ff77218dd10a86 -Size (knot-2.1.1.tar.xz) = 998820 bytes +SHA1 (knot-2.2.1.tar.xz) = 1850a4d2bcee6220f8e129c03e45c0b3c1cbf362 +RMD160 (knot-2.2.1.tar.xz) = 33e1b4bad6dd9fd90da01fd5638585942f8a164b +SHA512 (knot-2.2.1.tar.xz) = 040fa8824e250d359d74a9d731e6667367ea7e764b06f07f4e737ba4f6a56f4651cd3db6465f3c69e79c89b27edeea8161d049ef7083a5bb26941a201c17ccfd +Size (knot-2.2.1.tar.xz) = 1017504 bytes SHA1 (patch-samples_Makefile.in) = be60c4bfb4ed49dbe8c55dc5d453c8733fb4fb61 |