From owner-svn-ports-all@freebsd.org Thu Aug 22 17:09:26 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 64B6FCD555; Thu, 22 Aug 2019 17:09:26 +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 46Drc6068bz4fcV; Thu, 22 Aug 2019 17:09:26 +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 D8DF17492; Thu, 22 Aug 2019 17:09:25 +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 x7MH9PcJ075019; Thu, 22 Aug 2019 17:09:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7MH9OQr075015; Thu, 22 Aug 2019 17:09:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201908221709.x7MH9OQr075015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 22 Aug 2019 17:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509613 - in head/dns/bind914: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind914: . files X-SVN-Commit-Revision: 509613 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: Thu, 22 Aug 2019 17:09:26 -0000 Author: mat Date: Thu Aug 22 17:09:24 2019 New Revision: 509613 URL: https://svnweb.freebsd.org/changeset/ports/509613 Log: Update to 9.14.5. Modified: head/dns/bind914/Makefile (contents, props changed) head/dns/bind914/distinfo (contents, props changed) head/dns/bind914/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind914/files/patch-configure (contents, props changed) head/dns/bind914/pkg-plist (contents, props changed) Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Thu Aug 22 17:09:19 2019 (r509612) +++ head/dns/bind914/Makefile Thu Aug 22 17:09:24 2019 (r509613) @@ -36,7 +36,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.14.4 +ISCVERSION= 9.14.5 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind914/distinfo ============================================================================== --- head/dns/bind914/distinfo Thu Aug 22 17:09:19 2019 (r509612) +++ head/dns/bind914/distinfo Thu Aug 22 17:09:24 2019 (r509613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563465156 -SHA256 (bind-9.14.4.tar.gz) = 312efb82a6889074f31ef2849af498b3ec97ca69acd5c4e5e4b4045a8fe6b83f -SIZE (bind-9.14.4.tar.gz) = 6295768 +TIMESTAMP = 1566490199 +SHA256 (bind-9.14.5.tar.gz) = 12d0672cb83d985b57038ce7eb8a71c6bc7ebd379d67109c5f966f7527988045 +SIZE (bind-9.14.5.tar.gz) = 6313555 Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind914/files/extrapatch-bind-min-override-ttl Thu Aug 22 17:09:19 2019 (r509612) +++ head/dns/bind914/files/extrapatch-bind-min-override-ttl Thu Aug 22 17:09:24 2019 (r509613) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2019-07-09 18:15:48 UTC +--- bin/named/config.c.orig 2019-08-13 12:42:31 UTC +++ bin/named/config.c @@ -181,6 +181,7 @@ options {\n\ notify-source *;\n\ @@ -8,9 +8,9 @@ provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2019-07-09 18:15:48 UTC +--- bin/named/server.c.orig 2019-08-13 12:42:31 UTC +++ bin/named/server.c -@@ -4245,6 +4245,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4246,6 +4246,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -22,7 +22,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 2019-07-09 18:15:48 UTC +--- lib/dns/include/dns/view.h.orig 2019-08-13 12:42:31 UTC +++ lib/dns/include/dns/view.h @@ -153,6 +153,7 @@ struct dns_view { bool requestnsid; @@ -32,9 +32,9 @@ dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2019-07-09 18:15:48 UTC +--- lib/dns/resolver.c.orig 2019-08-13 12:42:31 UTC +++ lib/dns/resolver.c -@@ -6050,6 +6050,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb +@@ -6035,6 +6035,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb } /* @@ -47,7 +47,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2019-07-09 18:15:48 UTC +--- lib/isccfg/namedconf.c.orig 2019-08-13 12:42:31 UTC +++ lib/isccfg/namedconf.c @@ -1901,6 +1901,7 @@ view_clauses[] = { #endif Modified: head/dns/bind914/files/patch-configure ============================================================================== --- head/dns/bind914/files/patch-configure Thu Aug 22 17:09:19 2019 (r509612) +++ head/dns/bind914/files/patch-configure Thu Aug 22 17:09:24 2019 (r509613) @@ -1,6 +1,6 @@ ---- configure.orig 2019-07-09 18:15:48 UTC +--- configure.orig 2019-08-13 12:42:31 UTC +++ configure -@@ -16823,27 +16823,9 @@ done +@@ -16837,27 +16837,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 -@@ -16886,47 +16868,7 @@ $as_echo "no" >&6; } ;; +@@ -16900,47 +16882,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 -@@ -21436,7 +21378,7 @@ $as_echo "" >&6; } +@@ -21571,7 +21513,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind914/pkg-plist ============================================================================== --- head/dns/bind914/pkg-plist Thu Aug 22 17:09:19 2019 (r509612) +++ head/dns/bind914/pkg-plist Thu Aug 22 17:09:24 2019 (r509613) @@ -139,6 +139,7 @@ include/isc/counter.h include/isc/crc64.h include/isc/deprecated.h include/isc/dir.h +include/isc/endian.h include/isc/errno.h include/isc/error.h include/isc/event.h @@ -196,6 +197,7 @@ include/isc/resultclass.h include/isc/rwlock.h include/isc/safe.h include/isc/serial.h +include/isc/siphash.h include/isc/sockaddr.h include/isc/socket.h include/isc/stat.h