Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 16:20:00 GMT
From:      "qjail" <qjail@a1poweruser.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/189120: [Maintainer update] sysutils/qjail maintenance &amp; enhancements
Message-ID:  <201405081620.s48GK0Hr030011@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189120; it has been noted by GNATS.

From: "qjail" <qjail@a1poweruser.com>
To: <bug-followup@FreeBSD.org>,
	"qjail" <qjail@a1poweruser.com>
Cc:  
Subject: Re: ports/189120: [Maintainer update] sysutils/qjail  maintenance &amp; enhancements
Date: Thu, 8 May 2014 12:10:28 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0000_01CF6AB6.806887C0
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 
 Have made last minute changes for continued support of Dreamcat4's
 NAS4Free project and added fix for pkgng.
 
 New Make files diff attached.
 Corrected the "CONFLICTS_INSTALL" statement.
 ------=_NextPart_000_0000_01CF6AB6.806887C0
 Content-Type: application/octet-stream;
 	name="qjail-3.3_port_diff"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="qjail-3.3_port_diff"
 
 Files qjail-3.2/.svn/wc.db and qjail/.svn/wc.db differ=0A=
 diff -ruN qjail-3.2/Makefile qjail/Makefile=0A=
 --- qjail-3.2/Makefile	2014-05-01 12:13:20.000000000 -0400=0A=
 +++ qjail/Makefile	2014-05-01 12:15:01.000000000 -0400=0A=
 @@ -2,7 +2,7 @@=0A=
  # $FreeBSD: head/sysutils/qjail/Makefile 327772 2013-09-20 23:05:58Z =
 bapt $=0A=
  =0A=
  PORTNAME=3D	qjail=0A=
 -PORTVERSION=3D	3.2=0A=
 +PORTVERSION=3D	3.3=0A=
  CATEGORIES=3D	sysutils=0A=
  MASTER_SITES=3D	SF/${PORTNAME}=0A=
  =0A=
 @@ -15,7 +15,7 @@=0A=
  =0A=
  MAN8=3D		qjail.8 qjail-intro.8 qjail-howto.8=0A=
  =0A=
 -CONFLICTS_INSTALL=3D	qjail-2.*=0A=
 +CONFLICTS_INSTALL=3D	qjail-2.* qjail-3.0 qjail-3.1 =0A=
  =0A=
  NO_STAGE=3D	yes=0A=
  post-patch:=0A=
 diff -ruN qjail-3.2/distinfo qjail/distinfo=0A=
 --- qjail-3.2/distinfo	2014-05-01 12:13:20.000000000 -0400=0A=
 +++ qjail/distinfo	2014-05-08 11:05:17.000000000 -0400=0A=
 @@ -1,2 +1,2 @@=0A=
 -SHA256 (qjail-3.2.tar.bz2) =3D =
 3088c1946e720ddc3fb6f78254f8616951de3a90f0e6e0dfbd4d49c16febe697=0A=
 -SIZE (qjail-3.2.tar.bz2) =3D 121560=0A=
 +SHA256 (qjail-3.3.tar.bz2) =3D =
 aa5d030e32b6cf2d5888d8ebbf39c929efa1f620a63ceefc4b219d4196c9e8a1=0A=
 +SIZE (qjail-3.3.tar.bz2) =3D 61449=0A=
 diff -ruN qjail-3.2/files/pkg-message.in qjail/files/pkg-message.in=0A=
 --- qjail-3.2/files/pkg-message.in	2014-05-01 12:13:20.000000000 -0400=0A=
 +++ qjail/files/pkg-message.in	2014-05-08 11:31:12.000000000 -0400=0A=
 @@ -10,9 +10,13 @@=0A=
  =0A=
  ########################################################################=0A=
  =0A=
 +If your host is running 10.0-RELEASE be sure you apply system security =0A=
 +update. You need to be at 10.0-RELEASE-p2.  Run the following command=0A=
 +to apply system security updates.=0A=
 +   freebsd-update  fetch =0A=
 +   freebsd-update  install=0A=
  =0A=
 -For instructions on upgrading jail filesystems=0A=
 -Read %%EXAMPLESDIR%%/upgrade-info.txt=0A=
 +########################################################################=0A=
  =0A=
  =0A=
  =0A=
 diff -ruN qjail-3.2/pkg-descr qjail/pkg-descr=0A=
 --- qjail-3.2/pkg-descr	2014-05-01 12:13:20.000000000 -0400=0A=
 +++ qjail/pkg-descr	2014-04-29 18:06:14.000000000 -0400=0A=
 @@ -1,16 +1,17 @@=0A=
  Qjail [ q =3D quick ] is a 4th generation wrapper for the basic chroot =
 jail=0A=
  system that includes security and performance enhancements. Plus a new =
 level=0A=
  of "user friendliness" enhancements dealing with deploying just a few =
 jails or=0A=
 -large jail environments consisting of 100's of jails.=0A=
 +large scale jail environments consisting of 100's of jails.=0A=
  =0A=
  This version of qjail has been converted from using the legacy =
 rc.d-method as =0A=
  used in all previous versions of qjail, to using the jail(8) =
 jail.conf-method =0A=
 -available in RELEASE-9.1. This upgrade provides the ability to enable =
 the =0A=
 -following new options on a per-jail basis. exec.fib, allow.raw_sockets, =0A=
 -allow.quotas, allow.mount.nullfs, allow.mount.zfs, cpuset.id, =
 securelevel, =0A=
 +available in RELEASE-9.1 which contained many bugs, some that were =
 fixed in=0A=
 +RELEASE-9.2 and others fixed in RELEASE-10.0. This upgrade provides the =
 ability=0A=
 +to enable the following new options on a per-jail basis. exec.fib, =
 securelevel,=0A=
 +allow.raw_sockets, allow.quotas, allow.mount.nullfs, allow.mount.zfs, =
 cpuset.id,=0A=
  vnet.interface, and vnet. The vnet option gives a jail its own network =
 stack =0A=
 -using the experimental vimage software. This qjail version is not =
 functional =0A=
 -for RELEASES older than RELEASE-9.1. The vnet option has only been =
 tested on =0A=
 +using the experimental vimage software. This qjail version is not =
 intended=0A=
 +for RELEASES older than RELEASE-10.0. The vnet option has only been =
 tested on =0A=
  i386 and amd64 equipment.=0A=
  =0A=
  Qjail requires no knowledge of the jail command usage. It uses "nullfs" =
 for=0A=
 diff -ruN qjail-3.2/pkg-plist qjail/pkg-plist=0A=
 --- qjail-3.2/pkg-plist	2014-05-01 12:13:20.000000000 -0400=0A=
 +++ qjail/pkg-plist	2014-04-29 18:01:18.000000000 -0400=0A=
 @@ -3,9 +3,6 @@=0A=
  bin/qjail.vnet.ng=0A=
  etc/qjail.portsnap.conf=0A=
  etc/rc.d/qjail.bootime=0A=
 -%%EXAMPLESDIR%%/upgrade-info.txt=0A=
 -%%EXAMPLESDIR%%/vnet/jail.amd64=0A=
 -%%EXAMPLESDIR%%/vnet/jail.i386=0A=
  %%EXAMPLESDIR%%/vnet/ipfw.rules.host=0A=
  %%EXAMPLESDIR%%/vnet/ipfw.rules.vnet=0A=
  %%EXAMPLESDIR%%/vnet/ipf.rules.host=0A=
 
 ------=_NextPart_000_0000_01CF6AB6.806887C0--
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081620.s48GK0Hr030011>