Bug 280244 - sysutils/appjail: Update to 3.4.0
Summary: sysutils/appjail: Update to 3.4.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: Joel Bodenmann
URL: https://github.com/DtxdF/AppJail/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-12 18:43 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-07-12 20:53 UTC (History)
1 user (show)

See Also:


Attachments
appjail-3.4.0.patch (2.81 KB, patch)
2024-07-12 18:43 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 2024-07-12 18:43:29 UTC
Created attachment 251998 [details]
appjail-3.4.0.patch

Description:

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

* Added: BIND dynamic DNS update hook
* Added: -h parameter appjail-limits(1) stats.
* Added: Isotype.
* Humanize numbers in appjail-image(1) metadata info:
  - Added: strlen:lib_humanize_number() function.
  - Use strlen:lib_humanize_number() function to show the size of an
    image in a human-readable format.
* Added: EX_OK in sysexits.
* Implemented: lock-mechanism while git cloning and/or updating.
* Improved: devfs:lib_devfs_get_assigned_rulesets() function:
  - Instead of expanding the jail directories using a glob expression
    that may be limited by the ARG_MAX limit, we use a small but fast
    C program called get_assigned_rulesets to get all the rulesets
    assigned by the jails.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64, DOCS tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-12 20:53:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e711b93ea14d3c4a43af3f46d722573d92b1ca02

commit e711b93ea14d3c4a43af3f46d722573d92b1ca02
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-07-12 18:30:05 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-07-12 20:51:19 +0000

    sysutils/appjail: Update to 3.4.0

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

    PR:             280244
    Approved by:    tcberner (mentor, implicit)

 sysutils/appjail/Makefile  | 2 +-
 sysutils/appjail/distinfo  | 6 +++---
 sysutils/appjail/pkg-plist | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2024-07-12 20:53:58 UTC
Committed - Thanks!