From owner-svn-ports-all@freebsd.org Mon Sep 16 21:10:35 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 66C64EC9B9; Mon, 16 Sep 2019 21:10:35 +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 46XJmq1r2Zz48jw; Mon, 16 Sep 2019 21:10:35 +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 2253426014; Mon, 16 Sep 2019 21:10:35 +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 x8GLAZZh088949; Mon, 16 Sep 2019 21:10:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8GLAYX4088947; Mon, 16 Sep 2019 21:10:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201909162110.x8GLAYX4088947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 16 Sep 2019 21:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512189 - 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: 512189 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: Mon, 16 Sep 2019 21:10:35 -0000 Author: mat Date: Mon Sep 16 21:10:34 2019 New Revision: 512189 URL: https://svnweb.freebsd.org/changeset/ports/512189 Log: Update to latest commit. Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Sep 16 21:10:06 2019 (r512188) +++ head/dns/bind9-devel/Makefile Mon Sep 16 21:10:34 2019 (r512189) @@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.15.3a0.2019.08.30 +ISCVERSION= 9.15.3a0.2019.09.13 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 2367d61016304b19dadfadea70dffcab536ce4dc +GL_COMMIT= 3699545dace25859d5fe265cb9aeced22d883eb1 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Sep 16 21:10:06 2019 (r512188) +++ head/dns/bind9-devel/distinfo Mon Sep 16 21:10:34 2019 (r512189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567419416 -SHA256 (isc-projects-bind9-2367d61016304b19dadfadea70dffcab536ce4dc_GL0.tar.gz) = f5bbdd799f32ead9a46fda46ff78cbe17c6b6b05a8be725008f4d485f4317e6e -SIZE (isc-projects-bind9-2367d61016304b19dadfadea70dffcab536ce4dc_GL0.tar.gz) = 6337913 +TIMESTAMP = 1568666955 +SHA256 (isc-projects-bind9-3699545dace25859d5fe265cb9aeced22d883eb1_GL0.tar.gz) = dc8957993d1278fba7306968b0c63e3a00343bd56678f1b549655205dcd17a92 +SIZE (isc-projects-bind9-3699545dace25859d5fe265cb9aeced22d883eb1_GL0.tar.gz) = 6343436 Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Sep 16 21:10:06 2019 (r512188) +++ head/dns/bind9-devel/files/patch-configure Mon Sep 16 21:10:34 2019 (r512189) @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2019-08-12 08:39:30 UTC +--- configure.orig 2019-09-13 08:55:55 UTC +++ configure -@@ -17216,27 +17216,9 @@ done +@@ -17249,27 +17249,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $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 -@@ -17279,47 +17261,7 @@ $as_echo "no" >&6; } ;; +@@ -17312,47 +17294,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22709,7 +22651,7 @@ $as_echo "" >&6; } +@@ -22742,7 +22684,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).