From owner-svn-ports-all@freebsd.org Thu Nov 9 13:05:15 2017 Return-Path: Delivered-To: svn-ports-all@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 D3AA9E4FA2A; Thu, 9 Nov 2017 13:05:15 +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 AC9A3651E1; Thu, 9 Nov 2017 13:05:15 +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 vA9D5EJZ080212; Thu, 9 Nov 2017 13:05:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9D5EBk080207; Thu, 9 Nov 2017 13:05:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201711091305.vA9D5EBk080207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 9 Nov 2017 13:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453807 - in head/dns/bind912: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind912: . files X-SVN-Commit-Revision: 453807 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.23 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, 09 Nov 2017 13:05:15 -0000 Author: mat Date: Thu Nov 9 13:05:14 2017 New Revision: 453807 URL: https://svnweb.freebsd.org/changeset/ports/453807 Log: Update to 9.12.0b2. Sponsored by: Absolight Modified: head/dns/bind912/Makefile (contents, props changed) head/dns/bind912/distinfo (contents, props changed) head/dns/bind912/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind912/files/patch-configure (contents, props changed) head/dns/bind912/pkg-plist (contents, props changed) Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Thu Nov 9 11:41:38 2017 (r453806) +++ head/dns/bind912/Makefile Thu Nov 9 13:05:14 2017 (r453807) @@ -5,10 +5,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 2 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -30,7 +30,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0b1 +ISCVERSION= 9.12.0b2 USES= cpe libedit Modified: head/dns/bind912/distinfo ============================================================================== --- head/dns/bind912/distinfo Thu Nov 9 11:41:38 2017 (r453806) +++ head/dns/bind912/distinfo Thu Nov 9 13:05:14 2017 (r453807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508945823 -SHA256 (bind-9.12.0b1.tar.gz) = 640549c74d5e1d6e1be3fdee37c5664185becdc8aeda334aeb38afa0b57c9c3c -SIZE (bind-9.12.0b1.tar.gz) = 9249247 +TIMESTAMP = 1510227060 +SHA256 (bind-9.12.0b2.tar.gz) = 0d3a507ae67de7995a95db64886b5369ca6011fc8b3f082defaf3a879dac8b4c +SIZE (bind-9.12.0b2.tar.gz) = 9274253 Modified: head/dns/bind912/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind912/files/extrapatch-bind-min-override-ttl Thu Nov 9 11:41:38 2017 (r453806) +++ head/dns/bind912/files/extrapatch-bind-min-override-ttl Thu Nov 9 13:05:14 2017 (r453807) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2017-10-16 07:38:34 UTC +--- bin/named/config.c.orig 2017-11-07 21:48:37 UTC +++ bin/named/config.c -@@ -178,12 +178,14 @@ options {\n\ +@@ -176,12 +176,14 @@ options {\n\ max-recursion-queries 75;\n\ max-stale-ttl 604800; /* 1 week */\n\ message-compression yes;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2017-10-16 07:38:34 UTC +--- bin/named/server.c.orig 2017-11-07 21:48:37 UTC +++ bin/named/server.c -@@ -4044,6 +4044,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4059,6 +4059,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -34,7 +34,7 @@ result = named_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 2017-10-16 07:38:34 UTC +--- lib/dns/include/dns/view.h.orig 2017-11-07 21:48:37 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -45,7 +45,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-10-16 07:38:34 UTC +--- lib/dns/resolver.c.orig 2017-11-07 21:48:37 UTC +++ lib/dns/resolver.c @@ -5747,6 +5747,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -66,9 +66,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2017-10-16 07:38:34 UTC +--- lib/isccfg/namedconf.c.orig 2017-11-07 21:48:37 UTC +++ lib/isccfg/namedconf.c -@@ -1918,6 +1918,8 @@ view_clauses[] = { +@@ -1909,6 +1909,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind912/files/patch-configure ============================================================================== --- head/dns/bind912/files/patch-configure Thu Nov 9 11:41:38 2017 (r453806) +++ head/dns/bind912/files/patch-configure Thu Nov 9 13:05:14 2017 (r453807) @@ -1,6 +1,6 @@ ---- configure.orig 2017-10-16 07:38:34 UTC +--- configure.orig 2017-11-07 21:48:37 UTC +++ configure -@@ -14420,27 +14420,9 @@ done +@@ -14417,27 +14417,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 -@@ -14483,47 +14465,7 @@ $as_echo "no" >&6; } ;; +@@ -14480,47 +14462,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 -@@ -23113,7 +23055,7 @@ $as_echo "" >&6; } +@@ -23121,7 +23063,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind912/pkg-plist ============================================================================== --- head/dns/bind912/pkg-plist Thu Nov 9 11:41:38 2017 (r453806) +++ head/dns/bind912/pkg-plist Thu Nov 9 13:05:14 2017 (r453807) @@ -147,6 +147,7 @@ include/isc/commandline.h include/isc/condition.h include/isc/counter.h include/isc/crc64.h +include/isc/deprecated.h include/isc/dir.h include/isc/entropy.h include/isc/errno.h @@ -173,6 +174,7 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h +include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h @@ -311,7 +313,6 @@ man/man8/dnssec-settime.8.gz man/man8/dnssec-signzone.8.gz man/man8/dnssec-verify.8.gz man/man8/genrandom.8.gz -man/man8/isc-hmac-fixup.8.gz man/man8/named-checkconf.8.gz man/man8/named-checkzone.8.gz man/man8/named-compilezone.8.gz @@ -340,7 +341,6 @@ sbin/dnssec-settime sbin/dnssec-signzone sbin/dnssec-verify sbin/genrandom -sbin/isc-hmac-fixup sbin/named sbin/named-checkconf sbin/named-checkzone