diff options
author | adamw <adamw@FreeBSD.org> | 2017-09-25 12:17:27 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-09-25 12:17:27 +0000 |
commit | 112bbc885df4c01dc0c5216bdce615a3d688ac61 (patch) | |
tree | 4556bb7545f35e1115b57f93c812cac27206f55e | |
parent | 4487b2255ec8f1a0bf5e7803c2d6a0366f9ff05e (diff) | |
download | FreeBSD-ports-112bbc885df4c01dc0c5216bdce615a3d688ac61.zip FreeBSD-ports-112bbc885df4c01dc0c5216bdce615a3d688ac61.tar.gz |
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)
-rw-r--r-- | sysutils/qjail/Makefile | 2 | ||||
-rw-r--r-- | sysutils/qjail/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index dfe2f58..ed2f2e7 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo index ea3fe9d..06dd953 100644 --- a/sysutils/qjail/distinfo +++ b/sysutils/qjail/distinfo @@ -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 |