From owner-svn-ports-head@freebsd.org Mon Sep 3 12:38:17 2018 Return-Path: Delivered-To: svn-ports-head@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 9EF04FE8606; Mon, 3 Sep 2018 12:38:17 +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 4E86182A4E; Mon, 3 Sep 2018 12:38:17 +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 4978C27FA3; Mon, 3 Sep 2018 12:38:17 +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 w83CcHiR019429; Mon, 3 Sep 2018 12:38:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83CcFAx019423; Mon, 3 Sep 2018 12:38:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201809031238.w83CcFAx019423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 3 Sep 2018 12:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478860 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 478860 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.27 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, 03 Sep 2018 12:38:17 -0000 Author: mat Date: Mon Sep 3 12:38:15 2018 New Revision: 478860 URL: https://svnweb.freebsd.org/changeset/ports/478860 Log: Update to latest commit Added: head/dns/bind9-devel/files/patch-lib_isc_include_isc_Makefile.in (contents, props changed) head/dns/bind9-devel/files/patch-lib_isc_unix_include_isc_Makefile.in (contents, props changed) 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) head/dns/bind9-devel/files/patch-configure (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Sep 3 12:38:02 2018 (r478859) +++ head/dns/bind9-devel/Makefile Mon Sep 3 12:38:15 2018 (r478860) @@ -40,13 +40,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 USES= cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.1a0.2018.08.24 +ISCVERSION= 9.13.1a0.2018.08.31 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= e79b42fec05b61082d7c3ee7a43dcbb7a1dca440 +GL_COMMIT= 73b26484801af8b34baaa440a8195867a639ead7 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Sep 3 12:38:02 2018 (r478859) +++ head/dns/bind9-devel/distinfo Mon Sep 3 12:38:15 2018 (r478860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535376514 -SHA256 (isc-projects-bind9-e79b42fec05b61082d7c3ee7a43dcbb7a1dca440_GL0.tar.gz) = f247179d173152899c68fe7a2560deb363476e01f1881e25969d1d269b51ec06 -SIZE (isc-projects-bind9-e79b42fec05b61082d7c3ee7a43dcbb7a1dca440_GL0.tar.gz) = 8527679 +TIMESTAMP = 1535966389 +SHA256 (isc-projects-bind9-73b26484801af8b34baaa440a8195867a639ead7_GL0.tar.gz) = 42133bfdba9dd8504588cf93f6692ca90fc390794bb0745adc483ef01d9ea9ec +SIZE (isc-projects-bind9-73b26484801af8b34baaa440a8195867a639ead7_GL0.tar.gz) = 7820950 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 3 12:38:02 2018 (r478859) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 3 12:38:15 2018 (r478860) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-08-17 13:37:31 UTC +--- bin/named/config.c.orig 2018-08-31 20:57:12 UTC +++ bin/named/config.c @@ -174,12 +174,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,7 +15,7 @@ provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2018-08-17 13:37:31 UTC +--- bin/named/server.c.orig 2018-08-31 20:57:12 UTC +++ bin/named/server.c @@ -4074,6 +4074,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -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 2018-08-17 13:37:31 UTC +--- lib/dns/include/dns/view.h.orig 2018-08-31 20:57:12 UTC +++ lib/dns/include/dns/view.h @@ -153,6 +153,8 @@ struct dns_view { bool requestnsid; @@ -45,9 +45,9 @@ dns_ttl_t maxncachettl; uint32_t nta_lifetime; uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-08-17 13:37:31 UTC +--- lib/dns/resolver.c.orig 2018-08-31 20:57:12 UTC +++ lib/dns/resolver.c -@@ -5801,6 +5801,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5758,6 +5758,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -66,7 +66,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-08-17 13:37:31 UTC +--- lib/isccfg/namedconf.c.orig 2018-08-31 20:57:12 UTC +++ lib/isccfg/namedconf.c @@ -1919,6 +1919,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Sep 3 12:38:02 2018 (r478859) +++ head/dns/bind9-devel/files/patch-configure Mon Sep 3 12:38:15 2018 (r478860) @@ -1,6 +1,6 @@ ---- configure.orig 2018-08-24 15:01:10 UTC +--- configure.orig 2018-08-31 20:57:12 UTC +++ configure -@@ -16785,27 +16785,9 @@ done +@@ -16468,27 +16468,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 -@@ -16848,47 +16830,7 @@ $as_echo "no" >&6; } ;; +@@ -16531,47 +16513,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 -@@ -23101,7 +23043,7 @@ $as_echo "" >&6; } +@@ -21337,7 +21279,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Added: head/dns/bind9-devel/files/patch-lib_isc_include_isc_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind9-devel/files/patch-lib_isc_include_isc_Makefile.in Mon Sep 3 12:38:15 2018 (r478860) @@ -0,0 +1,11 @@ +--- lib/isc/include/isc/Makefile.in.orig 2018-08-31 20:57:12 UTC ++++ lib/isc/include/isc/Makefile.in +@@ -32,7 +32,7 @@ HEADERS = aes.h app.h assertions.h atomi + radix.h random.h ratelimiter.h refcount.h regex.h \ + region.h resource.h result.h resultclass.h rwlock.h \ + safe.h serial.h sha1.h sha2.h sockaddr.h socket.h \ +- stats.h stdio.h stdlib.h strerr.h string.h symtab.h \ ++ stats.h stdio.h strerr.h string.h symtab.h \ + task.h taskpool.h timer.h tm.h types.h util.h version.h \ + xml.h + Added: head/dns/bind9-devel/files/patch-lib_isc_unix_include_isc_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind9-devel/files/patch-lib_isc_unix_include_isc_Makefile.in Mon Sep 3 12:38:15 2018 (r478860) @@ -0,0 +1,11 @@ +--- lib/isc/unix/include/isc/Makefile.in.orig 2018-08-31 20:57:12 UTC ++++ lib/isc/unix/include/isc/Makefile.in +@@ -14,7 +14,7 @@ top_srcdir = @top_srcdir@ + VERSION=@BIND9_VERSION@ + + HEADERS = dir.h net.h netdb.h offset.h stat.h \ +- stdtime.h strerror.h syslog.h time.h ++ stdtime.h syslog.h time.h + + SUBDIRS = + TARGETS = Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Sep 3 12:38:02 2018 (r478859) +++ head/dns/bind9-devel/pkg-plist Mon Sep 3 12:38:15 2018 (r478860) @@ -167,7 +167,6 @@ include/isc/httpd.h include/isc/interfaceiter.h include/isc/iterated_hash.h include/isc/json.h -include/isc/keyboard.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h @@ -217,9 +216,8 @@ include/isc/socket.h include/isc/stat.h include/isc/stats.h include/isc/stdio.h -include/isc/stdlib.h include/isc/stdtime.h -include/isc/strerror.h +include/isc/strerr.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h