Date: Mon, 25 Jan 2021 17:46:04 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562590 - in branches/2021Q1/dns: bind911 bind916 bind916/files Message-ID: <202101251746.10PHk44d040144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jan 25 17:46:04 2021 New Revision: 562590 URL: https://svnweb.freebsd.org/changeset/ports/562590 Log: MFH: r562295 r562589 Update to 9.11.27 & 9.16.11. Modified: branches/2021Q1/dns/bind911/Makefile branches/2021Q1/dns/bind911/distinfo branches/2021Q1/dns/bind916/Makefile branches/2021Q1/dns/bind916/distinfo branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl branches/2021Q1/dns/bind916/files/patch-configure Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/bind911/Makefile ============================================================================== --- branches/2021Q1/dns/bind911/Makefile Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind911/Makefile Mon Jan 25 17:46:04 2021 (r562590) @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit pkgconfig # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.26 +ISCVERSION= 9.11.27 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2021Q1/dns/bind911/distinfo ============================================================================== --- branches/2021Q1/dns/bind911/distinfo Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind911/distinfo Mon Jan 25 17:46:04 2021 (r562590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608153444 -SHA256 (bind-9.11.26.tar.gz) = c93a7be0ff76027ab799f030aafe8b4eede8bd2fa2c40a83858c2c43c5bee8b3 -SIZE (bind-9.11.26.tar.gz) = 8286586 +TIMESTAMP = 1611312288 +SHA256 (bind-9.11.27.tar.gz) = 4cf9f244e2ae63fb4cf846b87c89f3f7d15e83c075d65165ef89a8ff1b376702 +SIZE (bind-9.11.27.tar.gz) = 8289413 Modified: branches/2021Q1/dns/bind916/Makefile ============================================================================== --- branches/2021Q1/dns/bind916/Makefile Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind916/Makefile Mon Jan 25 17:46:04 2021 (r562590) @@ -41,7 +41,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.10 +ISCVERSION= 9.16.11 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2021Q1/dns/bind916/distinfo ============================================================================== --- branches/2021Q1/dns/bind916/distinfo Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind916/distinfo Mon Jan 25 17:46:04 2021 (r562590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608153504 -SHA256 (bind-9.16.10.tar.xz) = bc47fc019c6205e6a6bfb839c544a1472321df0537ba905b846a4cbffe3362b3 -SIZE (bind-9.16.10.tar.xz) = 3269696 +TIMESTAMP = 1611312333 +SHA256 (bind-9.16.11.tar.xz) = 0111f64dd7d8f515cfa129e181cce96ff82070d1b27f11a21f6856110d0699c1 +SIZE (bind-9.16.11.tar.xz) = 5007520 Modified: branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl Mon Jan 25 17:46:04 2021 (r562590) @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2020-12-07 08:16:53 UTC +--- bin/named/config.c.orig 2021-01-11 13:23:31 UTC +++ bin/named/config.c @@ -179,6 +179,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2020-12-07 08:16:53 UTC +--- bin/named/server.c.orig 2021-01-11 13:23:31 UTC +++ bin/named/server.c -@@ -4345,6 +4345,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4347,6 +4347,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -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); ---- lib/dns/include/dns/view.h.orig 2020-12-07 08:16:53 UTC +--- lib/dns/include/dns/view.h.orig 2021-01-11 13:23:31 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,7 +34,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2020-12-07 08:16:53 UTC +--- lib/dns/resolver.c.orig 2021-01-11 13:23:31 UTC +++ lib/dns/resolver.c @@ -6281,6 +6281,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -49,7 +49,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2020-12-07 08:16:53 UTC +--- lib/isccfg/namedconf.c.orig 2021-01-11 13:23:31 UTC +++ lib/isccfg/namedconf.c @@ -2023,6 +2023,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ Modified: branches/2021Q1/dns/bind916/files/patch-configure ============================================================================== --- branches/2021Q1/dns/bind916/files/patch-configure Mon Jan 25 17:44:15 2021 (r562589) +++ branches/2021Q1/dns/bind916/files/patch-configure Mon Jan 25 17:46:04 2021 (r562590) @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2020-12-07 08:16:53 UTC +--- configure.orig 2021-01-11 13:23:31 UTC +++ configure -@@ -17696,27 +17696,9 @@ done +@@ -17708,27 +17708,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -17759,47 +17741,7 @@ $as_echo "no" >&6; } ;; +@@ -17771,47 +17753,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23215,7 +23157,7 @@ $as_echo "" >&6; } +@@ -23227,7 +23169,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101251746.10PHk44d040144>