From owner-svn-ports-head@freebsd.org Tue Dec 10 14:10:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43E731DA7B1; Tue, 10 Dec 2019 14:10:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47XMQt164mz4tdq; Tue, 10 Dec 2019 14:10:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 210A82BDBB; Tue, 10 Dec 2019 14:10:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBAEAUob086646; Tue, 10 Dec 2019 14:10:30 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBAEATak086639; Tue, 10 Dec 2019 14:10:29 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201912101410.xBAEATak086639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 10 Dec 2019 14:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519664 - head/shells/jailkit X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/shells/jailkit X-SVN-Commit-Revision: 519664 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2019 14:10:30 -0000 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