Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 14:10:29 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519664 - head/shells/jailkit
Message-ID:  <201912101410.xBAEATak086639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Dec 10 14:10:29 2019
New Revision: 519664
URL: https://svnweb.freebsd.org/changeset/ports/519664

Log:
  shells/jailkit: Update to 2.21
  
  This release adds full python 3 compatibility.
  
  Changes this release:
    https://olivier.sessink.nl/jailkit/index.html#news

Modified:
  head/shells/jailkit/Makefile
  head/shells/jailkit/distinfo
  head/shells/jailkit/pkg-descr
  head/shells/jailkit/pkg-plist

Modified: head/shells/jailkit/Makefile
==============================================================================
--- head/shells/jailkit/Makefile	Tue Dec 10 13:54:03 2019	(r519663)
+++ head/shells/jailkit/Makefile	Tue Dec 10 14:10:29 2019	(r519664)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jailkit
-PORTVERSION=	2.20
+PORTVERSION=	2.21
 CATEGORIES=	shells
 MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
 		http://www.sfr-fresh.com/unix/privat/
@@ -11,8 +11,9 @@ MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	Utilities to limit user accounts to specific files and/or commands
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		python:2.7
+USES=		python
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PYTHONINTERPRETER=${PYTHON_CMD}

Modified: head/shells/jailkit/distinfo
==============================================================================
--- head/shells/jailkit/distinfo	Tue Dec 10 13:54:03 2019	(r519663)
+++ head/shells/jailkit/distinfo	Tue Dec 10 14:10:29 2019	(r519664)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549284658
-SHA256 (jailkit-2.20.tar.gz) = d619c1d4d11c823b7fa2e88a1d948600febd419ae8140381a63508961af1f6b5
-SIZE (jailkit-2.20.tar.gz) = 142815
+TIMESTAMP = 1575986065
+SHA256 (jailkit-2.21.tar.gz) = 7a020e07adf93860c538f0d98196aea33d461babdba8bb3eddf7081e57a29c14
+SIZE (jailkit-2.21.tar.gz) = 141341

Modified: head/shells/jailkit/pkg-descr
==============================================================================
--- head/shells/jailkit/pkg-descr	Tue Dec 10 13:54:03 2019	(r519663)
+++ head/shells/jailkit/pkg-descr	Tue Dec 10 14:10:29 2019	(r519664)
@@ -1,6 +1,17 @@
 Jailkit is a set of utilities to limit user accounts to specific files
-using chroot() and or specific commands.  Setting up a chroot shell, a
-shell limited to some specific command, or daemon inside a chroot jail
+using chroot() and or specific commands. Setting up a chroot shell, a
+shell limited to some specific command, or a daemon inside a chroot jail
 is a lot easier and can be automated using these utilities.
 
-WWW: http://olivier.sessink.nl/jailkit/
+Jailkit is a specialized tool that is developed with a focus on security.
+It will abort in a secure way if the configuration, the system setup or the
+environment is not 100% secure, and it will send useful log messages that
+explain what is wrong to syslog.
+
+Jailkit is known to be used in network security appliances from several leading
+IT security firms, internet servers from several large enterprise organizations,
+internet servers from internet service providers, as well as many smaller
+companies and private users that need to secure cvs, sftp, shell or daemon
+processes.
+
+WWW: https://olivier.sessink.nl/jailkit/

Modified: head/shells/jailkit/pkg-plist
==============================================================================
--- head/shells/jailkit/pkg-plist	Tue Dec 10 13:54:03 2019	(r519663)
+++ head/shells/jailkit/pkg-plist	Tue Dec 10 14:10:29 2019	(r519664)
@@ -7,7 +7,6 @@ bin/jk_uchroot
 %%ETCDIR%%/jk_uchroot.ini
 %%ETCDIR%%/jk_update.ini
 man/man8/jailkit.8.gz
-man/man8/jk_addjailuser.8.gz
 man/man8/jk_check.8.gz
 man/man8/jk_chrootlaunch.8.gz
 man/man8/jk_chrootsh.8.gz
@@ -20,7 +19,6 @@ man/man8/jk_lsh.8.gz
 man/man8/jk_socketd.8.gz
 man/man8/jk_uchroot.8.gz
 man/man8/jk_update.8.gz
-sbin/jk_addjailuser
 sbin/jk_check
 sbin/jk_chrootlaunch
 @shell sbin/jk_chrootsh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912101410.xBAEATak086639>