git: 7b39ec41f294 - main - sysutils/py-director: Update to 0.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Nov 2023 21:18:17 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b39ec41f294f742f5eb4055e25ce3379bf24da6
commit 7b39ec41f294f742f5eb4055e25ce3379bf24da6
Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-11-02 19:27:33 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-03 21:16:22 +0000
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
---
sysutils/py-director/Makefile | 2 +-
sysutils/py-director/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sysutils/py-director/Makefile b/sysutils/py-director/Makefile
index 6e1ee7e13dd7..6a703ac97b61 100644
--- a/sysutils/py-director/Makefile
+++ b/sysutils/py-director/Makefile
@@ -1,6 +1,6 @@
PORTNAME= director
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
+DISTVERSION= 0.5.0
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-director/distinfo b/sysutils/py-director/distinfo
index d4f9a45f7e02..d5998dbd46be 100644
--- a/sysutils/py-director/distinfo
+++ b/sysutils/py-director/distinfo
@@ -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