From 241d2079a25d77e090beb0b767984928dbbc8cd6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 29 May 2026 23:48:34 +0000 Subject: Prepare for 0.6.1.2; make s6-rc-init idempotent and more resilient --- INSTALL | 6 +- NEWS | 7 +++ doc/index.html | 10 ++-- doc/s6-rc-init.html | 3 + doc/upgrade.html | 11 ++++ package/deps-build | 6 +- package/info | 2 +- src/s6-rc/s6-rc-init.c | 157 +++++++++++++++++++++++++++++++++++++++---------- 8 files changed, 158 insertions(+), 44 deletions(-) diff --git a/INSTALL b/INSTALL index 7581084..90b918f 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.15.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.9.1 or later: https://skarnet.org/software/execline/ - - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ + - s6 version 2.15.0.1 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2024, available at: diff --git a/NEWS b/NEWS index e387229..024e549 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6-rc. +In 0.6.1.2 +---------- + + - Bugfixes. + - s6-rc-init is now idempotent and behaves better in pathological situations + + In 0.6.1.1 ---------- diff --git a/doc/index.html b/doc/index.html index f643e75..ed486bf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,12 +50,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.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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.9.1 or later. It's a build-time and run-time requirement.
  • +2.9.9.2 or later. It's a build-time and run-time requirement.
  • s6 version -2.15.0.0 or later. It's a build-time and run-time requirement.
  • +2.15.0.1 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -69,8 +69,8 @@ requirement if you link against the shared version of the skalibs library. diff --git a/doc/upgrade.html b/doc/upgrade.html index c854a44..d63dc34 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -31,6 +31,17 @@ minor and bugfix version changes.

    What has changed in s6-rc

    +

    in 0.6.1.2

    + + +

    in 0.6.1.1