From e63e9a4c5b6cba6a8c2b43a92f0e1a597ed586d2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Nov 2022 12:33:38 +0000 Subject: Adapt to skalibs-2.13.0.0 Signed-off-by: Laurent Bercot --- INSTALL | 6 +++--- NEWS | 1 + doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ src/conn-tools/s6-accessrules-cdb-from-fs.c | 2 +- src/conn-tools/s6-accessrules-fs-from-cdb.c | 2 +- src/conn-tools/s6-connlimit.c | 2 +- src/conn-tools/s6-ioconnect.c | 2 +- src/conn-tools/s6-ipcclient.c | 2 +- src/conn-tools/s6-ipcserver-access.c | 2 +- src/conn-tools/s6-ipcserver-socketbinder.c | 2 +- src/conn-tools/s6-ipcserver.c | 2 +- src/conn-tools/s6-ipcserverd.c | 2 +- src/conn-tools/s6-sudo.c | 2 +- src/conn-tools/s6-sudoc.c | 2 +- src/conn-tools/s6-sudod.c | 2 +- src/daemontools-extras/s6-applyuidgid.c | 2 +- src/daemontools-extras/s6-envdir.c | 2 +- src/daemontools-extras/s6-envuidgid.c | 2 +- src/daemontools-extras/s6-fghack.c | 2 +- src/daemontools-extras/s6-log.c | 2 +- src/daemontools-extras/s6-setlock.c | 2 +- src/daemontools-extras/s6-setsid.c | 2 +- src/daemontools-extras/s6-setuidgid.c | 2 +- src/daemontools-extras/s6-socklog.c | 2 +- src/daemontools-extras/s6-softlimit.c | 2 +- src/daemontools-extras/s6-tai64n.c | 2 +- src/daemontools-extras/s6-tai64nlocal.c | 2 +- src/daemontools-extras/ucspilogd.c | 2 +- src/fdholder/s6-fdholder-daemon.c | 2 +- src/fdholder/s6-fdholder-delete.c | 2 +- src/fdholder/s6-fdholder-getdump.c | 2 +- src/fdholder/s6-fdholder-list.c | 2 +- src/fdholder/s6-fdholder-retrieve.c | 2 +- src/fdholder/s6-fdholder-setdump.c | 2 +- src/fdholder/s6-fdholder-store.c | 2 +- src/fdholder/s6-fdholder-transferdump.c | 2 +- src/fdholder/s6-fdholderd.c | 2 +- src/libs6/s6-ftrigrd.c | 2 +- src/libs6/s6_compat_el_semicolon.c | 2 +- src/libs6/s6lockd-helper.c | 2 +- src/libs6/s6lockd.c | 2 +- src/libs6/s6lockd_openandlock.c | 2 +- src/pipe-tools/s6-cleanfifodir.c | 2 +- src/pipe-tools/s6-ftrig-listen.c | 2 +- src/pipe-tools/s6-ftrig-listen1.c | 2 +- src/pipe-tools/s6-ftrig-notify.c | 2 +- src/pipe-tools/s6-ftrig-wait.c | 2 +- src/pipe-tools/s6-mkfifodir.c | 2 +- src/supervision/s6-notifyoncheck.c | 2 +- src/supervision/s6-permafailon.c | 2 +- src/supervision/s6-supervise.c | 2 +- src/supervision/s6-svc.c | 2 +- src/supervision/s6-svdt-clear.c | 2 +- src/supervision/s6-svdt.c | 2 +- src/supervision/s6-svlink.c | 2 +- src/supervision/s6-svlisten.c | 2 +- src/supervision/s6-svlisten1.c | 2 +- src/supervision/s6-svok.c | 2 +- src/supervision/s6-svperms.c | 2 +- src/supervision/s6-svscan.c | 2 +- src/supervision/s6-svscanctl.c | 2 +- src/supervision/s6-svstat.c | 2 +- src/supervision/s6-svunlink.c | 2 +- src/supervision/s6-svwait.c | 2 +- src/supervision/s6_svlisten_loop.c | 2 +- src/supervision/s6_svlisten_signal_handler.c | 2 +- src/usertree/s6-usertree-maker.c | 2 +- 68 files changed, 83 insertions(+), 71 deletions(-) diff --git a/INSTALL b/INSTALL index 3271cd6..51ce682 100644 --- a/INSTALL +++ b/INSTALL @@ -6,11 +6,11 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.12.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.0.1 or later: https://skarnet.org/software/execline/ + - skalibs version 2.13.0.0 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.0.2 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - - Optional: nsss version 0.2.0.1 or later: https://skarnet.org/software/nsss/ + - Optional: nsss version 0.2.0.2 or later: https://skarnet.org/software/nsss/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index ea00bb2..fe1418e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ Changelog for s6. In 2.11.2.0 ----------- + - Adaptation to skalibs-2.13.0.0. - Bugfixes. - The name of the service is now passed as an argument to ./run and as the third argument to ./finish. diff --git a/doc/index.html b/doc/index.html index 7247511..1210f03 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,12 +83,12 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.12.0.0 or later. It's a build-time requirement. It's also a run-time +2.13.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • (Optional, but really recommended for full functionality): execline version -2.9.0.1 or later. When s6 is built with execline support (which is the default), +2.9.0.2 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with execlineb.
  • @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with
  • If you're using musl and want nsswitch-like functionality: nsss version -0.2.0.1 or later (build-time and boot-time)
  • +0.2.0.2 or later (build-time and boot-time)

    Licensing

    @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download