From owner-svn-ports-head@freebsd.org Thu May 26 13:16:49 2016 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 C5706B4B726; Thu, 26 May 2016 13:16:49 +0000 (UTC) (envelope-from amdmi3@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 7B6EA16C0; Thu, 26 May 2016 13:16:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QDGmYJ047344; Thu, 26 May 2016 13:16:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDGmrY047342; Thu, 26 May 2016 13:16:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261316.u4QDGmrY047342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415891 - 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.22 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: Thu, 26 May 2016 13:16:49 -0000 Author: amdmi3 Date: Thu May 26 13:16:48 2016 New Revision: 415891 URL: https://svnweb.freebsd.org/changeset/ports/415891 Log: - Update to 4.7 Changes: 1. When running "qjail create -c" option for creating a jail with ssh and a user id / password of the jail name. On first start the user id gets created in the jail. This first start status was not being turned off. Added code to start logic to fix this. 2. Did not like the way console function was handling console commands being passed to the jail for execution. Changed the logic so it works like this. If -c option used alone or if -c & -u used together, them default jexec command format used. If no -c option then "jexec jailname login -f " format used. This is real login causing the Welcome message to display. 3. Corrected the qjail manual console function to document usage of -c and -u flags. PR: 209737 Submitted by: qjail1@a1poweruser.com (maintainer) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Thu May 26 12:56:35 2016 (r415890) +++ head/sysutils/qjail/Makefile Thu May 26 13:16:48 2016 (r415891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Thu May 26 12:56:35 2016 (r415890) +++ head/sysutils/qjail/distinfo Thu May 26 13:16:48 2016 (r415891) @@ -1,2 +1,2 @@ -SHA256 (qjail-4.6.tar.bz2) = 38758d386bb20eebedde60f9dfdd7c4697c6c2b93fdf85cb468bab89ace8f32b -SIZE (qjail-4.6.tar.bz2) = 62735 +SHA256 (qjail-4.7.tar.bz2) = 42c72de6a3cf3deb19f84c8e3f95a9054fe226d9e17675397e5d46dd31143e8d +SIZE (qjail-4.7.tar.bz2) = 62754