From owner-svn-ports-head@freebsd.org Fri Aug 24 11:49:36 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 8D89A1087EDA; Fri, 24 Aug 2018 11:49:36 +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 422EB82FEA; Fri, 24 Aug 2018 11:49:36 +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 1D21310A32; Fri, 24 Aug 2018 11:49:36 +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 w7OBnZgo013558; Fri, 24 Aug 2018 11:49:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OBnY1W013547; Fri, 24 Aug 2018 11:49:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201808241149.w7OBnY1W013547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Aug 2018 11:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477957 - in head/dns: bind9-devel bind9-devel/files bind911 bind911/files bind912 bind912/files bind913 bind913/files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns: bind9-devel bind9-devel/files bind911 bind911/files bind912 bind912/files bind913 bind913/files X-SVN-Commit-Revision: 477957 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: Fri, 24 Aug 2018 11:49:36 -0000 Author: mat Date: Fri Aug 24 11:49:34 2018 New Revision: 477957 URL: https://svnweb.freebsd.org/changeset/ports/477957 Log: Permit using allow-new-zones, LMDB, and a chrooted environment. Fixes this obscure and not at all helpful message: mdb_env_open of '_default.nzd' failed: No such file or directory PR: 229125 Reported by: Tomáš Čiernik MFH: 2018Q3 Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/files/BIND.chroot.dist head/dns/bind911/Makefile (contents, props changed) head/dns/bind911/files/BIND.chroot.dist head/dns/bind912/Makefile (contents, props changed) head/dns/bind912/files/BIND.chroot.dist head/dns/bind913/Makefile (contents, props changed) head/dns/bind913/files/BIND.chroot.dist Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind9-devel/Makefile Fri Aug 24 11:49:34 2018 (r477957) @@ -9,7 +9,7 @@ PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site Modified: head/dns/bind9-devel/files/BIND.chroot.dist ============================================================================== --- head/dns/bind9-devel/files/BIND.chroot.dist Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind9-devel/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind911/Makefile Fri Aug 24 11:49:34 2018 (r477957) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 Modified: head/dns/bind911/files/BIND.chroot.dist ============================================================================== --- head/dns/bind911/files/BIND.chroot.dist Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind911/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind912/Makefile Fri Aug 24 11:49:34 2018 (r477957) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/bind912/files/BIND.chroot.dist ============================================================================== --- head/dns/bind912/files/BIND.chroot.dist Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind912/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: head/dns/bind913/Makefile ============================================================================== --- head/dns/bind913/Makefile Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind913/Makefile Fri Aug 24 11:49:34 2018 (r477957) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/bind913/files/BIND.chroot.dist ============================================================================== --- head/dns/bind913/files/BIND.chroot.dist Fri Aug 24 11:17:05 2018 (r477956) +++ head/dns/bind913/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir