Received: by mail.netbsd.org (Postfix, from userid 605) id AC21E84D93; Mon, 18 Sep 2017 13:02:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F43E84D49 for ; Mon, 18 Sep 2017 13:02:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z0lJtfROoxTc for ; Mon, 18 Sep 2017 13:02:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84CF984CE4 for ; Mon, 18 Sep 2017 13:02:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FF23FA9A; Mon, 18 Sep 2017 13:02:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505739759246340" MIME-Version: 1.0 Date: Mon, 18 Sep 2017 13:02:39 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/unbound To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20170918130239.7FF23FA9A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505739759246340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Sep 18 13:02:39 UTC 2017 Modified Files: pkgsrc/net/unbound: Makefile distinfo Log Message: Upgrade unbound to version 1.6.6. Pkgsrc changes: * Unbound now needs flex >= 2.6.4 to build, or at least 2.6.3 is a no-go, so depend on the pkgsrc version which is already 2.6.4. Upstream changes: Features: * unbound-control dump_infra prints port number for address if not 53. * Fix #1344: RFC6761-reserved domains: test. and invalid. * Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). With the -p option unbound does not create a pidfile. * Added stats for queries that have been ratelimited by domain recursion. * Patch to show DNSCrypt status in help output, from Carsten Strotmann. * Fix #1407: Add ECS options check to unbound-checkconf. * Fix #1415: [dnscrypt] shared secret cache, patch from Manu Bretelle. Bug Fixes: * fixup of dnscrypt_cert_chacha test (from Manu Bretelle). * First fix for zero b64 and hex text zone format in sldns. * Better fixup of dnscrypt_cert_chacha test for different escapes. * Fix that infra cache host hash does not change after reconfig. * Fix python example0 return module wait instead of error for pass. * enhancement for hardened-tls for DNS over TLS. Removed duplicated security settings. * Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned on. * Fix #1331: libunbound segfault in threaded mode when context is deleted. * Fix pythonmod link line option flag. * Fix openssl 1.1.0 load of ssl error strings from ssl init. * Fix 1332: Bump verbosity of failed chown'ing of the control socket. * Redirect all localhost names to localhost address for RFC6761. * Fix #1350: make cachedb backend configurable (from JINMEI Tatuya). * Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. * upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), config.sub(2016-09-05). * annotate case statement fallthrough for gcc 7.1.1. * flex output from flex 2.6.1. * snprintf of thread number does not warn about truncated string. * squelch TCP fast open error on FreeBSD when kernel has it disabled, unless verbosity is high. * remove warning from windows compile. * Fix compile with libnettle * Fix DSA configure switch (--disable dsa) for libnettle and libnss. * Fix #1365: Add Ed25519 support using libnettle. * Fix #1394: mix of serve-expired and response-ip could cause a crash. * Remove unused iter_env member (ip6arpa_dname) * Do not reset rrset.bogus stats when called using stats_noreset. * Do not add rrset_bogus and query ratelimiting stats per thread, these module stats are global. * Fix #1397: Recursive DS lookups for AS112 zones names should recurse. * Fix #1398: make cachedb secret configurable. * Remove spaces from Makefile. * Fix issue on macOX 10.10 where TCP fast open is detected but not implemented causing TCP to fail. The fix allows fallback to regular TCP in this case and is also more robust for cases where connectx() fails for some reason. * Fix #1402: squelch invalid argument error for fd_set_block on windows. * Fix to reclaim tcp handler when it is closed due to dnscrypt buffer allocation failure. * Fix #1415: patch to free dnscrypt environment on reload. * iana portlist update * Small fixes for the shared secret cache patch. * Fix WKS records on kvm autobuild host, with default protobyname entries for udp and tcp. * Fix #1414: fix segfault on parse failure and log_replies. * zero qinfo in handle_request, this zeroes local_alias and also the qname member. * new keys and certs for dnscrypt tests. * fixup WKS test on buildhost without servicebyname. * updated contrib/fastrpz.patch to apply with configparser changes. * Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs. * Fix #1424: cachedb:testframe is not thread safe. * Fix #1417: [dnscrypt] shared secret cache counters, and works when dnscrypt is not enabled. And cache size configuration option. * Fix #1418: [ip ratelimit] initialize slabhash using ip-ratelimit-slabs. * Recommend 1472 buffer size in unbound.conf * Fix #1412: QNAME minimisation strict mode not honored * Fix #1434: Fix windows openssl 1.1.0 linking. * Add dns64 for client-subnet in unbound-checkconf. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/unbound/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505739759246340 Content-Disposition: inline Content-Length: 1898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unbound/Makefile diff -u pkgsrc/net/unbound/Makefile:1.50 pkgsrc/net/unbound/Makefile:1.51 --- pkgsrc/net/unbound/Makefile:1.50 Mon Aug 21 11:14:18 2017 +++ pkgsrc/net/unbound/Makefile Mon Sep 18 13:02:39 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2017/08/21 11:14:18 he Exp $ +# $NetBSD: Makefile,v 1.51 2017/09/18 13:02:39 he Exp $ -DISTNAME= unbound-1.6.5 +DISTNAME= unbound-1.6.6 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ @@ -98,4 +98,6 @@ PKG_USERS= ${UNBOUND_USER}:${UNBOUND_GRO .include "../../devel/libevent/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +BUILDLINK_API_DEPENDS.flex+= flex>=2.6.4 +.include "../../devel/flex/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/unbound/distinfo diff -u pkgsrc/net/unbound/distinfo:1.36 pkgsrc/net/unbound/distinfo:1.37 --- pkgsrc/net/unbound/distinfo:1.36 Mon Aug 21 11:14:18 2017 +++ pkgsrc/net/unbound/distinfo Mon Sep 18 13:02:39 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2017/08/21 11:14:18 he Exp $ +$NetBSD: distinfo,v 1.37 2017/09/18 13:02:39 he Exp $ -SHA1 (unbound-1.6.5.tar.gz) = ecb260b94d139d84fae2bff80f9701f53a329e26 -RMD160 (unbound-1.6.5.tar.gz) = d214256ce7b5e8e7be0e523654536cd8acfd469b -SHA512 (unbound-1.6.5.tar.gz) = 7a3fa54ca0c210ff3d45cdf22c8861f67e46c23133afeeaf85126c70d68515b931a61c82c44eea73318e1ab4e2c7cf0dc0650599ff4145804f51435579c5682c -Size (unbound-1.6.5.tar.gz) = 5477400 bytes +SHA1 (unbound-1.6.6.tar.gz) = d205c03a402f5d900d5bad3d036849a12804a49e +RMD160 (unbound-1.6.6.tar.gz) = bccaf45d1a7e138b5077e1303f9d5879d9c29efb +SHA512 (unbound-1.6.6.tar.gz) = 910fd0956b8828d3db0511a85bf6ab6c4c3982f17c70ccb7123d1de1650d24c2906bc29ac4ea83fd7d95d8af29e2cbc88df666f365e51296f552292ef9753016 +Size (unbound-1.6.6.tar.gz) = 5460482 bytes SHA1 (patch-configure) = 30874b8337e4ef0e436bb52f4af92a43b810f7bb --_----------=_1505739759246340--