From 83c8ff688b0d17f1bc5680e612f6b8b6edae8b76 Mon Sep 17 00:00:00 2001 From: pettai Date: Sat, 12 Dec 2015 23:50:06 +0000 Subject: Unbound 1.5.7 ============= Features: - Fix #594. libunbound: optionally use libnettle for crypto. Added --with-nettle for use with --with-libunbound-only. - Implemented qname minimisation Bug Fixes: - Fix #712: unbound-anchor appears to not fsync root.key. - Fix #714: Document config to block private-address for IPv4 mapped IPv6 addresses. - portability, replace snprintf if return value broken - portability fixes. - detect libexpat without xml_StopParser function. - isblank() compat implementation. - patch from Doug Hogan for SSL_OP_NO_SSLvx options. - Fix #716: nodata proof with empty non-terminals and wildcards. - Fix #718: Fix unbound-control-setup with support for env without HEREDOC bash support. - ACX_SSL_CHECKS no longer adds -ldl needlessly. - Change example.conf: ftp.internic.net to https://www.internic.net - Fix for lenient accept of reverse order DNAME and CNAME. - spelling fixes from Igor Sobrado Delgado. - Fix that malformed EDNS query gets a response without malformed EDNS. - Added assert on rrset cache correctness. - Fix #720: add windows scripts to zip bundle, and fix unbound-control-setup windows batch file. - Fix for #724: conf syntax to read files from run dir (on Windows). And fix PCA prompt for unbound-service-install.exe. And add Changelog to windows binary dist. - .gitignore for git users. - iana portlist update. - Removed unneeded whitespace from example.conf. - Do not minimise forwarded requests. --- net/unbound/Makefile | 4 ++-- net/unbound/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/unbound/Makefile b/net/unbound/Makefile index af55bfd9410..1571fc82559 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2015/10/22 18:14:40 pettai Exp $ +# $NetBSD: Makefile,v 1.40 2015/12/12 23:50:06 pettai Exp $ -DISTNAME= unbound-1.5.6 +DISTNAME= unbound-1.5.7 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 221ca27fa61..f165155f556 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2015/10/22 18:14:40 pettai Exp $ +$NetBSD: distinfo,v 1.30 2015/12/12 23:50:06 pettai Exp $ -SHA1 (unbound-1.5.6.tar.gz) = b1e521669d6e5a3c1baf8b71dad070e38887162b -RMD160 (unbound-1.5.6.tar.gz) = bb333953b2aafd65525712cc4fa64f502af48817 -SHA512 (unbound-1.5.6.tar.gz) = 2477e3f00b8f5a3a4661ff20b0bc0d1d56c8a65cc6ab9f1308ae86f41c67a998af68d3ac5ba6c9c22a25a251f0410eaf9fee82911bcb3a3e82ffb6383e28dcf7 -Size (unbound-1.5.6.tar.gz) = 4849569 bytes +SHA1 (unbound-1.5.7.tar.gz) = 6306fec537f507a41b9c3a7e16e4aa1c10532510 +RMD160 (unbound-1.5.7.tar.gz) = f5cdda4b439f9b16cf1da62ca796c664cd53998b +SHA512 (unbound-1.5.7.tar.gz) = 7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f +Size (unbound-1.5.7.tar.gz) = 4859573 bytes -- cgit v1.2.3