Bug 276355

Summary: sysutils/appjail: Update to 3.1.0
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/DtxdF/AppJail/releases/tag/v3.1.0
Attachments:
Description Flags
appjail-3.1.0.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-01-15 20:11:14 UTC
Created attachment 247684 [details]
appjail-3.1.0.patch

Description:

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v3.1.0

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.0-RELEASE, amd64, DOCS tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-17 08:51:19 UTC
A commit in branch main references this bug:

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(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-17 08:56:28 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-23 16:32:21 UTC
A commit in branch 2024Q1 references this bug:

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(-)