aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/qjail
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-26 21:16:48 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-26 21:16:48 +0800
commitb8b46f3d567f8491f87a946f2185795c6f72dbf7 (patch)
treee40047162ece0c0337fde4a8f36a09fa590f29d4 /sysutils/qjail
parent5811c36f896f1b2be58ce4dbe5b0300bb64120b6 (diff)
downloadfreebsd-ports-gnome-b8b46f3d567f8491f87a946f2185795c6f72dbf7.tar.gz
freebsd-ports-gnome-b8b46f3d567f8491f87a946f2185795c6f72dbf7.tar.zst
freebsd-ports-gnome-b8b46f3d567f8491f87a946f2185795c6f72dbf7.zip
- Update to 4.7
Changes: 1. When running "qjail create -c" option for creating a jail with ssh and a user id / password of the jail name. On first start the user id gets created in the jail. This first start status was not being turned off. Added code to start logic to fix this. 2. Did not like the way console function was handling console commands being passed to the jail for execution. Changed the logic so it works like this. If -c option used alone or if -c & -u used together, them default jexec command format used. If no -c option then "jexec jailname login -f <root or -u value>" format used. This is real login causing the Welcome message to display. 3. Corrected the qjail manual console function to document usage of -c and -u flags. PR: 209737 Submitted by: qjail1@a1poweruser.com (maintainer)
Diffstat (limited to 'sysutils/qjail')
-rw-r--r--sysutils/qjail/Makefile2
-rw-r--r--sysutils/qjail/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile
index 955f9bbf5774..c21707be5653 100644
--- a/sysutils/qjail/Makefile
+++ b/sysutils/qjail/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qjail
-PORTVERSION= 4.6
+PORTVERSION= 4.7
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo
index fb726cea0d26..adf857dbd44f 100644
--- a/sysutils/qjail/distinfo
+++ b/sysutils/qjail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qjail-4.6.tar.bz2) = 38758d386bb20eebedde60f9dfdd7c4697c6c2b93fdf85cb468bab89ace8f32b
-SIZE (qjail-4.6.tar.bz2) = 62735
+SHA256 (qjail-4.7.tar.bz2) = 42c72de6a3cf3deb19f84c8e3f95a9054fe226d9e17675397e5d46dd31143e8d
+SIZE (qjail-4.7.tar.bz2) = 62754