sysutils/py-director: Update to 0.5.0

ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.5.0

* `Improved`: machinery to avoid hanging sub-processes:
   - `Added`: `commands/timeout` to configuration.
   - Set `stdin` to `DEVNULL`.
   - Set `GIT_ASKPASS` to `true` to avoid hangings when authentication
     is required.
* `Added`: `mode` to the specification.
* `Added`: `owner` & `group` to the specification.
* `Added`: `umask` to the specification.
* Keep the old random name of a service (Random names do not persist
  after recreating the service, which can be inconvenient, so random
  names now persist if they are not removed from the Director file.).
* `Fixed`: `get_jail_name()` (`get_jail_name()` throw the ServiceNotFound
           exception even when the jail exist in either the current or the
           next YAML file.)
* `Added`: `down --ignore-services` option.
* `Fixed`: creating of device when it does not exist (`device` is created
           as a directory when it does not exist, but this check is only
           against directories, which is an incorrect assumption, since a
           file can be used.).
* `Changed`: default filesystem type to `<pseudofs>`.
* `Added`: support for pseudofs.

PR:		274881
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2023-11-02 15:27:33 -04:00 committed by Robert Clausecker
parent 3b4e5933de
commit 7b39ec41f2
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= director
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
DISTVERSION= 0.5.0
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1695818315
SHA256 (DtxdF-director-v0.4.0_GH0.tar.gz) = cc69deb06415926686184e1f13aedb484d9266fada9df4ebd309320b78f3520f
SIZE (DtxdF-director-v0.4.0_GH0.tar.gz) = 15974
TIMESTAMP = 1698951004
SHA256 (DtxdF-director-v0.5.0_GH0.tar.gz) = 57862f9a8d2615f98bba3bee38d343cd1ed48b4e7912fd7d6f027db441f6cc1f
SIZE (DtxdF-director-v0.5.0_GH0.tar.gz) = 17179