svn commit: r443856 - head/sysutils/qjail
Adam Weinberger
adamw at FreeBSD.org
Mon Jun 19 02:04:26 UTC 2017
Author: adamw
Date: Mon Jun 19 02:04:25 2017
New Revision: 443856
URL: https://svnweb.freebsd.org/changeset/ports/443856
Log:
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)
MFH: 2017Q2
Modified:
head/sysutils/qjail/Makefile
head/sysutils/qjail/distinfo
Modified: head/sysutils/qjail/Makefile
==============================================================================
--- head/sysutils/qjail/Makefile Mon Jun 19 02:00:16 2017 (r443855)
+++ head/sysutils/qjail/Makefile Mon Jun 19 02:04:25 2017 (r443856)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qjail
-PORTVERSION= 5.2
+PORTVERSION= 5.3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
Modified: head/sysutils/qjail/distinfo
==============================================================================
--- head/sysutils/qjail/distinfo Mon Jun 19 02:00:16 2017 (r443855)
+++ head/sysutils/qjail/distinfo Mon Jun 19 02:04:25 2017 (r443856)
@@ -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