summaryrefslogtreecommitdiff
path: root/net/knot/PLIST
diff options
context:
space:
mode:
authorpettai <pettai>2016-02-28 17:02:38 +0000
committerpettai <pettai>2016-02-28 17:02:38 +0000
commitb3a7e64f5db396b1734c6bb9156b4f790fe274b2 (patch)
treec46f3a9020a84aafb703c59f597783f50be2f189 /net/knot/PLIST
parentdd82030358fb8fceb078bbc827fef8fc186848f6 (diff)
downloadpkgsrc-b3a7e64f5db396b1734c6bb9156b4f790fe274b2.tar.gz
Knot DNS 2.1.1 (2016-02-10)
=========================== Bugfixes: --------- - DNSSEC: Allow import of duplicate private key into the KASP - DNSSEC: Avoid duplicate NSEC for Wildcard No Data answer - Fix server crash when an incomming transfer is in progress and reload is issued - Fix socket polling when configured with many interfaces and threads - Fix compilation against Nettle 3.2 Improvements: ------------- - Select correct source address for UDP messages recieved on ANY address - Extend documentation of knotc commands Knot DNS 2.1.0 (2016-01-14) =========================== Features: --------- - Per-thread UDP socket binding using SO_REUSEPORT on Linux - Support for dynamic configuration database - DNSSEC: Support for cryptographic tokens via PKCS #11 interface - DNSSEC: Experimental support for online signing Improvements: ------------- - Support for zone file name patterns - Configurable location of zone timer database - Non-blocking network operations and better timeout handling - Caching of Critical configuration values for better performance - Logging of ACL failures - RRL: Add rate-limit-slip zero support to drop all responses - RRL: Document behavior for different rate-limit-slip options - kdig: Warning instead of error on TSIG validation failure - Cleanup of support libraries interfaces (libknot, libzscanner, libdnssec) - Remove possibly insecure server control over a network socket - Remove implementation limit for the number of network interfaces Bugfixes: --------- - synth-record module: Fix application of default configuration options - TSIG: Allow compressed TSIG name when forwarding DDNS updates - Schedule zone bootstrap after slave zone fails to load from disk
Diffstat (limited to 'net/knot/PLIST')
-rw-r--r--net/knot/PLIST47
1 files changed, 14 insertions, 33 deletions
diff --git a/net/knot/PLIST b/net/knot/PLIST
index 87a0c94743b..0e257a56005 100644
--- a/net/knot/PLIST
+++ b/net/knot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/10/26 19:23:08 pettai Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/02/28 17:02:38 pettai Exp $
bin/kdig
bin/khost
bin/knsec3hash
@@ -18,40 +18,22 @@ include/dnssec/nsec.h
include/dnssec/random.h
include/dnssec/sign.h
include/dnssec/tsig.h
+include/dnssec/version.h
+include/libknot/attribute.h
include/libknot/binary.h
+include/libknot/codes.h
include/libknot/consts.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/internal/array-sort.h
-include/libknot/internal/base32hex.h
-include/libknot/internal/base64.h
-include/libknot/internal/binsearch.h
-include/libknot/internal/consts.h
-include/libknot/internal/endian.h
-include/libknot/internal/errcode.h
-include/libknot/internal/getline.h
-include/libknot/internal/heap.h
-include/libknot/internal/hhash.h
-include/libknot/internal/lists.h
-include/libknot/internal/macros.h
-include/libknot/internal/mem.h
-include/libknot/internal/mempattern.h
-include/libknot/internal/mempool.h
-include/libknot/internal/namedb/namedb.h
-include/libknot/internal/namedb/namedb_lmdb.h
-include/libknot/internal/namedb/namedb_trie.h
-include/libknot/internal/net.h
-include/libknot/internal/print.h
-include/libknot/internal/sockaddr.h
-include/libknot/internal/strlcat.h
-include/libknot/internal/strlcpy.h
-include/libknot/internal/tolower.h
-include/libknot/internal/trie/hat-trie.h
-include/libknot/internal/trie/murmurhash3.h
-include/libknot/internal/utils.h
-include/libknot/internal/wire_ctx.h
+include/libknot/error.h
include/libknot/libknot.h
+include/libknot/lookup.h
+include/libknot/mm_ctx.h
include/libknot/packet/compr.h
include/libknot/packet/pkt.h
include/libknot/packet/rrset-wire.h
@@ -65,6 +47,7 @@ include/libknot/rrset-dump.h
include/libknot/rrset.h
include/libknot/rrtype/aaaa.h
include/libknot/rrtype/dnskey.h
+include/libknot/rrtype/ds.h
include/libknot/rrtype/naptr.h
include/libknot/rrtype/nsec.h
include/libknot/rrtype/nsec3.h
@@ -77,12 +60,10 @@ include/libknot/rrtype/tsig.h
include/libknot/rrtype/txt.h
include/libknot/tsig-op.h
include/libknot/tsig.h
-include/libknot/yparser/yparser.h
-include/libknot/yparser/ypformat.h
-include/libknot/yparser/ypscheme.h
-include/libknot/yparser/yptrafo.h
+include/libknot/version.h
include/zscanner/error.h
include/zscanner/scanner.h
+include/zscanner/version.h
lib/libdnssec.la
lib/libknot.la
lib/libzscanner.la