From owner-svn-ports-all@freebsd.org Sun Aug 27 01:14:02 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 A7273DDF707; Sun, 27 Aug 2017 01:14:02 +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 7491083206; Sun, 27 Aug 2017 01:14:02 +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 v7R1E1OL067022; Sun, 27 Aug 2017 01:14:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7R1E11j067020; Sun, 27 Aug 2017 01:14:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708270114.v7R1E11j067020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 27 Aug 2017 01:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448797 - head/sysutils/qjail X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/sysutils/qjail X-SVN-Commit-Revision: 448797 X-SVN-Commit-Repository: ports 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: Sun, 27 Aug 2017 01:14:02 -0000 Author: adamw Date: Sun Aug 27 01:14:01 2017 New Revision: 448797 URL: https://svnweb.freebsd.org/changeset/ports/448797 Log: Update to 5.4. Aaron Sachau sent email about bug he found. The "qjail console jailname" command that has a jail with a fib assigned to it was not working correctly. This error was introduced by changes done to correct coding syntax problems that the hs-shellcheck package found and corrected and then published in qjail-5.2. Reverted back to how qjail-5.1 did it. Aaron Sachau tested the patch. Fixed now. PR: 221839 Submitted by: maintainer (Joe Barbish) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Sun Aug 27 00:36:53 2017 (r448796) +++ head/sysutils/qjail/Makefile Sun Aug 27 01:14:01 2017 (r448797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Sun Aug 27 00:36:53 2017 (r448796) +++ head/sysutils/qjail/distinfo Sun Aug 27 01:14:01 2017 (r448797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497798324 -SHA256 (qjail-5.3.tar.bz2) = aa0d80da77404cba2192e6cf772bff644335f6bbdaa97d9012ba3c00d8b7d0cd -SIZE (qjail-5.3.tar.bz2) = 65586 +TIMESTAMP = 1503771345 +SHA256 (qjail-5.4.tar.bz2) = 91da2c2685ee298b2f39a4643ee6c545ca5317404c61153f5089b05e9f08dcb3 +SIZE (qjail-5.4.tar.bz2) = 65689