From owner-svn-ports-head@freebsd.org Fri Feb 17 16:49:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51C3CCE3313; Fri, 17 Feb 2017 16:49:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id 133791B13; Fri, 17 Feb 2017 16:49:30 +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 v1HGnUjn005288; Fri, 17 Feb 2017 16:49:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnTHW005284; Fri, 17 Feb 2017 16:49:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702171649.v1HGnTHW005284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 17 Feb 2017 16:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434303 - head/sysutils/qjail X-SVN-Group: ports-head 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.23 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, 17 Feb 2017 16:49:31 -0000 Author: mat Date: Fri Feb 17 16:49:29 2017 New Revision: 434303 URL: https://svnweb.freebsd.org/changeset/ports/434303 Log: Update to 5.1. PR: 217177 Submitted by: maintainer Sponsored by: Absolight Modified: head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/qjail/distinfo (contents, props changed) head/sysutils/qjail/pkg-message (contents, props changed) head/sysutils/qjail/pkg-plist (contents, props changed) Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/Makefile Fri Feb 17 16:49:29 2017 (r434303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -24,23 +24,24 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -IGNORE_FreeBSD_10= Only for FreeBSD 11+ +IGNORE_FreeBSD_10= This version only for FreeBSD 11+ do-install: -.for i in qjail qjail.vnet.be +.for i in qjail ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf \ ${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample -.for i in qjail qjail-intro qjail-howto +.for i in qjail qjail-intro qjail-howto qjail-vnet-howto \ + qjail-ipv6-testing ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .endfor # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ \ - && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) + && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/distinfo Fri Feb 17 16:49:29 2017 (r434303) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472482359 -SHA256 (qjail-5.0.tar.bz2) = 41bc83d214035c7939d50fce091a0f888a7d109aaf93cb52c9c70d0f4357a668 -SIZE (qjail-5.0.tar.bz2) = 63015 +TIMESTAMP = 1487344102 +SHA256 (qjail-5.1.tar.bz2) = 9897ac708baf4532cfef273780bea4590b3b82b5c0a7ab1bf387bd92595bf5c3 +SIZE (qjail-5.1.tar.bz2) = 65638 Modified: head/sysutils/qjail/pkg-message ============================================================================== --- head/sysutils/qjail/pkg-message Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/pkg-message Fri Feb 17 16:49:29 2017 (r434303) @@ -1,13 +1,13 @@ - ######################################################################## Use the qjail utility to deploy small or large numbers of jails quickly. First issue "rehash" command to enable the qjail command (if using csh). -Then issue "man qjail-intro" to read the qjail introduction. -After reading that do "man qjail" for the usage details. -For the BIG PICTURE issue "man qjail-howto". +Then issue +"man qjail-intro" To read the qjail introduction. +"man qjail" For qjail usage details. +"man qjail-howto" For example of driving public traffic to non-vnet jails. +"man qjail-vnet-howto" For example of creating vnet jails. +"man qjail-ipv6-testing" For example of testing jails with ipv6 addresses. ######################################################################## - - Modified: head/sysutils/qjail/pkg-plist ============================================================================== --- head/sysutils/qjail/pkg-plist Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/pkg-plist Fri Feb 17 16:49:29 2017 (r434303) @@ -1,10 +1,11 @@ bin/qjail -bin/qjail.vnet.be @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 +man/man8/qjail-vnet-howto.8.gz +man/man8/qjail-ipv6-testing.8.gz %%EXAMPLESDIR%%/vnet/ipfw.host.rules %%EXAMPLESDIR%%/vnet/ipfw.vnet.rules %%EXAMPLESDIR%%/vnet/ipf.host.rules @@ -14,6 +15,8 @@ man/man8/qjail-howto.8.gz %%EXAMPLESDIR%%/vnet/pf.vnet.rules.script %%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 %%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 +%%EXAMPLESDIR%%/vnet/devfsrules_qjail_bpf50 +%%EXAMPLESDIR%%/vnet/dot.cshrc %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf