[Bug 272352] sysutils/appjail: Update to 2.6.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 03 Jul 2023 15:52:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272352

            Bug ID: 272352
           Summary: sysutils/appjail: Update to 2.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/DtxdF/AppJail/releases/tag/v2.6.0
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #243187 maintainer-approval+
             Flags:

Created attachment 243187
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243187&action=edit
appjail-2.6.0.patch

Description:

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.6.0

* Added: force, recursive and force+recursive flags to overwrite the jail in
  appjail quick.
* Added: -g parameter to appjail logs remove to enable shell glob patterns.
* Added: --clean parameter in PKG.
* Added: Images to Features.
* Added: warning for when removing installed images and Makejails in README.
* Added: option for update all installed Makejails.
* Added: more information to update Makejails manually.
* Improved: killing processes in appjail healthcheck and appjail startup
(Simply
  killing a process is not technically correct because the process after a
while
  may be another process created by another process and not by AppJail, so
errors
  may occur. To fix this, only processes created by AppJail will be killed,
this
  is done by comparing the parent pid with the parent pid of the process we
want
  to kill.).
* Fixed: overwriting the main log file (the main log file is overwritten every
  time any appjail's rc script is called, to avoid this, the log file is
  created only when it does not exist).
* Added: NETWORKING keyword to appjail rc script (to ensure basic network
services
  are running, including general network configuration NETWORKING has been
added
  to REQUIRE).
* Added: escape command substitution beginning with dollar sign.
* Added: escape common characters in EXEC.
* Removed: slash character from escape list in OPTION.
* Added: escape slash character in some commands (escaping the slash character
  in some commands is necessary because it has a special meaning for the
tokenizer).
* Fixed: typo ${optarg} -> ${arg} in EXEC.
* Added: FROM instruction.
* Added: appjail image command.
* Removed: new line in lib_strlen (the number of bytes in the lib_strlen's
  argument is incorrect as the new line is counted).
* Added: portable option in the import+root installation method.
* Added: conflicts for installation methods in appjail quick.
* Fixed: typo ${fetch_args} -> ${fetch_cmd} in appjail makejail.
* Added: portable option in the export+root installation method.
* Fixed: typos when displaying errors after creating a directory / dataset.
* Fixed: typo appjail-user logs -> appjail logs in Logs.
* Added: support for appjail network in appjail quick.
* Added: auto-create command in appjail network.
* Added: --before-include and --after-include parameters in EXEC.
* Added: -a and -B parameters in appjail makejail (useful for Makejail
  builders since parameters can be included in the Makejail file after
  or before the Makejail's builder is included.).
* Created: sponsorship.
* Documented: missing -a and -v parameters in appjail fetch destroy.
* Documented: missing healthcheckers subtype log.
* Added: appjail logs remove all command.
* Added: support for appjail logs to remove a bunch of logs.
* Obsolete: appjail config.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64, DEBOOTSTRAP DOAS DOCS GIT
tested)

-- 
You are receiving this mail because:
You are the assignee for the bug.