Bug 271740 - sysutils/appjail: Update to 2.5.1
Summary: sysutils/appjail: Update to 2.5.1
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-05-30 22:56 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-06-01 22:33 UTC (History)
1 user (show)

See Also:


Attachments
appjail-2.5.1.patch (3.72 KB, patch)
2023-05-30 22:56 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-05-30 22:56:34 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-06-01 22:30:48 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-06-01 22:33:01 UTC
Thank you for your submission.