sysutils/appjail: Update to 2.6.0

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.

PR:		272352
Reported by:	DtxdF@disroot.org (maintainer)
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2023-07-04 08:08:32 +02:00 committed by Fernando Apesteguía
parent 61cfb3cbfa
commit 4f460d5821
3 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= appjail
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.2
DISTVERSION= 2.6.0
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1685999229
SHA256 (DtxdF-AppJail-v2.5.2_GH0.tar.gz) = 6055fa3e864b2d61534b1b98f33cfbe2197f334cc5722b2af834db8ac7c81340
SIZE (DtxdF-AppJail-v2.5.2_GH0.tar.gz) = 234550
TIMESTAMP = 1688398408
SHA256 (DtxdF-AppJail-v2.6.0_GH0.tar.gz) = 1850d87587f1522903f186c3fba56563dbeaf13f4841930d8aceb4c5b716982b
SIZE (DtxdF-AppJail-v2.6.0_GH0.tar.gz) = 249619

View file

@ -6,7 +6,6 @@ libexec/appjail/getservbyname/getservbyname
libexec/appjail/ipcheck/ipcheck
libexec/appjail/network/network
%%DATADIR%%/cmd/cmd
%%DATADIR%%/cmd/config
%%DATADIR%%/cmd/cpuset
%%DATADIR%%/cmd/disable
%%DATADIR%%/cmd/enable
@ -134,3 +133,7 @@ libexec/appjail/appjail-config/tok
%%DATADIR%%/scripts/runas.sh
@sample %%ETCDIR%%/appjail.conf.sample
%%DATADIR%%/lib/repeat
%%DATADIR%%/cmd/image
%%DATADIR%%/makejail/cmd/build/FROM
%%DATADIR%%/makejail/write/build/FROM
%%DATADIR%%/scripts/kill_child.sh