svn commit: r448797 - head/sysutils/qjail

Adam Weinberger adamw at FreeBSD.org
Sun Aug 27 01:14:02 UTC 2017


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


More information about the svn-ports-all mailing list