Date: Wed, 22 Oct 2025 15:21:22 GMT 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: 07226300fecf - main - dns/bind920: update to 9.20.15 Message-ID: <202510221521.59MFLMj9078503@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=07226300fecfc19a8c207eaf8cb92dd1550fc113 commit 07226300fecfc19a8c207eaf8cb92dd1550fc113 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2025-10-22 14:20:19 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2025-10-22 15:19:14 +0000 dns/bind920: update to 9.20.15 Update probable EOL according to ISC website Changes: https://downloads.isc.org/isc/bind9/9.20.15/doc/arm/html/notes.html --- dns/bind-tools/pkg-plist | 10 +++++----- dns/bind920/Makefile | 4 ++-- dns/bind920/distinfo | 6 +++--- dns/bind920/files/extrapatch-bind-min-override-ttl | 16 ++++++++-------- dns/bind920/pkg-plist | 11 +++++------ 5 files changed, 23 insertions(+), 24 deletions(-) diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist index c8a657e19e91..6e908780db4c 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.13.so +lib/bind-tools/libdns-9.20.15.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.20.13.so +lib/bind-tools/libisc-9.20.15.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.20.13.so +lib/bind-tools/libisccc-9.20.15.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.20.13.so +lib/bind-tools/libisccfg-9.20.15.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.20.13.so +lib/bind-tools/libns-9.20.15.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 76f623019bad..97adf6eabcdb 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.13 +DISTVERSION= 9.20.15 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 @@ -29,7 +29,7 @@ WWW= https://www.isc.org/bind/ # Uncomment when bind922 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= XXX-12-31 +# EXPIRATION_DATE= 2028-06-30 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/dns/bind920/distinfo b/dns/bind920/distinfo index 430bb7b803c1..f436430e7d8c 100644 --- a/dns/bind920/distinfo +++ b/dns/bind920/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757529705 -SHA256 (bind-9.20.13.tar.xz) = 151f9376ead317e646a5d0c9f01c060386d891118d7437a7f829bb9727c7b34c -SIZE (bind-9.20.13.tar.xz) = 5762540 +TIMESTAMP = 1761141978 +SHA256 (bind-9.20.15.tar.xz) = d62b38fae48ba83fca6181112d0c71018d8b0f2ce285dc79dc6a0367722ccabb +SIZE (bind-9.20.15.tar.xz) = 5765964 diff --git a/dns/bind920/files/extrapatch-bind-min-override-ttl b/dns/bind920/files/extrapatch-bind-min-override-ttl index c8c8fd0d7f1f..7543f730b984 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 2025-09-04 16:14:02 UTC +--- bin/named/config.c.orig 2025-10-18 10:16:12 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 2025-09-04 16:14:02 UTC +--- bin/named/server.c.orig 2025-10-18 10:16:12 UTC +++ bin/named/server.c @@ -4698,6 +4698,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-09-04 16:14:03 UTC +--- doc/arm/reference.rst.orig 2025-10-18 10:16:12 UTC +++ doc/arm/reference.rst -@@ -4383,6 +4383,10 @@ Tuning +@@ -4385,6 +4385,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-09-04 16:14:03 UTC +--- lib/dns/include/dns/view.h.orig 2025-10-18 10:16:12 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 2025-09-04 16:14:03 UTC +--- lib/dns/resolver.c.orig 2025-10-18 10:16:12 UTC +++ lib/dns/resolver.c -@@ -5985,6 +5985,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -5986,6 +5986,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-09-04 16:14:03 UTC +--- lib/isccfg/namedconf.c.orig 2025-10-18 10:16:12 UTC +++ lib/isccfg/namedconf.c @@ -2222,6 +2222,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind920/pkg-plist b/dns/bind920/pkg-plist index ac17cb88178d..9881543e7d91 100644 --- a/dns/bind920/pkg-plist +++ b/dns/bind920/pkg-plist @@ -130,7 +130,6 @@ include/isc/crc64.h include/isc/dir.h include/isc/dnsstream.h include/isc/endian.h -include/isc/entropy.h include/isc/errno.h include/isc/error.h include/isc/file.h @@ -243,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.13.so +lib/libdns-9.20.15.so lib/libdns.so -lib/libisc-9.20.13.so +lib/libisc-9.20.15.so lib/libisc.so -lib/libisccc-9.20.13.so +lib/libisccc-9.20.15.so lib/libisccc.so -lib/libisccfg-9.20.13.so +lib/libisccfg-9.20.15.so lib/libisccfg.so -lib/libns-9.20.13.so +lib/libns-9.20.15.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?202510221521.59MFLMj9078503>
