diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-29 14:53:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-29 14:53:01 +0000 |
commit | 8ca2b1d272379591db9caebf8a5e3322af55ddcf (patch) | |
tree | 09df1aa7e0a676d5bdfbb33bf822adc9baf853f4 /sysutils/qjail | |
parent | 7478372f90c34701a2f8ea7b71279e35a5dacce4 (diff) |
Notes
Diffstat (limited to 'sysutils/qjail')
-rw-r--r-- | sysutils/qjail/Makefile | 9 | ||||
-rw-r--r-- | sysutils/qjail/distinfo | 5 | ||||
-rw-r--r-- | sysutils/qjail/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/qjail/pkg-message | 29 | ||||
-rw-r--r-- | sysutils/qjail/pkg-plist | 24 |
5 files changed, 21 insertions, 48 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index 16cecb2cfd41..203110959ec0 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 4.9 +PORTVERSION= 5.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -24,10 +24,13 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail-2.* qjail-3.* +CONFLICTS_INSTALL= qjail[24]-* + +IGNORE_FreeBSD_9= Only for FreeBSD 11+ +IGNORE_FreeBSD_10= Only for FreeBSD 11+ do-install: -.for i in qjail qjail.vnet.be qjail.vnet.ng +.for i in qjail qjail.vnet.be ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo index e48262345aeb..0c4ad8c5145a 100644 --- a/sysutils/qjail/distinfo +++ b/sysutils/qjail/distinfo @@ -1,2 +1,3 @@ -SHA256 (qjail-4.9.tar.bz2) = 163d8893d431ab0699156db4a15c1c8927a71c4918014adb6006a8b6657cb49b -SIZE (qjail-4.9.tar.bz2) = 66048 +TIMESTAMP = 1472482359 +SHA256 (qjail-5.0.tar.bz2) = 41bc83d214035c7939d50fce091a0f888a7d109aaf93cb52c9c70d0f4357a668 +SIZE (qjail-5.0.tar.bz2) = 63015 diff --git a/sysutils/qjail/pkg-descr b/sysutils/qjail/pkg-descr index a32f8d778c61..e631f1377f54 100644 --- a/sysutils/qjail/pkg-descr +++ b/sysutils/qjail/pkg-descr @@ -1,4 +1,4 @@ -This qjail version is not intended for RELEASES older than RELEASE-10.0. +This qjail version only supports RELEASE-11.0 and newer. Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level diff --git a/sysutils/qjail/pkg-message b/sysutils/qjail/pkg-message index 305da69273dd..1921fdc9091c 100644 --- a/sysutils/qjail/pkg-message +++ b/sysutils/qjail/pkg-message @@ -10,33 +10,4 @@ For the BIG PICTURE issue "man qjail-howto". ######################################################################## -For users who have existing qjail environments. Please take note. -There are changes to the internals of the jail(8) command and changes to -parameter names in the periodic files that have occured in FreeBSD -Release 10.2 that effects jail behavior in a very minor way. -IF your running qjail on an 10.2 or newer version of FreeBSD you should -consider doing the following. -This version of qjail has an built in auto convert function that you may select -to choose that fixes those minor behavior problems with your existing jails. -This auto convert function is not documented in the qjail manual. Its only -shown here. So write it down. - - Issue [ qjail update -u ] from the host console. - -This will cause the existing "flavors" default & ssh-default directories to be -renamed and new ones populated. Then in each existing jail the periodic.conf -and newsyslog.conf files will be renamed with .saved suffix and new ones added. -The rc.conf file will be updated in place changing the -syslogd_enable= parameter value from "NO" to "YES". - -The new periodic.conf file has many sendmail reporting options disabled because -sendmail is disabled in the jails rc.conf file by default. This drastically -reduces the daily. weekly, monthly system and security status reports elapse -run times. This has a major effect on operating system performance where there -are a large number of jails. - -The [ qjail install ] command will install all the correct files depending on -what version of FreeBSD your host is running. - -######################################################################## diff --git a/sysutils/qjail/pkg-plist b/sysutils/qjail/pkg-plist index 9409c8e7bc16..8df0772b6c47 100644 --- a/sysutils/qjail/pkg-plist +++ b/sysutils/qjail/pkg-plist @@ -1,24 +1,24 @@ bin/qjail bin/qjail.vnet.be -bin/qjail.vnet.ng @sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime man/man8/qjail.8.gz man/man8/qjail-intro.8.gz man/man8/qjail-howto.8.gz -%%EXAMPLESDIR%%/vnet/ipfw.rules.host -%%EXAMPLESDIR%%/vnet/ipfw.rules.vnet -%%EXAMPLESDIR%%/vnet/ipf.rules.host -%%EXAMPLESDIR%%/vnet/ipf.rules.vnet -%%EXAMPLESDIR%%/vnet/pf.rules.host -%%EXAMPLESDIR%%/vnet/pf.rules.vnet +%%EXAMPLESDIR%%/vnet/ipfw.host.rules +%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules +%%EXAMPLESDIR%%/vnet/ipf.host.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules +%%EXAMPLESDIR%%/vnet/pf.host.rules +%%EXAMPLESDIR%%/vnet/pf.vnet.rules.script +%%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 +%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf -%%EXAMPLESDIR%%/default/etc/periodic102.conf -%%EXAMPLESDIR%%/default/etc/newsyslog102.conf +%%EXAMPLESDIR%%/default/etc/newsyslog.conf %%EXAMPLESDIR%%/default/etc/rc.conf -%%EXAMPLESDIR%%/default/etc/rc102.conf %%EXAMPLESDIR%%/default/root/.cshrc %%EXAMPLESDIR%%/default/usr/local/etc/pkg.conf %%EXAMPLESDIR%%/default/usr/local/etc/sudoers @@ -28,11 +28,9 @@ man/man8/qjail-howto.8.gz %%EXAMPLESDIR%%/ssh-default/etc/motd %%EXAMPLESDIR%%/ssh-default/etc/passwd %%EXAMPLESDIR%%/ssh-default/etc/periodic.conf -%%EXAMPLESDIR%%/ssh-default/etc/periodic102.conf -%%EXAMPLESDIR%%/ssh-default/etc/newsyslog102.conf +%%EXAMPLESDIR%%/ssh-default/etc/newsyslog.conf %%EXAMPLESDIR%%/ssh-default/etc/pwd.db %%EXAMPLESDIR%%/ssh-default/etc/rc.conf -%%EXAMPLESDIR%%/ssh-default/etc/rc102.conf %%EXAMPLESDIR%%/ssh-default/etc/spwd.db %%EXAMPLESDIR%%/ssh-default/etc/ssh/sshd_config %%EXAMPLESDIR%%/ssh-default/root/.cshrc |