aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-06-19 21:07:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-06-19 21:07:11 +0000
commit26e755dbc353e15ec2c915e6c6800cd524b8c909 (patch)
tree7430863da2ad532e49d2b5be10388d4bc1ac3ca9
parentab85c8f05b9085ba356d5147a6b5c93346d913b9 (diff)
downloadports-26e755dbc353e15ec2c915e6c6800cd524b8c909.tar.gz
ports-26e755dbc353e15ec2c915e6c6800cd524b8c909.zip
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)
Notes
Notes: svn path=/branches/2017Q2/; revision=443910
-rw-r--r--sysutils/qjail/Makefile2
-rw-r--r--sysutils/qjail/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile
index 1f8fd0992f91..dfe2f5857f5e 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 06806695a7e8..ea3fe9de656b 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