git: 07211680a50b - 2025Q4 - dns/bind918: Update to 9.18.43

From: Mathieu Arnold <mat_at_FreeBSD.org>
Date: Wed, 17 Dec 2025 17:00:35 UTC
The branch 2025Q4 has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07211680a50bcf6712e8a171f55f6476d99e4020

commit 07211680a50bcf6712e8a171f55f6476d99e4020
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2025-12-17 15:13:03 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2025-12-17 16:12:07 +0000

    dns/bind918: Update to 9.18.43
    
    Changes:        https://downloads.isc.org/isc/bind9/9.18.43/doc/arm/html/notes.html#notes-for-bind-9-18-43
    (cherry picked from commit 07295830f986fb71b43fd63cdad10e82489b0e2e)
---
 dns/bind918/Makefile                               |  8 +++-----
 dns/bind918/distinfo                               |  6 +++---
 dns/bind918/files/extrapatch-bind-min-override-ttl | 16 ++++++++--------
 dns/bind918/pkg-plist                              | 14 +++++++-------
 4 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index 76a9b4631261..c9a62942fe4d 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.42
+DISTVERSION=	9.18.43
 CATEGORIES=	dns net
 MASTER_SITES=	ISC/bind9/${DISTVERSION}
 PKGNAMESUFFIX=	918
@@ -10,10 +10,8 @@ MAINTAINER=	mat@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 WWW=		https://www.isc.org/bind/
 
-# Uncomment when bind920 comes of age. +3 years if ESV, +1year otherwise, see
-# https://kb.isc.org/docs/aa-00896
-# DEPRECATED=	End of life, please migrate to a newer version of BIND9
-# EXPIRATION_DATE=	2026-06-30
+DEPRECATED=	End of life, please migrate to a newer version of BIND9
+EXPIRATION_DATE=	2026-06-30
 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/dns/bind918/distinfo b/dns/bind918/distinfo
index 596e7e7aa732..2dc7358ddb1b 100644
--- a/dns/bind918/distinfo
+++ b/dns/bind918/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763564561
-SHA256 (bind-9.18.42.tar.xz) = 4b738b72b8e3af677ced3550d14a63735f0dce3b415f96c54b982e6374063570
-SIZE (bind-9.18.42.tar.xz) = 5423412
+TIMESTAMP = 1765983330
+SHA256 (bind-9.18.43.tar.xz) = a8bda1d40a55f5c036de9b966e2bd49d7535a543fbb1a77e863dffefb9ab0a10
+SIZE (bind-9.18.43.tar.xz) = 5424860
diff --git a/dns/bind918/files/extrapatch-bind-min-override-ttl b/dns/bind918/files/extrapatch-bind-min-override-ttl
index 708033c53bf9..c87f058ca92f 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-10-18 10:21:02 UTC
+--- bin/named/config.c.orig	2025-12-11 13:32:57 UTC
 +++ bin/named/config.c
 @@ -186,6 +186,7 @@ options {\n\
  	notify-source *;\n\
@@ -10,9 +10,9 @@ Add the override-cache-ttl feature.
  	parental-source *;\n\
  	parental-source-v6 *;\n\
  	provide-ixfr true;\n\
---- bin/named/server.c.orig	2025-10-18 10:21:02 UTC
+--- bin/named/server.c.orig	2025-12-11 13:32:57 UTC
 +++ bin/named/server.c
-@@ -4756,6 +4756,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -4749,6 +4749,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
  
  	obj = NULL;
@@ -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	2025-10-18 10:21:03 UTC
+--- doc/arm/reference.rst.orig	2025-12-11 13:32:57 UTC
 +++ doc/arm/reference.rst
 @@ -4394,6 +4394,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	2025-10-18 10:21:03 UTC
+--- lib/dns/include/dns/view.h.orig	2025-12-11 13:32:57 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-10-18 10:21:03 UTC
+--- lib/dns/resolver.c.orig	2025-12-11 13:32:58 UTC
 +++ lib/dns/resolver.c
 @@ -6445,6 +6445,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
  		}
@@ -62,9 +62,9 @@ Add the override-cache-ttl feature.
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2025-10-18 10:21:03 UTC
+--- lib/isccfg/namedconf.c.orig	2025-12-11 13:32:58 UTC
 +++ lib/isccfg/namedconf.c
-@@ -2106,6 +2106,7 @@ static cfg_clausedef_t view_clauses[] = {
+@@ -2098,6 +2098,7 @@ static cfg_clausedef_t view_clauses[] = {
  #endif /* ifdef HAVE_LMDB */
  	{ "max-acache-size", NULL, CFG_CLAUSEFLAG_ANCIENT },
  	{ "max-cache-size", &cfg_type_sizeorpercent, 0 },
diff --git a/dns/bind918/pkg-plist b/dns/bind918/pkg-plist
index c791c3805e0b..3d818635a375 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.42.so
+lib/libbind9-9.18.43.so
 lib/libdns.so
-lib/libdns-9.18.42.so
+lib/libdns-9.18.43.so
 lib/libirs.so
-lib/libirs-9.18.42.so
+lib/libirs-9.18.43.so
 lib/libisc.so
-lib/libisc-9.18.42.so
+lib/libisc-9.18.43.so
 lib/libisccc.so
-lib/libisccc-9.18.42.so
+lib/libisccc-9.18.43.so
 lib/libisccfg.so
-lib/libisccfg-9.18.42.so
+lib/libisccfg-9.18.43.so
 lib/libns.so
-lib/libns-9.18.42.so
+lib/libns-9.18.43.so
 @comment share/man/man1/arpaname.1.gz
 @comment share/man/man1/delv.1.gz
 @comment share/man/man1/dig.1.gz