git: 6e52104904ce - main - shells/jailkit: the port had been updated and improved (+)

Alexey Dokuchaev danfe at FreeBSD.org
Wed Sep 15 04:38:42 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e52104904ce4fdf02ad06f018dbfa8338f87183

commit 6e52104904ce4fdf02ad06f018dbfa8338f87183
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-09-15 04:35:34 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-09-15 04:36:23 +0000

    shells/jailkit: the port had been updated and improved (+)
    
    - Update to the latest version 2.22 and fix manpage installation
    - Reformat port description for better looks, add one missing slash
      and one Oxford comma while I'm here
    
    PR:     258277
---
 shells/jailkit/Makefile                    |  3 +--
 shells/jailkit/distinfo                    |  6 +++---
 shells/jailkit/files/patch-man_Makefile.in | 11 +++++++++++
 shells/jailkit/pkg-descr                   | 18 +++++++++---------
 shells/jailkit/pkg-plist                   |  2 +-
 5 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile
index e21a013549c8..6b649bd08fb1 100644
--- a/shells/jailkit/Makefile
+++ b/shells/jailkit/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sylvio Cesar <sylvio at FreeBSD.org>
 
 PORTNAME=	jailkit
-PORTVERSION=	2.21
+PORTVERSION=	2.22
 CATEGORIES=	shells
 MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
 		http://www.sfr-fresh.com/unix/privat/
@@ -13,7 +13,6 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USES=		python
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PYTHONINTERPRETER=${PYTHON_CMD}
 PORTDOCS=	COPYRIGHT README.txt
diff --git a/shells/jailkit/distinfo b/shells/jailkit/distinfo
index 79e60f3e83d4..77eefa57733a 100644
--- a/shells/jailkit/distinfo
+++ b/shells/jailkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575986065
-SHA256 (jailkit-2.21.tar.gz) = 7a020e07adf93860c538f0d98196aea33d461babdba8bb3eddf7081e57a29c14
-SIZE (jailkit-2.21.tar.gz) = 141341
+TIMESTAMP = 1619617299
+SHA256 (jailkit-2.22.tar.gz) = a7c979617206710b56bbbe0ddcdfb1e14b2bfc440030b0283713f4a43f284a71
+SIZE (jailkit-2.22.tar.gz) = 141724
diff --git a/shells/jailkit/files/patch-man_Makefile.in b/shells/jailkit/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..cda814f0b52d
--- /dev/null
+++ b/shells/jailkit/files/patch-man_Makefile.in
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig	2021-02-03 13:57:43 UTC
++++ man/Makefile.in
+@@ -20,7 +20,7 @@ SRCS = \
+ 
+ @HAVEPROCMAIL_TRUE at SRCS += jk_procmailwrapper.8
+ 
+-MANS = $(SRCS:.8=.8.gz)
++MANS = $(SRCS:N*.7:.8=.8.gz)
+ MANS7 = $(SRCS:.7=.7.gz)
+ 
+ 
diff --git a/shells/jailkit/pkg-descr b/shells/jailkit/pkg-descr
index 623d8596fb95..780d0dbd1d68 100644
--- a/shells/jailkit/pkg-descr
+++ b/shells/jailkit/pkg-descr
@@ -1,17 +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
+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.
 
 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.
+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.
+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/
diff --git a/shells/jailkit/pkg-plist b/shells/jailkit/pkg-plist
index 6db4e2536a18..a2e1e60a6d32 100644
--- a/shells/jailkit/pkg-plist
+++ b/shells/jailkit/pkg-plist
@@ -6,7 +6,7 @@ bin/jk_uchroot
 %%ETCDIR%%/jk_socketd.ini
 %%ETCDIR%%/jk_uchroot.ini
 %%ETCDIR%%/jk_update.ini
-man/man8/jailkit.8.gz
+man/man7/jailkit.7.gz
 man/man8/jk_check.8.gz
 man/man8/jk_chrootlaunch.8.gz
 man/man8/jk_chrootsh.8.gz


More information about the dev-commits-ports-main mailing list