Skip to content

Commit

Permalink
Knot DNS 2.2.1 (2016-05-24)
Browse files Browse the repository at this point in the history
===========================

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
  • Loading branch information
pettai committed Jun 16, 2016
1 parent f0fe764 commit 5b58240
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions net/knot/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions net/knot/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -85,3 +85,4 @@ sbin/knotc
sbin/knotd
share/examples/knot/example.com.zone
share/examples/knot/knot.sample.conf
@pkgdir etc/knot
10 changes: 5 additions & 5 deletions net/knot/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b58240

Please sign in to comment.