Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2018 11:50:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r477958 - in branches/2018Q3/dns: bind9-devel bind9-devel/files bind911 bind911/files bind912 bind912/files bind913 bind913/files
Message-ID:  <201808241150.w7OBoXEt016088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Aug 24 11:50:32 2018
New Revision: 477958
URL: https://svnweb.freebsd.org/changeset/ports/477958

Log:
  MFH: r477957
  
  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

Modified:
  branches/2018Q3/dns/bind9-devel/Makefile
  branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist
  branches/2018Q3/dns/bind911/Makefile
  branches/2018Q3/dns/bind911/files/BIND.chroot.dist
  branches/2018Q3/dns/bind912/Makefile
  branches/2018Q3/dns/bind912/files/BIND.chroot.dist
  branches/2018Q3/dns/bind913/Makefile
  branches/2018Q3/dns/bind913/files/BIND.chroot.dist
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/dns/bind9-devel/Makefile
==============================================================================
--- branches/2018Q3/dns/bind9-devel/Makefile	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind9-devel/Makefile	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist
==============================================================================
--- branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind911/Makefile
==============================================================================
--- branches/2018Q3/dns/bind911/Makefile	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind911/Makefile	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind911/files/BIND.chroot.dist
==============================================================================
--- branches/2018Q3/dns/bind911/files/BIND.chroot.dist	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind911/files/BIND.chroot.dist	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind912/Makefile
==============================================================================
--- branches/2018Q3/dns/bind912/Makefile	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind912/Makefile	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind912/files/BIND.chroot.dist
==============================================================================
--- branches/2018Q3/dns/bind912/files/BIND.chroot.dist	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind912/files/BIND.chroot.dist	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind913/Makefile
==============================================================================
--- branches/2018Q3/dns/bind913/Makefile	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind913/Makefile	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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: branches/2018Q3/dns/bind913/files/BIND.chroot.dist
==============================================================================
--- branches/2018Q3/dns/bind913/files/BIND.chroot.dist	Fri Aug 24 11:49:34 2018	(r477957)
+++ branches/2018Q3/dns/bind913/files/BIND.chroot.dist	Fri Aug 24 11:50:32 2018	(r477958)
@@ -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?201808241150.w7OBoXEt016088>