Bug 274171 - sysutils/appjail: Update to 2.8.0
Summary: sysutils/appjail: Update to 2.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/DtxdF/AppJail/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-30 11:34 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-09-30 20:02 UTC (History)
1 user (show)

See Also:


Attachments
appjail-2.8.0.patch (1.77 KB, patch)
2023-09-30 11:34 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-09-30 11:34:47 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-30 20:01:28 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-09-30 20:02:27 UTC
Thank you for your contribution.