From owner-svn-ports-head@freebsd.org Wed Dec 18 22:37:14 2019 Return-Path: Delivered-To: svn-ports-head@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 89AE21C814E; Wed, 18 Dec 2019 22:37:14 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47dVHt34gYz3MCJ; Wed, 18 Dec 2019 22:37:14 +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 60AC85133; Wed, 18 Dec 2019 22:37:14 +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 xBIMbECJ036191; Wed, 18 Dec 2019 22:37:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBIMbDbT036187; Wed, 18 Dec 2019 22:37:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201912182237.xBIMbDbT036187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 18 Dec 2019 22:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520406 - in head/dns/bind911: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind911: . files X-SVN-Commit-Revision: 520406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2019 22:37:14 -0000 Author: mat Date: Wed Dec 18 22:37:13 2019 New Revision: 520406 URL: https://svnweb.freebsd.org/changeset/ports/520406 Log: Update to 9.11.14. Changes: https://downloads.isc.org/isc/bind9/9.11.14/RELEASE-NOTES-bind-9.11.14.html Modified: head/dns/bind911/Makefile (contents, props changed) head/dns/bind911/distinfo (contents, props changed) head/dns/bind911/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind911/files/patch-configure (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Dec 18 22:22:03 2019 (r520405) +++ head/dns/bind911/Makefile Wed Dec 18 22:37:13 2019 (r520406) @@ -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.13 +ISCVERSION= 9.11.14 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Wed Dec 18 22:22:03 2019 (r520405) +++ head/dns/bind911/distinfo Wed Dec 18 22:37:13 2019 (r520406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574271501 -SHA256 (bind-9.11.13.tar.gz) = fd3f3cc9fcfcdaa752db35eb24598afa1fdcc2509d3227fc90a8631b7b400f7d -SIZE (bind-9.11.13.tar.gz) = 8370441 +TIMESTAMP = 1576707648 +SHA256 (bind-9.11.14.tar.gz) = d93b30425996b074a5f9659323b6feae3408e0d325f029f114dfff96ea5e63df +SIZE (bind-9.11.14.tar.gz) = 8191308 Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Dec 18 22:22:03 2019 (r520405) +++ head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Dec 18 22:37:13 2019 (r520406) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2019-11-06 21:46:22 UTC +--- bin/named/config.c.orig 2019-12-12 05:17:55 UTC +++ bin/named/config.c @@ -182,6 +182,8 @@ options {\n\ " max-acache-size 16M;\n\ @@ -9,9 +9,9 @@ max-clients-per-query 100;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ max-recursion-depth 7;\n\ ---- bin/named/server.c.orig 2019-11-06 21:46:22 UTC +--- bin/named/server.c.orig 2019-12-12 05:17:55 UTC +++ bin/named/server.c -@@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -3720,6 +3720,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2019-11-06 21:46:22 UTC +--- lib/dns/include/dns/view.h.orig 2019-12-12 05:17:55 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,8 @@ struct dns_view { bool requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; uint32_t nta_lifetime; uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2019-11-06 21:46:22 UTC +--- lib/dns/resolver.c.orig 2019-12-12 05:17:55 UTC +++ lib/dns/resolver.c -@@ -5518,6 +5518,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb +@@ -5529,6 +5529,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb } /* @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2019-11-06 21:46:22 UTC +--- lib/isccfg/namedconf.c.orig 2019-12-12 05:17:55 UTC +++ lib/isccfg/namedconf.c @@ -1773,6 +1773,8 @@ view_clauses[] = { #endif Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Wed Dec 18 22:22:03 2019 (r520405) +++ head/dns/bind911/files/patch-configure Wed Dec 18 22:37:13 2019 (r520406) @@ -1,6 +1,6 @@ ---- configure.orig 2019-10-02 06:55:45 UTC +--- configure.orig 2019-12-12 05:17:55 UTC +++ configure -@@ -15626,27 +15626,9 @@ done +@@ -15646,27 +15646,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $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 -@@ -15689,47 +15671,7 @@ $as_echo "no" >&6; } ;; +@@ -15709,47 +15691,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -24663,7 +24605,7 @@ $as_echo "" >&6; } +@@ -24683,7 +24625,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).