pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unbound unbound: updated to 1.17.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23b46672d2a4
branches:  trunk
changeset: 391697:23b46672d2a4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 12 12:09:18 2023 +0000

description:
unbound: updated to 1.17.1

1.17.1

Features

Expose 'statistics-inhibit-zero' as a configuration option; the default value retains Unbound's behavior.
Expose 'max-sent-count' as a configuration option; the default value retains Unbound's behavior.
Merge 461 from Christian Allred: Add max-query-restarts option. Exposes an internal configuration but the default value retains Unbound's behavior.
Merge 569 from JINMEI Tatuya: add keep-cache option to 'unbound-control reload' to keep caches.

Bug Fixes

Merge 768 from fobser: Arithmetic on a pointer to void is a GNU extension.
In unit test, print python script name list correctly.
testcode/dohclient sets log identity to its name.
Clarify the use of MAX_SENT_COUNT in the iterator code.
Fix that cachedb does not store failures in the external cache.
Merge 767 from jonathangray: consistently use IPv4/IPv6 in unbound.conf.5.
Fix to ignore tcp events for closed comm points.
Fix to make sure to not read again after a tcp comm point is closed.
Fix 775: libunbound: subprocess reap causes parent process reap to hang.
iana portlist update.
Complementary fix for distutils.sysconfig deprecation in Python 3.10 to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.
Fix 779: [doc] Missing documention in ub_resolve_event() for callback parameter was_ratelimited.
Ignore expired error responses.
Merge 720 from jonathangray: fix use after free when WSACreateEvent() fails.
Fix for the ignore of tcp events for closed comm points, preserve the use after free protection features.
Fix 782: Segmentation fault in stats.c:404.
Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
Clear documentation for interactivity between the subnet module and the serve-expired and prefetch configuration options.
Fix 773: When used with systemd-networkd, unbound does not start until systemd-networkd-wait-online.service times out.
Merge 808: Wrap Makefile script's directory variables in quotes.
Fix to wrap Makefile scripts directory in quotes for uninstall.
Fix windows compile for libunbound subprocess reap comm point closes.
Update github workflows to use checkout v3.
Fix wildcard in hyperlocal zone service degradation, reported by Sergey Kacheev.

diffstat:

 net/unbound/Makefile |  6 +++---
 net/unbound/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r d19eb513262b -r 23b46672d2a4 net/unbound/Makefile
--- a/net/unbound/Makefile      Thu Jan 12 11:58:13 2023 +0000
+++ b/net/unbound/Makefile      Thu Jan 12 12:09:18 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2022/10/13 12:09:00 he Exp $
+# $NetBSD: Makefile,v 1.96 2023/01/12 12:09:18 adam Exp $
 
-DISTNAME=      unbound-1.17.0
+DISTNAME=      unbound-1.17.1
 CATEGORIES=    net
 MASTER_SITES=  https://nlnetlabs.nl/downloads/unbound/
 
@@ -37,7 +37,7 @@
 .include "../../security/openssl/buildlink3.mk"
 
 PLIST_VARS+=           sha2 gost
-.if defined(USE_BUILTIN.openssl) && !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
+.if defined(USE_BUILTIN.openssl) && ${USE_BUILTIN.openssl:tl} == yes
 PLIST_VARS.gost!=      \
        if ${PKG_ADMIN} pmatch 'openssl>=1.0.0' ${BUILTIN_PKG.openssl}; then \
                ${ECHO} "yes";                                          \
diff -r d19eb513262b -r 23b46672d2a4 net/unbound/distinfo
--- a/net/unbound/distinfo      Thu Jan 12 11:58:13 2023 +0000
+++ b/net/unbound/distinfo      Thu Jan 12 12:09:18 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2022/10/13 12:09:00 he Exp $
+$NetBSD: distinfo,v 1.74 2023/01/12 12:09:18 adam Exp $
 
-BLAKE2s (unbound-1.17.0.tar.gz) = 95ff1d8c1d72600fbf14c09dca954714dfd1de6ec6da6426aa58ce045ecc7998
-SHA512 (unbound-1.17.0.tar.gz) = f6b9f279330fb19b5feca09524959940aad8c4e064528aa82b369c726d77e9e8e5ca23f366f6e9edcf2c061b96f482ed7a2c26ac70fc15ae5762b3d7e36a5284
-Size (unbound-1.17.0.tar.gz) = 6235060 bytes
+BLAKE2s (unbound-1.17.1.tar.gz) = 90beced69ca314757ad9173bcfa3514e2b98407506134a6b332c5d424b584cb7
+SHA512 (unbound-1.17.1.tar.gz) = 10dd4c3aff77f1c0d19eb3c66956ed6ef1aae19e827d0b3259dc75d9de28dedd41862982a299e67ee07e17fb52058b4beee9d4b1d3bb0a3f633b9ba5b864d168
+Size (unbound-1.17.1.tar.gz) = 6244773 bytes
 SHA1 (patch-configure) = fe43ed9fdcfe12897e30f03833aec631d473529d



Home | Main Index | Thread Index | Old Index