diff options
author | pettai <pettai@pkgsrc.org> | 2010-05-06 09:38:24 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-05-06 09:38:24 +0000 |
commit | bec739014f2ab5993d060b94a9b674f56bec0beb (patch) | |
tree | cff7db6a1f00c379947e8d3f17ac32299747f81e /net | |
parent | ed23d6512077f9899158f9c1144f99da29d78966 (diff) | |
download | pkgsrc-bec739014f2ab5993d060b94a9b674f56bec0beb.tar.gz |
unbound-1.4.3:
Features:
* Experimental ECC-GOST algorithm support.
* unbound-host disables use-syslog from config file.
* Include less in config.h and include per code file for ldns, ssl.
Bug Fixes:
* [bugzilla: 305 ] (regarding pkt_dname_tolower).
* Fix chain of trust with CNAME, for the DS processing proof.
* Fix validation of queries with wildcard names (*.example).
* Fix EDNS probe for .de DNSSEC testbed failure (backoff).
* unbound control flushed items are not counted when flushed again.
* iana portlist updated.
* [bugzilla: 301 ] (regarding unbound-checkconf).
* Fixed random numbers for port, interface and server selection.
* Refer to the listing in unbound-control man page in the extended \
statistics entry in the unbound.conf man page.
* Fix interface-automatic for OpenBSD: msg.controllen was too small.
* check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.
* for NSEC3 check if signatures are cached.
* Reordered configure checks so fork and -lnsl -lsocket checks are earlier.
* ldns tarball updated.
* Fix python use when multithreaded.
* Fix solaris python compile.
* spelling fix in validation error involving cnames.
Diffstat (limited to 'net')
-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 043e4aa6759..8963dd71246 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/03/16 13:51:50 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/05/06 09:38:24 pettai Exp $ -DISTNAME= unbound-1.4.3 +DISTNAME= unbound-1.4.4 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 98ac6c6ae4b..ceba7a7d798 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2010/03/16 13:51:50 joerg Exp $ +$NetBSD: distinfo,v 1.8 2010/05/06 09:38:24 pettai Exp $ -SHA1 (unbound-1.4.3.tar.gz) = 4b4b979683993452359eccf4f60cf9404600da9d -RMD160 (unbound-1.4.3.tar.gz) = 6fd7403c13afa683d2dad2e9cfd66ef32a12e4ee -Size (unbound-1.4.3.tar.gz) = 4283735 bytes +SHA1 (unbound-1.4.4.tar.gz) = 2cb4c34ece87e43c9acc8da85d2ea1c8ea1ffe66 +RMD160 (unbound-1.4.4.tar.gz) = 581ae8953d5624e0c2b59af94740c4d024882abe +Size (unbound-1.4.4.tar.gz) = 4300711 bytes SHA1 (patch-ac) = 90f1bc56afecd6973b4ffee9ab66ae639b7863a4 |