Date: Sat, 28 Feb 2026 19:42:52 +0000 From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 073679605a84 - main - dns/bind920: update to 9.20.20 Message-ID: <69a3453c.1e717.2435feab@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=073679605a848ca466376c3955a560072a47be32 commit 073679605a848ca466376c3955a560072a47be32 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2026-02-28 18:54:01 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2026-02-28 19:37:18 +0000 dns/bind920: update to 9.20.20 Changes: https://downloads.isc.org/isc/bind9/9.20.20/doc/arm/html/notes.html#notes-for-bind-9-20-20 --- dns/bind-tools/pkg-plist | 10 +++++----- dns/bind920/Makefile | 2 +- dns/bind920/distinfo | 6 +++--- dns/bind920/files/extrapatch-bind-min-override-ttl | 14 +++++++------- dns/bind920/pkg-plist | 10 +++++----- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist index 2e6c606d33eb..7e3c1cbb4eea 100644 --- a/dns/bind-tools/pkg-plist +++ b/dns/bind-tools/pkg-plist @@ -19,15 +19,15 @@ bin/nsec3hash bin/nslookup bin/nsupdate lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.20.19.so +lib/bind-tools/libdns-9.20.20.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.20.19.so +lib/bind-tools/libisc-9.20.20.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.20.19.so +lib/bind-tools/libisccc-9.20.20.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.20.19.so +lib/bind-tools/libisccfg-9.20.20.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.20.19.so +lib/bind-tools/libns-9.20.20.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind920/Makefile b/dns/bind920/Makefile index 1125ae64e389..0af0a4f07293 100644 --- a/dns/bind920/Makefile +++ b/dns/bind920/Makefile @@ -1,7 +1,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.20.19 +DISTVERSION= 9.20.20 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 diff --git a/dns/bind920/distinfo b/dns/bind920/distinfo index 239bb65ee7ca..33faae857e89 100644 --- a/dns/bind920/distinfo +++ b/dns/bind920/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771422483 -SHA256 (bind-9.20.19.tar.xz) = 42aea9a07497ce99d6b896c4a4859c966dd74da0fefb47426f21a22b111a44b5 -SIZE (bind-9.20.19.tar.xz) = 5784080 +TIMESTAMP = 1772304231 +SHA256 (bind-9.20.20.tar.xz) = 19b8335d25305231d5eb8f7d924240d1ac97c4da7c93eaa6273503133aa6106a +SIZE (bind-9.20.20.tar.xz) = 5802548 diff --git a/dns/bind920/files/extrapatch-bind-min-override-ttl b/dns/bind920/files/extrapatch-bind-min-override-ttl index ef27061bb954..c29e8e7002e5 100644 --- a/dns/bind920/files/extrapatch-bind-min-override-ttl +++ b/dns/bind920/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2026-01-09 13:39:27 UTC +--- bin/named/config.c.orig 2026-02-26 21:18:34 UTC +++ bin/named/config.c @@ -185,6 +185,7 @@ options {\n\ notify-source *;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2026-01-09 13:39:27 UTC +--- bin/named/server.c.orig 2026-02-26 21:18:34 UTC +++ bin/named/server.c @@ -4673,6 +4673,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- doc/arm/reference.rst.orig 2026-01-09 13:39:28 UTC +--- doc/arm/reference.rst.orig 2026-02-26 21:18:34 UTC +++ doc/arm/reference.rst @@ -4385,6 +4385,10 @@ Tuning cannot exceed 7 days and is silently truncated to 7 days if set to a @@ -37,7 +37,7 @@ Add the override-cache-ttl feature. .. namedconf:statement:: max-cache-ttl :tags: server :short: Specifies the maximum time (in seconds) that the server caches ordinary (positive) answers. ---- lib/dns/include/dns/view.h.orig 2026-01-09 13:39:28 UTC +--- lib/dns/include/dns/view.h.orig 2026-02-26 21:18:34 UTC +++ lib/dns/include/dns/view.h @@ -151,6 +151,7 @@ struct dns_view { bool requestnsid; @@ -47,9 +47,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2026-01-09 13:39:28 UTC +--- lib/dns/resolver.c.orig 2026-02-26 21:18:34 UTC +++ lib/dns/resolver.c -@@ -6068,6 +6068,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6099,6 +6099,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -62,7 +62,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2026-01-09 13:39:28 UTC +--- lib/isccfg/namedconf.c.orig 2026-02-26 21:18:34 UTC +++ lib/isccfg/namedconf.c @@ -2240,6 +2240,7 @@ static cfg_clausedef_t view_clauses[] = { { "nta-lifetime", &cfg_type_duration, 0 }, diff --git a/dns/bind920/pkg-plist b/dns/bind920/pkg-plist index 85ee06c5de13..75c35a0acb64 100644 --- a/dns/bind920/pkg-plist +++ b/dns/bind920/pkg-plist @@ -242,15 +242,15 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns-9.20.19.so +lib/libdns-9.20.20.so lib/libdns.so -lib/libisc-9.20.19.so +lib/libisc-9.20.20.so lib/libisc.so -lib/libisccc-9.20.19.so +lib/libisccc-9.20.20.so lib/libisccc.so -lib/libisccfg-9.20.19.so +lib/libisccfg-9.20.20.so lib/libisccfg.so -lib/libns-9.20.19.so +lib/libns-9.20.20.so lib/libns.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a3453c.1e717.2435feab>
