Date: Fri, 24 Aug 2018 11:49:34 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <201808241149.w7OBnY1W013547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808241149.w7OBnY1W013547>