Date: Wed, 17 Jan 2024 08:50:57 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac10caf7319e - main - sysutils/appjail: Update to 3.1.0 Message-ID: <202401170850.40H8ovcs097858@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac10caf7319e955990a38de18fc35c12646bd0b0 commit ac10caf7319e955990a38de18fc35c12646bd0b0 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-01-16 08:14:34 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-01-17 08:50:39 +0000 sysutils/appjail: Update to 3.1.0 ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v3.1.0 * Added: {nullfs|<pseudofs>}:reverse feature. * Improved: AppJail image: Add Imagetype. Improve Slogan. * Improved: creation of a bridge (A lock file is used to ensure that the bridge is not attempted to be created by two or more processes at the same time.). * Fixed: bottleneck in repeat (sleep(1) command is now started after a command failure instead of executing on the first try. This ensures that the command exits as quickly as possible instead of waiting for the sleep(1) time and the command time.). PR: 276355 Reported by: DtxdF@disroot.org (maintainer) --- sysutils/appjail/Makefile | 2 +- sysutils/appjail/distinfo | 6 +++--- sysutils/appjail/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index d5b2343baded..3026e2480e8a 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,6 +1,6 @@ PORTNAME= appjail DISTVERSIONPREFIX= v -DISTVERSION= 3.0.0 +DISTVERSION= 3.1.0 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/appjail/distinfo b/sysutils/appjail/distinfo index 2d694df209f9..5f8c99c4e36f 100644 --- a/sysutils/appjail/distinfo +++ b/sysutils/appjail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703108082 -SHA256 (DtxdF-AppJail-v3.0.0_GH0.tar.gz) = 803c8f6fae2980fe94704b04dbff00a9e194a3d1ac07a50a34e8447ebda86f02 -SIZE (DtxdF-AppJail-v3.0.0_GH0.tar.gz) = 215693 +TIMESTAMP = 1705342590 +SHA256 (DtxdF-AppJail-v3.1.0_GH0.tar.gz) = 88eed3210f11abd87b47d3c560991a10a1c8acd6c9cab3ec134c89b810fd4163 +SIZE (DtxdF-AppJail-v3.1.0_GH0.tar.gz) = 1177379 diff --git a/sysutils/appjail/pkg-plist b/sysutils/appjail/pkg-plist index 1164ac481e75..83b9ac310166 100644 --- a/sysutils/appjail/pkg-plist +++ b/sysutils/appjail/pkg-plist @@ -166,3 +166,4 @@ libexec/appjail/find-smallest-missing-number/find-smallest-missing-number %%EXAMPLESDIR%%/templates/linux.conf %%EXAMPLESDIR%%/templates/vnet.conf %%EXAMPLESDIR%%/templates/xorg.conf +%%DATADIR%%/scripts/create-bridge.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401170850.40H8ovcs097858>