Created attachment 242511 [details] appjail-2.5.1.patch Description: * Add DOAS option * Install sample configuration file ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.5.1 * Fixed: incorrect directory permissions in Makefile (when installing AppJail using a non-root user, a Permission denied error may occur, especially when using DESTDIR). * Changed: ${.ALLSRC} to ${TARGETS} to correctly strip them in libexec/appjail-config/Makefile:strip). QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2-RELEASE, amd64, DEBOOTSTRAP DOAS DOCS GIT tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee14808e026b8f9ba001bbff298a75068d86d835 commit ee14808e026b8f9ba001bbff298a75068d86d835 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-05-30 22:49:35 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-06-01 22:29:21 +0000 sysutils/appjail: Update to 2.5.1 * Add DOAS option * Install sample configuration file ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.5.1 * Fixed: incorrect directory permissions in Makefile (when installing AppJail using a non-root user, a Permission denied error may occur, especially when using DESTDIR). * Changed: ${.ALLSRC} to ${TARGETS} to correctly strip them in libexec/appjail-config/Makefile:strip). PR: 271740 sysutils/appjail/Makefile | 19 +++++++++++++------ sysutils/appjail/distinfo | 6 +++--- sysutils/appjail/pkg-plist | 18 +++++++++++++++++- 3 files changed, 33 insertions(+), 10 deletions(-)
Thank you for your submission.