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)
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(-)
Committed - Thanks!