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.
This commit is contained in:
parent
14b69a15c6
commit
b96ef5835e
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue