From 5b9ada7a520284ca603e4c7995fe544f4e14527f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Nov 2022 13:21:56 +0000 Subject: Adapt for skalibs-2.13.0.0 Signed-off-by: Laurent Bercot --- INSTALL | 6 +++--- NEWS | 7 +++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ src/s6-rc/s6-rc-bundle.c | 2 +- src/s6-rc/s6-rc-compile.c | 2 +- src/s6-rc/s6-rc-db.c | 2 +- src/s6-rc/s6-rc-dryrun.c | 2 +- src/s6-rc/s6-rc-fdholder-filler.c | 2 +- src/s6-rc/s6-rc-format-upgrade.c | 2 +- src/s6-rc/s6-rc-init.c | 2 +- src/s6-rc/s6-rc-oneshot-run.c | 2 +- src/s6-rc/s6-rc-update.c | 2 +- src/s6-rc/s6-rc.c | 2 +- 14 files changed, 35 insertions(+), 17 deletions(-) diff --git a/INSTALL b/INSTALL index cd1fc83..9cb026b 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ 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.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.11.1.0 or later: https://skarnet.org/software/s6/ + - 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/ + - s6 version 2.11.2.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index e119194..49d28ac 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6-rc. +In 0.5.3.3 +---------- + + - Bugfixes. + - Adaptation to skalibs-2.13.0.0. + + In 0.5.3.2 ---------- diff --git a/doc/index.html b/doc/index.html index bfef39b..1f7efa6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,12 +48,12 @@ scripts are also run in a controlled environment.
  • 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.
  • execline version -2.9.0.0 or later. It's a build-time and run-time requirement.
  • +2.9.0.2 or later. It's a build-time and run-time requirement.
  • s6 version -2.11.1.0 or later. It's a build-time and run-time requirement.
  • +2.11.2.0 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -67,7 +67,7 @@ requirement if you link against the shared version of the skalibs library.