svn commit: r443910 - branches/2017Q2/sysutils/qjail
Adam Weinberger
adamw at FreeBSD.org
Mon Jun 19 21:07:13 UTC 2017
Author: adamw
Date: Mon Jun 19 21:07:11 2017
New Revision: 443910
URL: https://svnweb.freebsd.org/changeset/ports/443910
Log:
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)
Modified:
branches/2017Q2/sysutils/qjail/Makefile
branches/2017Q2/sysutils/qjail/distinfo
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/sysutils/qjail/Makefile
==============================================================================
--- branches/2017Q2/sysutils/qjail/Makefile Mon Jun 19 21:06:54 2017 (r443909)
+++ branches/2017Q2/sysutils/qjail/Makefile Mon Jun 19 21:07:11 2017 (r443910)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qjail
-PORTVERSION= 5.2
+PORTVERSION= 5.3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
Modified: branches/2017Q2/sysutils/qjail/distinfo
==============================================================================
--- branches/2017Q2/sysutils/qjail/distinfo Mon Jun 19 21:06:54 2017 (r443909)
+++ branches/2017Q2/sysutils/qjail/distinfo Mon Jun 19 21:07:11 2017 (r443910)
@@ -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
More information about the svn-ports-all
mailing list