Received: by mail.netbsd.org (Postfix, from userid 605) id 28D5484DC1; Tue, 9 Feb 2021 08:32:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 643DA84DBC for ; Tue, 9 Feb 2021 08:32:18 +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 69gjn6JKR6Am for ; Tue, 9 Feb 2021 08:32:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E31984D1D for ; Tue, 9 Feb 2021 08:32:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87C0CFA95; Tue, 9 Feb 2021 08:32:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612859537163600" MIME-Version: 1.0 Date: Tue, 9 Feb 2021 08:32:17 +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: <20210209083217.87C0CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612859537163600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Feb 9 08:32:17 UTC 2021 Modified Files: pkgsrc/net/unbound: Makefile distinfo Log Message: Update unbound to version 1.13.1. Pkgsrc changes: * none, other than checksums. Upstream changes: This release contains a number of bug fixes. There is added support for the EDNS Padding option (RFC7830 and RFC8467), and the EDNS NSID option (RFC 5001). Unbound control has added commands to enable and disable rpz processing. Reply callbacks have a start time passed to them that can be used to calculate time, these are callbacks for response processing. With the option serve-original-ttl the TTL served in responses is the original, not counted down, value, for when in front of authority service. Features - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands to unbound-control. - Merge PR #391 from fhriley: Add start_time to reply callbacks so modules can compute the response time. - Fix #397: [Feature request] add new type always_null to local-zone similar to always_nxdomain. - Support for RFC5001: DNS Name Server Identifier (NSID) Option with the nsid: option in unbound.conf - Padding of queries and responses with DNS over TLS as specified in RFC7830 and RFC8467. - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the original instead of a decrementing TTL ('serve-original-ttl') Bug Fixes - Fix #358: Squelch udp connect 'no route to host' errors on low verbosity. - Fix #360: for the additionally reported TCP Fast Open makes TCP connections fail, in that case we print a hint that this is happening with the error in the logs. - Fix #356: deadlock when listening tcp. - Fix unbound-dnstap-socket to not use log routine from interrupt handler and not print so frequently when invoked in sequence. - Fix on windows to ignore connection failure on UDP, unless verbose. - make depend. - Fix #371: unbound-control timeout when Unbound is not running. - Fix to squelch permission denied and other errors from remote host, they are logged at higher verbosity but not on low verbosity. - Merge PR #335 from fobser: Sprinkle in some static to prevent missing prototype warnings. - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void is a GNU extension. - Fix missing prototypes in the code. - Fix error cases when udp-connect is set and send() returns an error (modified patch from Xin Li @delphij). - For #376: Fix that comm point event is not double removed or double added to event map. - iana portlist updated. - Fix #385: autoconf 2.70 impacts unbound build - Fix #379: zone loading over HTTP appears to have buffer issues. - Merge PR #395 from mptre: add missing null check. - Fix #387: client-subnet-always-forward seems to effectively bypass any caching? - For #391: use struct timeval* start_time for callback information. - For #391: fix indentation. - For #391: more double casts in python start time calculation. - Add comment documentation. - Fix clang analysis warning. - Fix so local zone types always_nodata and always_deny can be used from the config file. - Merge #399 from xiangbao227: The lock of lruhash table should unlocked after markdel entry. - Fix for #93: dynlibmodule link fix for Windows. - Fix for #93: dynlibmodule import library is named libunbound.dll.a. - Merge #402 from fobser: Implement IPv4-Embedded addresses according to RFC6052. - Fix #404: DNS query with small edns bufsize fail. - Fix declaration before statement and signed comparison warning in dns64. - Fix TTL of SOA record for negative answers (localzone and authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM. - Fix compile of unbound-dnstap-socket without dnstap installed. - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor static data. - Ignore cache blacklisting when trying to reply with expired data from cache (#394). - Merge PR #408 from fobser: Prevent a few more yacc clashes. - Annotate that we ignore the return value of if_indextoname. - Fix to use correct type for label count in rpz routine. - Fix empty clause warning in config_file nsid parse. - Fix to use correct type for label count in ipdnametoaddr rpz routine. - Fix empty clause warning in edns pass for padding. - Fix for doxygen 1.8.20 compatibility. - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411. - Fix dynlibmod link on rhel8 for -ldl inclusion. - Fix windows dependency on libssp.dll because of default stack protector in mingw. - Fix indentation of root anchor for use by windows install script. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/unbound/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612859537163600 Content-Disposition: inline Content-Length: 1729 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.80 pkgsrc/net/unbound/Makefile:1.81 --- pkgsrc/net/unbound/Makefile:1.80 Fri Dec 4 15:03:12 2020 +++ pkgsrc/net/unbound/Makefile Tue Feb 9 08:32:17 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2020/12/04 15:03:12 he Exp $ +# $NetBSD: Makefile,v 1.81 2021/02/09 08:32:17 he Exp $ -DISTNAME= unbound-1.13.0 +DISTNAME= unbound-1.13.1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/ Index: pkgsrc/net/unbound/distinfo diff -u pkgsrc/net/unbound/distinfo:1.61 pkgsrc/net/unbound/distinfo:1.62 --- pkgsrc/net/unbound/distinfo:1.61 Fri Dec 4 15:03:12 2020 +++ pkgsrc/net/unbound/distinfo Tue Feb 9 08:32:17 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.61 2020/12/04 15:03:12 he Exp $ +$NetBSD: distinfo,v 1.62 2021/02/09 08:32:17 he Exp $ -SHA1 (unbound-1.13.0.tar.gz) = f38a10b1f302cb41787c68d98e9b89f0e7dce613 -RMD160 (unbound-1.13.0.tar.gz) = cd40f23f7bbf084e97134d134a1a56c448eea50c -SHA512 (unbound-1.13.0.tar.gz) = d4f3c5a7df5d46f8b1ee32b61e68bdc0d63030820d236ecc51bc3ac356d15248acb9a5e0b6009e1936b03b751e8dd05a071a95ab239fdbbbb308442a59642ad5 -Size (unbound-1.13.0.tar.gz) = 5950063 bytes +SHA1 (unbound-1.13.1.tar.gz) = 561522b06943f6d1c33bd78132db1f7020fc4fd1 +RMD160 (unbound-1.13.1.tar.gz) = b6877d52a1de3407b59a004716736e1847f555a1 +SHA512 (unbound-1.13.1.tar.gz) = f4d26dca28dbcc33a5e65a55147fa01077c331292e88b6a87798cb6c3d4edb0515015d131fd893c92b74d22d9998a640f0adce404e6192d61ebe69a6a599287c +Size (unbound-1.13.1.tar.gz) = 5976957 bytes SHA1 (patch-configure) = a949bdb26b37950c0301946af4521c9d0e984cf9 SHA1 (patch-services_listen__dnsport.c) = 11c5b3af93f07da5e1375babea91725055baa08a --_----------=_1612859537163600--