diff options
author | adamw <adamw@FreeBSD.org> | 2017-06-19 21:07:11 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-06-19 21:07:11 +0000 |
commit | ac76bf28d8dc4c9e610913fc6d7c6fc275adf547 (patch) | |
tree | 7430863da2ad532e49d2b5be10388d4bc1ac3ca9 | |
parent | 61edcdd1906e552cf167b23d7eee3ef2a79274ff (diff) | |
download | FreeBSD-ports-ac76bf28d8dc4c9e610913fc6d7c6fc275adf547.zip FreeBSD-ports-ac76bf28d8dc4c9e610913fc6d7c6fc275adf547.tar.gz |
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)
-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 1f8fd09..dfe2f58 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.2 +PORTVERSION= 5.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo index 0680669..ea3fe9d 100644 --- a/sysutils/qjail/distinfo +++ b/sysutils/qjail/distinfo @@ -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 |