From owner-svn-ports-all@freebsd.org Mon Jun 19 21:07:12 2017 Return-Path: Delivered-To: svn-ports-all@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 E9AB6DA4CA5; Mon, 19 Jun 2017 21:07:12 +0000 (UTC) (envelope-from adamw@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 B9D7E84585; Mon, 19 Jun 2017 21:07:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5JL7BJp042853; Mon, 19 Jun 2017 21:07:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5JL7B42042851; Mon, 19 Jun 2017 21:07:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201706192107.v5JL7B42042851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 19 Jun 2017 21:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443910 - branches/2017Q2/sysutils/qjail X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 21:07:13 -0000 Author: adamw Date: Mon Jun 19 21:07:11 2017 New Revision: 443910 URL: https://svnweb.freebsd.org/changeset/ports/443910 Log: MFH: r443856 Approved by: ports-secteam (zi) Update to 5.3 qjail-5.3-change-log 1. Adam Weinberger sent email about bug he found. The qjail console -c "ls /user/local" jailname command was not working correctly. This error was introduced by changes done to correct coding syntax problems that the hs-shellcheck package found and published in qjail-5.2. Fixed now. 2. Adam Weinberger also sent email containing a patch that standardized error messages and corrected some spelling errors. After review the patch was applied. 3. Checked all the 'kill' messages for 'Error:' prefix and added the prefix where it was missing to complete the standardization. 4. While reviewing the patch changes I noticed that the "qjail install" logic had some duplicated code. I removed it to make more of it part of the fall through logic path. 5. While working on the "qjail install" logic, 11.1-BETA1 was published. It cam to my attention that BETA and RC Release Engineering builds are now having distribution files built. Changed the 'qjail install' logic to auto handle BETA, RC, builds in the same manner RELEASE, and RELEASE-p builds were being handled. 6. Corrected the qjail manual to reflect the changes made to the script. PR: 220113 Submitted by: maintainer (Joe Barbish) Modified: branches/2017Q2/sysutils/qjail/Makefile branches/2017Q2/sysutils/qjail/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/sysutils/qjail/Makefile ============================================================================== --- branches/2017Q2/sysutils/qjail/Makefile Mon Jun 19 21:06:54 2017 (r443909) +++ branches/2017Q2/sysutils/qjail/Makefile Mon Jun 19 21:07:11 2017 (r443910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.2 +PORTVERSION= 5.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: branches/2017Q2/sysutils/qjail/distinfo ============================================================================== --- branches/2017Q2/sysutils/qjail/distinfo Mon Jun 19 21:06:54 2017 (r443909) +++ branches/2017Q2/sysutils/qjail/distinfo Mon Jun 19 21:07:11 2017 (r443910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490990068 -SHA256 (qjail-5.2.tar.bz2) = c322b82b7285062ab8a61aa35642d8ffc3c7fbe62e95b9037b7f83d6058012e7 -SIZE (qjail-5.2.tar.bz2) = 65473 +TIMESTAMP = 1497798324 +SHA256 (qjail-5.3.tar.bz2) = aa0d80da77404cba2192e6cf772bff644335f6bbdaa97d9012ba3c00d8b7d0cd +SIZE (qjail-5.3.tar.bz2) = 65586