git: 71fa94b09444 - 2024Q1 - sysutils/appjail: Update to 3.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 16:31:54 UTC
The branch 2024Q1 has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=71fa94b09444ca806b319001ba891e83ad21514e commit 71fa94b09444ca806b319001ba891e83ad21514e Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-01-16 08:14:34 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-02-23 16:31:18 +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) (cherry picked from commit ac10caf7319e955990a38de18fc35c12646bd0b0) --- 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