svn commit: r450586 - branches/2017Q3/sysutils/qjail

Adam Weinberger adamw at FreeBSD.org
Mon Sep 25 12:17:29 UTC 2017


Author: adamw
Date: Mon Sep 25 12:17:27 2017
New Revision: 450586
URL: https://svnweb.freebsd.org/changeset/ports/450586

Log:
  MFH: r448797
  
  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)
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2017Q3/sysutils/qjail/Makefile
  branches/2017Q3/sysutils/qjail/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/sysutils/qjail/Makefile
==============================================================================
--- branches/2017Q3/sysutils/qjail/Makefile	Mon Sep 25 12:15:58 2017	(r450585)
+++ branches/2017Q3/sysutils/qjail/Makefile	Mon Sep 25 12:17:27 2017	(r450586)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qjail
-PORTVERSION=	5.3
+PORTVERSION=	5.4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: branches/2017Q3/sysutils/qjail/distinfo
==============================================================================
--- branches/2017Q3/sysutils/qjail/distinfo	Mon Sep 25 12:15:58 2017	(r450585)
+++ branches/2017Q3/sysutils/qjail/distinfo	Mon Sep 25 12:17:27 2017	(r450586)
@@ -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


More information about the svn-ports-all mailing list