Created attachment 245330 [details] appjail-2.8.0.patch Description: ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.8.0 * Added: support for unprivileged users in the main script (Now an unprivileged user can run appjail without running appjail-user and this is the recommended way.). * Fixed: template_isvar() as it incorrectly detects a parameter as a variable. * Fixed: test_param() as it returns false when a character is a space. * Fixed: typo update -y -> update in PKG. * Fixed: instruction order that does not require a specific order. * Fixed: execution of the OPTION instruction when there are no options. QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2-RELEASE, amd64, DOCS tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9eba1d31866910ac27b2828c1cdbeebdd34141d commit d9eba1d31866910ac27b2828c1cdbeebdd34141d Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-09-30 11:32:19 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-30 20:00:02 +0000 sysutils/appjail: Update to 2.8.0 ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.8.0 * Added: support for unprivileged users in the main script (Now an unprivileged user can run appjail without running appjail-user and this is the recommended way.). * Fixed: template_isvar() as it incorrectly detects a parameter as a variable. * Fixed: test_param() as it returns false when a character is a space. * Fixed: typo update -y -> update in PKG. * Fixed: instruction order that does not require a specific order. * Fixed: execution of the OPTION instruction when there are no options. PR: 274171 sysutils/appjail/Makefile | 2 +- sysutils/appjail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.