Date: Sat, 28 Feb 2026 19:42:53 +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: 07367970f5f6 - main - dns/bind9-devel: update to 9.21.19 Message-ID: <69a3453d.1e71b.4a70903a@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=07367970f5f6597e905e012222ed045b26acb9bd commit 07367970f5f6597e905e012222ed045b26acb9bd Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2026-02-28 18:54:50 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2026-02-28 19:37:23 +0000 dns/bind9-devel: update to 9.21.19 Changes: https://downloads.isc.org/isc/bind9/9.21.19/doc/arm/html/notes.html#notes-for-bind-9-21-19 --- dns/bind-tools/pkg-plist-devel | 10 +++++----- dns/bind9-devel/Makefile | 2 +- dns/bind9-devel/distinfo | 6 +++--- dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 16 ++++++++-------- dns/bind9-devel/pkg-plist | 10 +++++----- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 0c990b5efe0e..0ef0a97af521 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -18,11 +18,11 @@ bin/named-rrchecker bin/nsec3hash bin/nslookup bin/nsupdate -lib/bind-tools/libdns-9.21.18.so -lib/bind-tools/libisc-9.21.18.so -lib/bind-tools/libisccc-9.21.18.so -lib/bind-tools/libisccfg-9.21.18.so -lib/bind-tools/libns-9.21.18.so +lib/bind-tools/libdns-9.21.19.so +lib/bind-tools/libisc-9.21.19.so +lib/bind-tools/libisccc-9.21.19.so +lib/bind-tools/libisccfg-9.21.19.so +lib/bind-tools/libns-9.21.19.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 6d2adc4635a9..360b707fb3c8 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -1,7 +1,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.21.18 +DISTVERSION= 9.21.19 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 9bd58da4c688..3e823806d386 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771422654 -SHA256 (bind-9.21.18.tar.xz) = b2a5f01ed7fedcb84b9df4ae78208ed51ceed1733f37fb9ea649026ec83d9f59 -SIZE (bind-9.21.18.tar.xz) = 5300880 +TIMESTAMP = 1772304413 +SHA256 (bind-9.21.19.tar.xz) = dcc94c5f5baf1214fee11c578bf37edf314e7761d3bff5ed5f4b439d56dd56dc +SIZE (bind-9.21.19.tar.xz) = 5320236 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 40a865794e38..b2a6b5517238 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/include/defaultconfig.h.orig 2026-02-04 14:54:40 UTC +--- bin/include/defaultconfig.h.orig 2026-02-26 20:52:53 UTC +++ bin/include/defaultconfig.h @@ -159,6 +159,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-02-04 14:54:40 UTC +--- bin/named/server.c.orig 2026-02-26 20:52:53 UTC +++ bin/named/server.c @@ -4081,6 +4081,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-02-04 14:54:40 UTC +--- doc/arm/reference.rst.orig 2026-02-26 20:52:53 UTC +++ doc/arm/reference.rst @@ -4188,6 +4188,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. ---- doc/misc/options.orig 2026-02-04 14:54:40 UTC +--- doc/misc/options.orig 2026-02-26 20:52:53 UTC +++ doc/misc/options @@ -171,6 +171,7 @@ options { masterfile-style ( full | relative ); @@ -47,7 +47,7 @@ Add the override-cache-ttl feature. max-cache-ttl <duration>; max-clients-per-query <integer>; max-ixfr-ratio ( unlimited | <percentage> ); ---- lib/dns/include/dns/view.h.orig 2026-02-04 14:54:40 UTC +--- lib/dns/include/dns/view.h.orig 2026-02-26 20:52:53 UTC +++ lib/dns/include/dns/view.h @@ -155,6 +155,7 @@ struct dns_view { bool requestzoneversion; @@ -57,9 +57,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-02-04 14:54:40 UTC +--- lib/dns/resolver.c.orig 2026-02-26 20:52:53 UTC +++ lib/dns/resolver.c -@@ -5990,6 +5990,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, +@@ -5979,6 +5979,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, fixttls(dns_view_t *view, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) { /* @@ -72,7 +72,7 @@ Add the override-cache-ttl feature. * Enforce the configured maximum and minimum cache TTL. */ if (rdataset->ttl > view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2026-02-04 14:54:40 UTC +--- lib/isccfg/namedconf.c.orig 2026-02-26 20:52:53 UTC +++ lib/isccfg/namedconf.c @@ -2422,6 +2422,7 @@ static cfg_clausedef_t view_clauses[] = { { "nta-lifetime", &cfg_type_duration, 0, NULL }, diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 0600720130af..7f0c24456f90 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -240,11 +240,11 @@ include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/bind/synthrecord.so -lib/libdns-9.21.18.so -lib/libisc-9.21.18.so -lib/libisccc-9.21.18.so -lib/libisccfg-9.21.18.so -lib/libns-9.21.18.so +lib/libdns-9.21.19.so +lib/libisc-9.21.19.so +lib/libisccc-9.21.19.so +lib/libisccfg-9.21.19.so +lib/libns-9.21.19.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz @comment share/man/man1/dig.1.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a3453d.1e71b.4a70903a>
