Date: Tue, 23 Jul 2024 18:14:16 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: 0669509e476d - 2024Q3 - dns/bind918: update to 9.18.28 Message-ID: <202407231814.46NIEGhX014501@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=0669509e476dabd6f4dc0951835eaf5395fd2250 commit 0669509e476dabd6f4dc0951835eaf5395fd2250 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-07-23 18:08:55 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-07-23 18:12:55 +0000 dns/bind918: update to 9.18.28 MFH: 2024Q3 Security: CVE-2024-0760, CVE-2024-1737, CVE-2024-1975, CVE-2024-4076 (cherry picked from commit 067220651a815c1da73619fc49560f126a780685) --- dns/bind-tools/pkg-plist | 14 +++++++------- dns/bind918/Makefile | 6 +++--- dns/bind918/distinfo | 6 +++--- dns/bind918/files/extrapatch-bind-min-override-ttl | 16 ++++++++-------- 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 e52b15a2013f..ba479217655b 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.27.so +lib/bind-tools/libbind9-9.18.28.so lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.18.27.so +lib/bind-tools/libdns-9.18.28.so lib/bind-tools/libirs.so -lib/bind-tools/libirs-9.18.27.so +lib/bind-tools/libirs-9.18.28.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.18.27.so +lib/bind-tools/libisc-9.18.28.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.18.27.so +lib/bind-tools/libisccc-9.18.28.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.18.27.so +lib/bind-tools/libisccfg-9.18.28.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.18.27.so +lib/bind-tools/libns-9.18.28.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 ae5040d95a5c..68543abc0283 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -1,13 +1,13 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.18.27 +DISTVERSION= 9.18.28 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 0 .else # dns/bind918 here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} diff --git a/dns/bind918/distinfo b/dns/bind918/distinfo index edb54efdb509..ea9154a70915 100644 --- a/dns/bind918/distinfo +++ b/dns/bind918/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715885469 -SHA256 (bind-9.18.27.tar.xz) = ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1 -SIZE (bind-9.18.27.tar.xz) = 5524000 +TIMESTAMP = 1721754794 +SHA256 (bind-9.18.28.tar.xz) = e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7 +SIZE (bind-9.18.28.tar.xz) = 5533340 diff --git a/dns/bind918/files/extrapatch-bind-min-override-ttl b/dns/bind918/files/extrapatch-bind-min-override-ttl index ccdd0e4de815..5f936ba933c1 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 2024-04-03 09:39:01 UTC +--- bin/named/config.c.orig 2024-07-08 15:20:32 UTC +++ bin/named/config.c @@ -184,6 +184,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 2024-04-03 09:39:01 UTC +--- bin/named/server.c.orig 2024-07-08 15:20:32 UTC +++ bin/named/server.c @@ -4574,6 +4574,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 2024-04-03 09:39:01 UTC +--- doc/arm/reference.rst.orig 2024-07-08 15:20:32 UTC +++ doc/arm/reference.rst -@@ -4338,6 +4338,10 @@ Tuning +@@ -4386,6 +4386,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-04-03 09:39:01 UTC +--- lib/dns/include/dns/view.h.orig 2024-07-08 15:20:32 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-04-03 09:39:01 UTC +--- lib/dns/resolver.c.orig 2024-07-08 15:20:32 UTC +++ lib/dns/resolver.c -@@ -6252,6 +6252,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6258,6 +6258,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-04-03 09:39:01 UTC +--- lib/isccfg/namedconf.c.orig 2024-07-08 15:20:32 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 7c461391dea3..1fe9c0a56ea5 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.27.so +lib/libbind9-9.18.28.so lib/libdns.so -lib/libdns-9.18.27.so +lib/libdns-9.18.28.so lib/libirs.so -lib/libirs-9.18.27.so +lib/libirs-9.18.28.so lib/libisc.so -lib/libisc-9.18.27.so +lib/libisc-9.18.28.so lib/libisccc.so -lib/libisccc-9.18.27.so +lib/libisccc-9.18.28.so lib/libisccfg.so -lib/libisccfg-9.18.27.so +lib/libisccfg-9.18.28.so lib/libns.so -lib/libns-9.18.27.so +lib/libns-9.18.28.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?202407231814.46NIEGhX014501>