Date: Thu, 22 Aug 2024 19:00:13 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 0669713525f2 - 2024Q3 - dns/bind9-devel: Update to 9.21.0 Message-ID: <202408221900.47MJ0DpY073281@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0669713525f2bfbc22f96b6a93f52d7f3a8cf3b9 commit 0669713525f2bfbc22f96b6a93f52d7f3a8cf3b9 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-08-22 18:55:14 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-08-22 19:00:03 +0000 dns/bind9-devel: Update to 9.21.0 Changes: https://downloads.isc.org/isc/bind9/9.21.0/doc/arm/html/notes.html#notes-for-bind-9-21-0 (cherry picked from commit 067485934ecd2ec4e3cd794182a0a74cdd5e069f) --- dns/bind-tools/pkg-plist-devel | 10 +++++----- dns/bind9-devel/Makefile | 6 +++--- dns/bind9-devel/distinfo | 6 +++--- .../files/extrapatch-bind-min-override-ttl | 22 +++++++++++----------- dns/bind9-devel/pkg-plist | 12 ++++++------ 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 97364a9ada9b..d78c6916f289 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -18,15 +18,15 @@ bin/named-rrchecker bin/nsec3hash bin/nslookup bin/nsupdate -lib/bind-tools/libdns-9.19.24.so +lib/bind-tools/libdns-9.21.0.so lib/bind-tools/libdns.so -lib/bind-tools/libisc-9.19.24.so +lib/bind-tools/libisc-9.21.0.so lib/bind-tools/libisc.so -lib/bind-tools/libisccc-9.19.24.so +lib/bind-tools/libisccc-9.21.0.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccfg-9.19.24.so +lib/bind-tools/libisccfg-9.21.0.so lib/bind-tools/libisccfg.so -lib/bind-tools/libns-9.19.24.so +lib/bind-tools/libns-9.21.0.so lib/bind-tools/libns.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b6129b29c2c5..796ebfb360f4 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -1,14 +1,14 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.19.24 +DISTVERSION= 9.21.0 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 41c5231ca84b..1f1eb134cb89 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715967036 -SHA256 (bind-9.19.24.tar.xz) = d00eeece9134407a91add4ca768ab534fda857ed94803cea29c26df93032269c -SIZE (bind-9.19.24.tar.xz) = 5744796 +TIMESTAMP = 1724255554 +SHA256 (bind-9.21.0.tar.xz) = b4c91c0e6767b62139e818e29b3bb4b9704bc14a868b25bf8491deea0254df96 +SIZE (bind-9.21.0.tar.xz) = 5777380 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index ab6ddafc62ee..9586075aff6b 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2024-05-03 07:23:29 UTC +--- bin/named/config.c.orig 2024-08-13 14:33:00 UTC +++ bin/named/config.c -@@ -179,6 +179,7 @@ options {\n\ +@@ -181,6 +181,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\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 2024-05-03 07:23:29 UTC +--- bin/named/server.c.orig 2024-08-13 14:33:00 UTC +++ bin/named/server.c -@@ -4478,6 +4478,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4609,6 +4609,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -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 2024-05-03 07:23:29 UTC +--- doc/arm/reference.rst.orig 2024-08-13 14:33:01 UTC +++ doc/arm/reference.rst -@@ -4264,6 +4264,10 @@ Tuning +@@ -4342,6 +4342,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 2024-05-03 07:23:29 UTC +--- lib/dns/include/dns/view.h.orig 2024-08-13 14:33:01 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 2024-05-03 07:23:29 UTC +--- lib/dns/resolver.c.orig 2024-08-13 14:33:01 UTC +++ lib/dns/resolver.c -@@ -5850,6 +5850,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -5906,6 +5906,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 2024-05-03 07:23:29 UTC +--- lib/isccfg/namedconf.c.orig 2024-08-13 14:33:01 UTC +++ lib/isccfg/namedconf.c -@@ -2145,6 +2145,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2148,6 +2148,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/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index b4fc3d1d90e6..45e8b41ef555 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -123,7 +123,6 @@ include/isc/buffer.h include/isc/commandline.h include/isc/condition.h include/isc/counter.h -include/isc/crc64.h include/isc/dir.h include/isc/dnsstream.h include/isc/endian.h @@ -170,6 +169,7 @@ include/isc/parseint.h include/isc/pause.h include/isc/portset.h include/isc/proxy2.h +include/isc/queue.h include/isc/quota.h include/isc/radix.h include/isc/random.h @@ -238,15 +238,15 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns-9.19.24.so +lib/libdns-9.21.0.so lib/libdns.so -lib/libisc-9.19.24.so +lib/libisc-9.21.0.so lib/libisc.so -lib/libisccc-9.19.24.so +lib/libisccc-9.21.0.so lib/libisccc.so -lib/libisccfg-9.19.24.so +lib/libisccfg-9.21.0.so lib/libisccfg.so -lib/libns-9.19.24.so +lib/libns-9.21.0.so lib/libns.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408221900.47MJ0DpY073281>