Date: Thu, 22 Aug 2024 19:00:12 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: 0669712780ae - 2024Q3 - dns/bind918: Update to 9.18.29 Message-ID: <202408221900.47MJ0Cix072628@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=0669712780ae0fc356fdba2d9e59fbb4582ffc50 commit 0669712780ae0fc356fdba2d9e59fbb4582ffc50 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-08-22 18:50:38 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-08-22 18:59:38 +0000 dns/bind918: Update to 9.18.29 Changes: https://downloads.isc.org/isc/bind9/9.18.29/doc/arm/html/notes.html#notes-for-bind-9-18-29 (cherry picked from commit 06748574a8b111ef5425c07f573db46d4e622636) --- dns/bind-tools/pkg-plist | 14 +++++++------- dns/bind918/Makefile | 2 +- dns/bind918/distinfo | 6 +++--- dns/bind918/files/extrapatch-bind-min-override-ttl | 20 ++++++++++---------- dns/bind918/pkg-plist | 14 +++++++------- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist index ba479217655b..ba1245ea7e66 100644 --- a/dns/bind-tools/pkg-plist +++ b/dns/bind-tools/pkg-plist @@ -18,19 +18,19 @@ bin/nsec3hash bin/nslookup bin/nsupdate lib/bind-tools/libbind9.so -lib/bind-tools/libbind9-9.18.28.so +lib/bind-tools/libbind9-9.18.29.so lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.18.28.so +lib/bind-tools/libdns-9.18.29.so lib/bind-tools/libirs.so -lib/bind-tools/libirs-9.18.28.so +lib/bind-tools/libirs-9.18.29.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.18.28.so +lib/bind-tools/libisc-9.18.29.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.18.28.so +lib/bind-tools/libisccc-9.18.29.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.18.28.so +lib/bind-tools/libisccfg-9.18.29.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.18.28.so +lib/bind-tools/libns-9.18.29.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 68543abc0283..c077b8e09905 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.28 +DISTVERSION= 9.18.29 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 diff --git a/dns/bind918/distinfo b/dns/bind918/distinfo index ea9154a70915..9596153d94f3 100644 --- a/dns/bind918/distinfo +++ b/dns/bind918/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721754794 -SHA256 (bind-9.18.28.tar.xz) = e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7 -SIZE (bind-9.18.28.tar.xz) = 5533340 +TIMESTAMP = 1724255323 +SHA256 (bind-9.18.29.tar.xz) = c39ce5d09a8cb10108116fa533445de9f7fdfe0063e8d7c4c46ba1fd20d7bf6d +SIZE (bind-9.18.29.tar.xz) = 5562720 diff --git a/dns/bind918/files/extrapatch-bind-min-override-ttl b/dns/bind918/files/extrapatch-bind-min-override-ttl index 5f936ba933c1..47cf2f728e9f 100644 --- a/dns/bind918/files/extrapatch-bind-min-override-ttl +++ b/dns/bind918/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2024-07-08 15:20:32 UTC +--- bin/named/config.c.orig 2024-08-13 14:20:17 UTC +++ bin/named/config.c -@@ -184,6 +184,7 @@ options {\n\ +@@ -185,6 +185,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-07-08 15:20:32 UTC +--- bin/named/server.c.orig 2024-08-13 14:20:17 UTC +++ bin/named/server.c -@@ -4574,6 +4574,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4664,6 +4664,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-07-08 15:20:32 UTC +--- doc/arm/reference.rst.orig 2024-08-13 14:20:18 UTC +++ doc/arm/reference.rst -@@ -4386,6 +4386,10 @@ Tuning +@@ -4388,6 +4388,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-07-08 15:20:32 UTC +--- lib/dns/include/dns/view.h.orig 2024-08-13 14:20:18 UTC +++ lib/dns/include/dns/view.h @@ -157,6 +157,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-07-08 15:20:32 UTC +--- lib/dns/resolver.c.orig 2024-08-13 14:20:18 UTC +++ lib/dns/resolver.c -@@ -6258,6 +6258,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6297,6 +6297,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 2024-07-08 15:20:32 UTC +--- lib/isccfg/namedconf.c.orig 2024-08-13 14:20:18 UTC +++ lib/isccfg/namedconf.c @@ -2100,6 +2100,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind918/pkg-plist b/dns/bind918/pkg-plist index 1fe9c0a56ea5..d046e7961250 100644 --- a/dns/bind918/pkg-plist +++ b/dns/bind918/pkg-plist @@ -240,19 +240,19 @@ include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.18.28.so +lib/libbind9-9.18.29.so lib/libdns.so -lib/libdns-9.18.28.so +lib/libdns-9.18.29.so lib/libirs.so -lib/libirs-9.18.28.so +lib/libirs-9.18.29.so lib/libisc.so -lib/libisc-9.18.28.so +lib/libisc-9.18.29.so lib/libisccc.so -lib/libisccc-9.18.28.so +lib/libisccc-9.18.29.so lib/libisccfg.so -lib/libisccfg-9.18.28.so +lib/libisccfg-9.18.29.so lib/libns.so -lib/libns-9.18.28.so +lib/libns-9.18.29.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz @comment share/man/man1/dig.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408221900.47MJ0Cix072628>