From owner-svn-ports-all@freebsd.org Thu Feb 18 07:05:04 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF0FF52C965; Thu, 18 Feb 2021 07:05:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dh5Lm1P1qz3Jhw; Thu, 18 Feb 2021 07:05:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A448913E70; Thu, 18 Feb 2021 07:05:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I752a8093500; Thu, 18 Feb 2021 07:05:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I751Zn093496; Thu, 18 Feb 2021 07:05:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202102180705.11I751Zn093496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 18 Feb 2021 07:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565907 - in head/dns/bind916: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind916: . files X-SVN-Commit-Revision: 565907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 07:05:05 -0000 Author: mat Date: Thu Feb 18 07:05:01 2021 New Revision: 565907 URL: https://svnweb.freebsd.org/changeset/ports/565907 Log: Update to 9.16.12 Security: CVE-2020-8625 Modified: head/dns/bind916/Makefile (contents, props changed) head/dns/bind916/distinfo (contents, props changed) head/dns/bind916/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind916/files/patch-configure (contents, props changed) Modified: head/dns/bind916/Makefile ============================================================================== --- head/dns/bind916/Makefile Thu Feb 18 07:04:55 2021 (r565906) +++ head/dns/bind916/Makefile Thu Feb 18 07:05:01 2021 (r565907) @@ -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.11 +ISCVERSION= 9.16.12 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind916/distinfo ============================================================================== --- head/dns/bind916/distinfo Thu Feb 18 07:04:55 2021 (r565906) +++ head/dns/bind916/distinfo Thu Feb 18 07:05:01 2021 (r565907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611312333 -SHA256 (bind-9.16.11.tar.xz) = 0111f64dd7d8f515cfa129e181cce96ff82070d1b27f11a21f6856110d0699c1 -SIZE (bind-9.16.11.tar.xz) = 5007520 +TIMESTAMP = 1613395604 +SHA256 (bind-9.16.12.tar.xz) = 9914af9311fd349cab441097898d94fb28d0bfd9bf6ed04fe1f97f042644da7f +SIZE (bind-9.16.12.tar.xz) = 5017756 Modified: head/dns/bind916/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind916/files/extrapatch-bind-min-override-ttl Thu Feb 18 07:04:55 2021 (r565906) +++ head/dns/bind916/files/extrapatch-bind-min-override-ttl Thu Feb 18 07:05:01 2021 (r565907) @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-01-11 13:23:31 UTC +--- bin/named/config.c.orig 2021-02-04 11:35:16 UTC +++ bin/named/config.c -@@ -179,6 +179,7 @@ options {\n\ +@@ -180,6 +180,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2021-01-11 13:23:31 UTC +--- bin/named/server.c.orig 2021-02-04 11:35:16 UTC +++ bin/named/server.c @@ -4347,6 +4347,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); ---- lib/dns/include/dns/view.h.orig 2021-01-11 13:23:31 UTC +--- lib/dns/include/dns/view.h.orig 2021-02-04 11:35:16 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,9 +34,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2021-01-11 13:23:31 UTC +--- lib/dns/resolver.c.orig 2021-02-04 11:35:16 UTC +++ lib/dns/resolver.c -@@ -6281,6 +6281,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6478,6 +6478,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -49,9 +49,9 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2021-01-11 13:23:31 UTC +--- lib/isccfg/namedconf.c.orig 2021-02-04 11:35:16 UTC +++ lib/isccfg/namedconf.c -@@ -2023,6 +2023,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2047,6 +2047,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind916/files/patch-configure ============================================================================== --- head/dns/bind916/files/patch-configure Thu Feb 18 07:04:55 2021 (r565906) +++ head/dns/bind916/files/patch-configure Thu Feb 18 07:05:01 2021 (r565907) @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2021-01-11 13:23:31 UTC +--- configure.orig 2021-02-04 11:35:16 UTC +++ configure -@@ -17708,27 +17708,9 @@ done +@@ -17701,27 +17701,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 -@@ -17771,47 +17753,7 @@ $as_echo "no" >&6; } ;; +@@ -17764,47 +17746,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 -@@ -23227,7 +23169,7 @@ $as_echo "" >&6; } +@@ -23199,7 +23141,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).