diff options
author | pettai <pettai@pkgsrc.org> | 2013-05-14 08:16:05 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-05-14 08:16:05 +0000 |
commit | f40d0c5bb88773ac3ef461915a48d2dea257dae6 (patch) | |
tree | be5af3388d256d16bb898ce977e2a1728cb8af09 /net | |
parent | eb13972e45a33a238fa8bd1f680f7cd73524a7ff (diff) | |
download | pkgsrc-f40d0c5bb88773ac3ef461915a48d2dea257dae6.tar.gz |
v1.2.0 - Mar 29, 2013
---------------------
Bugfixes:
* Memory leaks
(v1.2.0-rc4)
Features:
* knotc 'zonestatus' command
Bugfixes:
* Check for broken recvmmsg() implementation
* Changing logfile ownership before dropping privileges
* knotc respects 'control' section from configuration
* RRL: resolved bucket collisions
* RRL: updated bucket mapping to conform RRL technical memo
(v1.2.0-rc3)
Features:
* Response rate limiting (see documentation)
Bugfixes:
* Fixed OpenBSD build
* Responses to ANY should contain RRSIGs
(v1.2.0-rc2)
Bugfixes:
* Fixed processing of some non-standard dnames.
* Correct checking of label length bounds in some cases.
* More compliant rcodes in case of DDNS/TSIG failures.
* Correct processing of malformed DDNS prereq section.
(v1.2.0-rc1)
Features:
* Dynamic updates, including forwarding (limited on signed zones)
* Updated remote control utility
* Configurable TCP timeouts
* LOC RR support
Diffstat (limited to 'net')
-rw-r--r-- | net/knot/Makefile | 4 | ||||
-rw-r--r-- | net/knot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 6315f705df0..1a0253b7b4a 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/12/23 23:38:08 pettai Exp $ +# $NetBSD: Makefile,v 1.8 2013/05/14 08:16:05 pettai Exp $ # -DISTNAME= knot-1.1.3 +DISTNAME= knot-1.2.0 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ FETCH_USING= curl diff --git a/net/knot/distinfo b/net/knot/distinfo index 2b004effc8c..cc1279b12ba 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2012/12/23 23:38:08 pettai Exp $ +$NetBSD: distinfo,v 1.5 2013/05/14 08:16:05 pettai Exp $ -SHA1 (knot-1.1.3.tar.gz) = 2c18a84e84c426210d3289622ae2f9963e5f9890 -RMD160 (knot-1.1.3.tar.gz) = c19a97326ad5bff11e79d3396a2c19134bb7e524 -Size (knot-1.1.3.tar.gz) = 1194290 bytes +SHA1 (knot-1.2.0.tar.gz) = 095b47147c17152387f2b5d7920c2ce87238b75b +RMD160 (knot-1.2.0.tar.gz) = 13a89917974973d688126a1a066e1aadca2bb583 +Size (knot-1.2.0.tar.gz) = 1241376 bytes SHA1 (patch-Makefile.in) = 881002789bd888392d10cde9b128210e752f4223 SHA1 (patch-samples_Makefile.in) = 3cebc5bcdf799eaf2cba57513b421cf6f273e961 |