From owner-svn-ports-all@freebsd.org Wed Oct 24 14:01:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B614AFE955E; Wed, 24 Oct 2018 14:01:08 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36EFA91523; Wed, 24 Oct 2018 14:01:08 +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 50DA51E973; Wed, 24 Oct 2018 08:05:49 +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 w9O85nxD005350; Wed, 24 Oct 2018 08:05:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9O85mfj005346; Wed, 24 Oct 2018 08:05:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201810240805.w9O85mfj005346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 24 Oct 2018 08:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482890 - 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: 482890 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.29 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: Wed, 24 Oct 2018 14:01:08 -0000 Author: mat Date: Wed Oct 24 08:05:48 2018 New Revision: 482890 URL: https://svnweb.freebsd.org/changeset/ports/482890 Log: Update to 9.11.5. 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-bin_named_include_named_globals.h (contents, props changed) head/dns/bind911/files/patch-configure (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Oct 24 08:00:34 2018 (r482889) +++ head/dns/bind911/Makefile Wed Oct 24 08:05:48 2018 (r482890) @@ -20,7 +20,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= cpe libedit # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.4-P2 +ISCVERSION= 9.11.5 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Wed Oct 24 08:00:34 2018 (r482889) +++ head/dns/bind911/distinfo Wed Oct 24 08:05:48 2018 (r482890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537447447 -SHA256 (bind-9.11.4-P2.tar.gz) = a85af7b629109d41285c7adeae1515daac638bbe4d5dc30d1f4b343dff09d811 -SIZE (bind-9.11.4-P2.tar.gz) = 9617963 +TIMESTAMP = 1540325506 +SHA256 (bind-9.11.5.tar.gz) = a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322 +SIZE (bind-9.11.5.tar.gz) = 8810710 Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Oct 24 08:00:34 2018 (r482889) +++ head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Oct 24 08:05:48 2018 (r482890) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2018-06-10 06:06:33 UTC +--- bin/named/config.c.orig 2018-10-06 01:36:17 UTC +++ bin/named/config.c -@@ -176,6 +176,8 @@ options {\n\ +@@ -177,6 +177,8 @@ options {\n\ " max-acache-size 16M;\n\ max-cache-size 90%;\n\ max-cache-ttl 604800; /* 1 week */\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 2018-06-10 06:06:33 UTC +--- bin/named/server.c.orig 2018-10-06 01:36:17 UTC +++ bin/named/server.c -@@ -3692,6 +3692,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3695,6 +3695,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,20 +28,20 @@ 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 2018-06-10 06:06:33 UTC +--- lib/dns/include/dns/view.h.orig 2018-10-06 01:36:17 UTC +++ lib/dns/include/dns/view.h -@@ -150,6 +150,8 @@ struct dns_view { - isc_boolean_t requestnsid; - isc_boolean_t sendcookie; +@@ -152,6 +152,8 @@ struct dns_view { + bool requestnsid; + bool sendcookie; dns_ttl_t maxcachettl; + dns_ttl_t mincachettl; + dns_ttl_t overridecachettl; dns_ttl_t maxncachettl; - isc_uint32_t nta_lifetime; - isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-06-10 06:06:33 UTC + uint32_t nta_lifetime; + uint32_t nta_recheck; +--- lib/dns/resolver.c.orig 2018-10-06 01:36:17 UTC +++ lib/dns/resolver.c -@@ -5473,6 +5473,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5474,6 +5474,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-06-10 06:06:33 UTC +--- lib/isccfg/namedconf.c.orig 2018-10-06 01:36:17 UTC +++ lib/isccfg/namedconf.c -@@ -1770,6 +1770,8 @@ view_clauses[] = { +@@ -1773,6 +1773,8 @@ view_clauses[] = { #endif { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind911/files/patch-bin_named_include_named_globals.h ============================================================================== --- head/dns/bind911/files/patch-bin_named_include_named_globals.h Wed Oct 24 08:00:34 2018 (r482889) +++ head/dns/bind911/files/patch-bin_named_include_named_globals.h Wed Oct 24 08:05:48 2018 (r482890) @@ -1,8 +1,8 @@ We reference the pid file as being run/named/pid everywere else. ---- bin/named/include/named/globals.h.orig 2018-06-10 06:06:33 UTC +--- bin/named/include/named/globals.h.orig 2018-10-06 01:36:17 UTC +++ bin/named/include/named/globals.h -@@ -138,7 +138,7 @@ EXTERN isc_boolean_t ns_g_forcelock IN +@@ -139,7 +139,7 @@ EXTERN bool ns_g_forcelock INIT(false) #if NS_RUN_PID_DIR EXTERN const char * ns_g_defaultpidfile INIT(NS_LOCALSTATEDIR "/run/named/" Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Wed Oct 24 08:00:34 2018 (r482889) +++ head/dns/bind911/files/patch-configure Wed Oct 24 08:05:48 2018 (r482890) @@ -1,6 +1,6 @@ ---- configure.orig 2018-06-10 06:06:33 UTC +--- configure.orig 2018-10-06 01:36:17 UTC +++ configure -@@ -14961,27 +14961,9 @@ done +@@ -15106,27 +15106,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 -@@ -15024,47 +15006,7 @@ $as_echo "no" >&6; } ;; +@@ -15169,47 +15151,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 -@@ -23847,7 +23789,7 @@ $as_echo "" >&6; } +@@ -23938,7 +23880,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).