git: 0739233021dc - main - dns/bind918: update to 9.18.47

From: Mathieu Arnold <mat_at_FreeBSD.org>
Date: Wed, 25 Mar 2026 15:46:21 UTC
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0739233021dc1ffa98d21ec3020cfb17231283fa

commit 0739233021dc1ffa98d21ec3020cfb17231283fa
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2026-03-25 14:18:20 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2026-03-25 15:45:04 +0000

    dns/bind918: update to 9.18.47
    
    Changes:        https://downloads.isc.org/isc/bind9/9.18.47/doc/arm/html/notes.html#notes-for-bind-9-18-47
    Security:       CVE-2026-1519
---
 dns/bind918/Makefile                               |  2 +-
 dns/bind918/distinfo                               |  6 +++---
 dns/bind918/files/extrapatch-bind-min-override-ttl | 14 +++++++-------
 dns/bind918/pkg-plist                              | 14 +++++++-------
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index 870344a82bd3..ca50b7a40ea0 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -1,7 +1,7 @@
 # pkg-help formatted with fmt 59 63
 
 PORTNAME=	bind
-DISTVERSION=	9.18.46
+DISTVERSION=	9.18.47
 CATEGORIES=	dns net
 MASTER_SITES=	ISC/bind9/${DISTVERSION}
 PKGNAMESUFFIX=	918
diff --git a/dns/bind918/distinfo b/dns/bind918/distinfo
index ee6d6a010d72..ad4942918736 100644
--- a/dns/bind918/distinfo
+++ b/dns/bind918/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1772304148
-SHA256 (bind-9.18.46.tar.xz) = 6b59f0de30c6901cce783007d06f7dd717ec3aa74b5bb5cc5159f93f0be4fc1d
-SIZE (bind-9.18.46.tar.xz) = 5447520
+TIMESTAMP = 1774447782
+SHA256 (bind-9.18.47.tar.xz) = 9d544ba013decd1ee60e3c99d5548dd21aaaf5db96205dfc8623f39f061f14be
+SIZE (bind-9.18.47.tar.xz) = 5448920
diff --git a/dns/bind918/files/extrapatch-bind-min-override-ttl b/dns/bind918/files/extrapatch-bind-min-override-ttl
index c87f058ca92f..045f209b3319 100644
--- a/dns/bind918/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind918/files/extrapatch-bind-min-override-ttl
@@ -1,6 +1,6 @@
 Add the override-cache-ttl feature.
 
---- bin/named/config.c.orig	2025-12-11 13:32:57 UTC
+--- bin/named/config.c.orig	2026-03-13 21:59:39 UTC
 +++ bin/named/config.c
 @@ -186,6 +186,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	2025-12-11 13:32:57 UTC
+--- bin/named/server.c.orig	2026-03-13 21:59:39 UTC
 +++ bin/named/server.c
 @@ -4749,6 +4749,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
@@ -24,9 +24,9 @@ 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	2025-12-11 13:32:57 UTC
+--- doc/arm/reference.rst.orig	2026-03-13 21:59:39 UTC
 +++ doc/arm/reference.rst
-@@ -4394,6 +4394,10 @@ Tuning
+@@ -4405,6 +4405,10 @@ Tuning
     cannot exceed 7 days and is silently truncated to 7 days if set to a
     greater value.
  
@@ -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	2025-12-11 13:32:57 UTC
+--- lib/dns/include/dns/view.h.orig	2026-03-13 21:59:39 UTC
 +++ lib/dns/include/dns/view.h
 @@ -157,6 +157,7 @@ struct dns_view {
  	bool		      requestnsid;
@@ -47,7 +47,7 @@ Add the override-cache-ttl feature.
  	dns_ttl_t	      maxncachettl;
  	dns_ttl_t	      mincachettl;
  	dns_ttl_t	      minncachettl;
---- lib/dns/resolver.c.orig	2025-12-11 13:32:58 UTC
+--- lib/dns/resolver.c.orig	2026-03-13 21:59:39 UTC
 +++ lib/dns/resolver.c
 @@ -6445,6 +6445,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	2025-12-11 13:32:58 UTC
+--- lib/isccfg/namedconf.c.orig	2026-03-13 21:59:39 UTC
 +++ lib/isccfg/namedconf.c
 @@ -2098,6 +2098,7 @@ static cfg_clausedef_t view_clauses[] = {
  #endif /* ifdef HAVE_LMDB */
diff --git a/dns/bind918/pkg-plist b/dns/bind918/pkg-plist
index 9a384c181fab..03e404475912 100644
--- a/dns/bind918/pkg-plist
+++ b/dns/bind918/pkg-plist
@@ -241,19 +241,19 @@ include/ns/xfrout.h
 lib/bind/filter-a.so
 lib/bind/filter-aaaa.so
 lib/libbind9.so
-lib/libbind9-9.18.46.so
+lib/libbind9-9.18.47.so
 lib/libdns.so
-lib/libdns-9.18.46.so
+lib/libdns-9.18.47.so
 lib/libirs.so
-lib/libirs-9.18.46.so
+lib/libirs-9.18.47.so
 lib/libisc.so
-lib/libisc-9.18.46.so
+lib/libisc-9.18.47.so
 lib/libisccc.so
-lib/libisccc-9.18.46.so
+lib/libisccc-9.18.47.so
 lib/libisccfg.so
-lib/libisccfg-9.18.46.so
+lib/libisccfg-9.18.47.so
 lib/libns.so
-lib/libns-9.18.46.so
+lib/libns-9.18.47.so
 @comment share/man/man1/arpaname.1.gz
 @comment share/man/man1/delv.1.gz
 @comment share/man/man1/dig.1.gz