summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2016-02-28 17:02:38 +0000
committerpettai <pettai@pkgsrc.org>2016-02-28 17:02:38 +0000
commit7d481f69be7c2155c8ab734467471067d67153a1 (patch)
treec46f3a9020a84aafb703c59f597783f50be2f189 /net
parent0e2b99e4345b2936eec5759baac32177eba27d61 (diff)
downloadpkgsrc-7d481f69be7c2155c8ab734467471067d67153a1.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')
-rw-r--r--net/knot/Makefile4
-rw-r--r--net/knot/PLIST47
-rw-r--r--net/knot/distinfo10
3 files changed, 21 insertions, 40 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile
index 4936588f0a2..a8b8b473922 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/02/25 16:20:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2016/02/28 17:02:38 pettai Exp $
-DISTNAME= knot-2.0.2
+DISTNAME= knot-2.1.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 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
diff --git a/net/knot/distinfo b/net/knot/distinfo
index f56793dd740..332cce0e302 100644
--- a/net/knot/distinfo
+++ b/net/knot/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2015/12/13 00:01:29 pettai Exp $
+$NetBSD: distinfo,v 1.17 2016/02/28 17:02:38 pettai Exp $
-SHA1 (knot-2.0.2.tar.xz) = 771843f5c5cb03f37e2de430189605e6ba275a23
-RMD160 (knot-2.0.2.tar.xz) = f864ecfad5d2e8283711cea67303c3e0c19ff299
-SHA512 (knot-2.0.2.tar.xz) = 5bb36f01a2f39c97d1278be1bb1be60e842a75b3a0f2bc51651907ad937a42229f0df988a5e865de7f869011eb4ac836bda1c5d92c86357ac2556dcf8134b09f
-Size (knot-2.0.2.tar.xz) = 958800 bytes
+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 (patch-samples_Makefile.in) = be60c4bfb4ed49dbe8c55dc5d453c8733fb4fb61