From owner-svn-ports-head@freebsd.org Mon May 30 10:02:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1E30B54D14; Mon, 30 May 2016 10:02:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id AD49B1A42; Mon, 30 May 2016 10:02:43 +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 u4UA2gEB019370; Mon, 30 May 2016 10:02:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4UA2gbe019366; Mon, 30 May 2016 10:02:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605301002.u4UA2gbe019366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 30 May 2016 10:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416144 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head 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.22 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: Mon, 30 May 2016 10:02:43 -0000 Author: mat Date: Mon May 30 10:02:42 2016 New Revision: 416144 URL: https://svnweb.freebsd.org/changeset/ports/416144 Log: Update to latest snapshot. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon May 30 10:02:32 2016 (r416143) +++ head/dns/bind9-devel/Makefile Mon May 30 10:02:42 2016 (r416144) @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160522 -HASH= da06956 +ISCVERSION= 9.11.0.a20160530 +HASH= 44fa277 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon May 30 10:02:32 2016 (r416143) +++ head/dns/bind9-devel/distinfo Mon May 30 10:02:42 2016 (r416144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464007451 -SHA256 (bind9-da06956.tar.gz) = f5ca53eb319a2aecfa107f95389db67297bc3924014201432cc7ba75810d24f3 -SIZE (bind9-da06956.tar.gz) = 11743827 +TIMESTAMP = 1464602336 +SHA256 (bind9-44fa277.tar.gz) = 934ea6575dc1efa4d7092ce277254cb5e6db5b426b87998bc2b26d34de5139fb +SIZE (bind9-44fa277.tar.gz) = 11810375 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon May 30 10:02:32 2016 (r416143) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon May 30 10:02:42 2016 (r416144) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2016-05-09 05:42:57 UTC +--- bin/named/config.c.orig 2016-05-30 03:38:46 UTC +++ bin/named/config.c -@@ -159,6 +159,8 @@ options {\n\ +@@ -160,6 +160,8 @@ options {\n\ lame-ttl 600;\n\ servfail-ttl 1;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-05-09 05:42:57 UTC +--- bin/named/server.c.orig 2016-05-30 03:38:46 UTC +++ bin/named/server.c -@@ -3030,6 +3030,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3478,6 +3478,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,9 +28,9 @@ 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 2016-05-09 05:42:57 UTC +--- lib/dns/include/dns/view.h.orig 2016-05-30 03:38:46 UTC +++ lib/dns/include/dns/view.h -@@ -152,6 +152,8 @@ struct dns_view { +@@ -154,6 +154,8 @@ struct dns_view { isc_boolean_t requestnsid; isc_boolean_t sendcookie; dns_ttl_t maxcachettl; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-05-09 05:42:57 UTC +--- lib/dns/resolver.c.orig 2016-05-30 03:38:46 UTC +++ lib/dns/resolver.c @@ -5440,6 +5440,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 2016-05-09 05:42:57 UTC +--- lib/isccfg/namedconf.c.orig 2016-05-30 03:38:46 UTC +++ lib/isccfg/namedconf.c -@@ -1678,6 +1678,8 @@ view_clauses[] = { +@@ -1715,6 +1715,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 },