diff options
author | pettai <pettai@pkgsrc.org> | 2010-08-30 18:16:45 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-08-30 18:16:45 +0000 |
commit | 76cf98084e9181fcfa9fe42f5c2c5b932c2f5007 (patch) | |
tree | 274441da2521421ee407be47572e1376bd17c0f9 /net/unbound | |
parent | e462b9caa6b6d910061b358bf11d956450d3b489 (diff) | |
download | pkgsrc-76cf98084e9181fcfa9fe42f5c2c5b932c2f5007.tar.gz |
unbound 1.4.6:
Features:
* Builtin root hints contain AAAA for I.ROOT-SERVERS.NET.
* unbound.h has extern "C" statement for easier include in c++.
* added feature to print configure date, target and options with -h.
* added feature to print event backend system details with -h.
* (ports and works on Minix 3.1.7). On Minix, add /usr/gnu/bin to PATH,
use ./configure AR=/usr/gnu/bin/gar and gmake.
* GOST enabled if SSL is recent and ldns has GOST enabled too.
Bug Fixes:
* Fix TCPreply on systems with no writev, if just 1 byte could be sent.
* Fix to use one pointer less for iterator query state store_parent_NS.
* Max referral count from 30 to 130, because 128 one character domains is valid DNS.
* added documentation for the histogram printout to syslog.
* Fix assertion failure reported by Kai Storbeck from XS4ALL, the assertion was wrong.
* updated ldns tarball.
* iana portlist updated.
* Unbound reports libev or libevent correctly in logs in verbose mode.
* Fix handling of corner case reply from lame server, follows rfc2308.
* Fix jostle list bug found by Vince (luoce at cnnic), it caused the qps in
overload situations to be about 5 qps for the class of shortly serviced
queries.
* Fix the max number of reply-address count to be applied for duplicate queries,
and not for new query list entries.
* Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex must be
signed with all algorithms from the DS rrset at the parent.
* Fix validation of qtype DNSKEY when a key-cache entry exists but no rr-cache
entry is used (it expired or prefetch), it then goes back up to the DS or
trust-anchor to validate the DNSKEY.
* log if a server is skipped because it is on the donotquery list, at verbosity
4, to enable diagnosis why no queries to 127.0.0.1.
* failure to chown the pidfile is not fatal any more.
* Neat function prototypes, unshadowed local declarations.
* Fix integer underflow in prefetch ttl creation from cache.
This fixes a potential negative prefetch ttl.
* Changed the defaults for num-queries-per-thread/outgoing-range.
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 157b8f24764..37aa8436e20 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2010/07/26 19:09:19 pettai Exp $ +# $NetBSD: Makefile,v 1.11 2010/08/30 18:16:45 pettai Exp $ -DISTNAME= unbound-1.4.5 +DISTNAME= unbound-1.4.6 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 286b4ae6cdc..d54776da78e 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2010/07/26 19:09:19 pettai Exp $ +$NetBSD: distinfo,v 1.10 2010/08/30 18:16:45 pettai Exp $ -SHA1 (unbound-1.4.5.tar.gz) = c1f227b95448cdfd0006d6d00b3d4354500d7564 -RMD160 (unbound-1.4.5.tar.gz) = 908d80acf0dfe4592922988e5ca73bdbab8d26a9 -Size (unbound-1.4.5.tar.gz) = 4317925 bytes +SHA1 (unbound-1.4.6.tar.gz) = b0d7c58f173c5c80cc81345f6766555f96bde20d +RMD160 (unbound-1.4.6.tar.gz) = d5d8cd19096aa8c0624ecfb8f57ce0276ab5c1d4 +Size (unbound-1.4.6.tar.gz) = 4384085 bytes SHA1 (patch-ac) = f2294c6216b4f1ee1c1fe07a9949aea2bb8dc485 |