From owner-svn-ports-all@freebsd.org Thu Jul 18 16:10:50 2019 Return-Path: Delivered-To: svn-ports-all@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 7C930ABC2D; Thu, 18 Jul 2019 16:10:50 +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 5826F8E5CB; Thu, 18 Jul 2019 16:10:50 +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 E8958A454; Thu, 18 Jul 2019 16:10: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 x6IGAn6D030418; Thu, 18 Jul 2019 16:10:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6IGAnBn030411; Thu, 18 Jul 2019 16:10:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201907181610.x6IGAnBn030411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 18 Jul 2019 16:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506855 - 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: 506855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5826F8E5CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Thu, 18 Jul 2019 16:10:50 -0000 Author: mat Date: Thu Jul 18 16:10:48 2019 New Revision: 506855 URL: https://svnweb.freebsd.org/changeset/ports/506855 Log: Update to 9.11.9. Changes: https://downloads.isc.org/isc/bind9/9.11.9/RELEASE-NOTES-bind-9.11.9.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) head/dns/bind911/files/patch-no-bind-tools (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Thu Jul 18 15:08:44 2019 (r506854) +++ head/dns/bind911/Makefile Thu Jul 18 16:10:48 2019 (r506855) @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.8 +ISCVERSION= 9.11.9 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Thu Jul 18 15:08:44 2019 (r506854) +++ head/dns/bind911/distinfo Thu Jul 18 16:10:48 2019 (r506855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560947427 -SHA256 (bind-9.11.8.tar.gz) = 669fcc02a9a1864d93992e526d2186ec8923511c0260b2c037fec8ea45406651 -SIZE (bind-9.11.8.tar.gz) = 8119490 +TIMESTAMP = 1563465103 +SHA256 (bind-9.11.9.tar.gz) = 963bf048354795b85b8f3dbe3ff5ba524d3f5b14b86a4cc733fcf971b43ac50e +SIZE (bind-9.11.9.tar.gz) = 8159746 Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind911/files/extrapatch-bind-min-override-ttl Thu Jul 18 15:08:44 2019 (r506854) +++ head/dns/bind911/files/extrapatch-bind-min-override-ttl Thu Jul 18 16:10:48 2019 (r506855) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2019-05-10 05:03:58 UTC +--- bin/named/config.c.orig 2019-07-09 12:22:41 UTC +++ bin/named/config.c -@@ -177,6 +177,8 @@ options {\n\ +@@ -182,6 +182,8 @@ options {\n\ " max-acache-size 16M;\n\ max-cache-size 90%;\n\ max-cache-ttl 604800; /* 1 week */\n\ @@ -9,7 +9,7 @@ max-clients-per-query 100;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ max-recursion-depth 7;\n\ ---- bin/named/server.c.orig 2019-05-10 05:03:58 UTC +--- bin/named/server.c.orig 2019-07-09 12:22:41 UTC +++ bin/named/server.c @@ -3718,6 +3718,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -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-05-10 05:03:58 UTC +--- lib/dns/include/dns/view.h.orig 2019-07-09 12:22:41 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,8 @@ struct dns_view { bool requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; uint32_t nta_lifetime; uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2019-05-10 05:03:58 UTC +--- lib/dns/resolver.c.orig 2019-07-09 12:22:41 UTC +++ lib/dns/resolver.c @@ -5525,6 +5525,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-05-10 05:03:58 UTC +--- lib/isccfg/namedconf.c.orig 2019-07-09 12:22:41 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 Thu Jul 18 15:08:44 2019 (r506854) +++ head/dns/bind911/files/patch-configure Thu Jul 18 16:10:48 2019 (r506855) @@ -1,6 +1,6 @@ ---- configure.orig 2019-06-04 16:01:00 UTC +--- configure.orig 2019-07-09 12:22:41 UTC +++ configure -@@ -15170,27 +15170,9 @@ done +@@ -15629,27 +15629,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 -@@ -15233,47 +15215,7 @@ $as_echo "no" >&6; } ;; +@@ -15692,47 +15674,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 -@@ -24332,7 +24274,7 @@ $as_echo "" >&6; } +@@ -24791,7 +24733,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind911/files/patch-no-bind-tools ============================================================================== --- head/dns/bind911/files/patch-no-bind-tools Thu Jul 18 15:08:44 2019 (r506854) +++ head/dns/bind911/files/patch-no-bind-tools Thu Jul 18 16:10:48 2019 (r506855) @@ -1,6 +1,6 @@ Exclude the "tools" from building and installing. ---- bin/Makefile.in.orig 2019-02-27 23:28:15 UTC +--- bin/Makefile.in.orig 2019-07-09 12:22:41 UTC +++ bin/Makefile.in @@ -11,7 +11,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -11,9 +11,9 @@ Exclude the "tools" from building and installing. @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ tests TARGETS = ---- bin/tools/Makefile.in.orig 2019-02-27 23:28:15 UTC +--- bin/tools/Makefile.in.orig 2019-07-09 12:22:41 UTC +++ bin/tools/Makefile.in -@@ -42,10 +42,7 @@ SUBDIRS = +@@ -43,10 +43,7 @@ SUBDIRS = DNSTAPTARGETS = dnstap-read@EXEEXT@ NZDTARGETS = named-nzd2nzf@EXEEXT@ @@ -25,7 +25,7 @@ Exclude the "tools" from building and installing. DNSTAPSRCS = dnstap-read.c NZDSRCS = named-nzd2nzf.c -@@ -130,27 +127,6 @@ dnstap: +@@ -131,27 +128,6 @@ dnstap: ${INSTALL_DATA} ${srcdir}/dnstap-read.1 ${DESTDIR}${mandir}/man1 install:: ${TARGETS} installdirs @DNSTAP@ @NZD_TOOLS@