From a8834cb19336e94351f5bb16430d99f68717593d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 22 Jun 2026 22:29:35 +0000 Subject: Update deps; two small bugfixes --- INSTALL | 2 +- doc/index.html | 4 ++-- doc/upgrade.html | 2 +- package/deps-build | 2 +- src/s6-frontend/live_start_everything.c | 2 +- src/s6-frontend/set_apply.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index ffe06aa..40b530b 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX compatible system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.15.1.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ - s6 version 2.15.1.0 or later: https://skarnet.org/software/s6/ - s6-rc version 0.7.0.0 or later: https://skarnet.org/software/s6-rc/ diff --git a/doc/index.html b/doc/index.html index 4a8207d..98e8b60 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,7 +55,7 @@ is often used on its own, in environments that already have an init system (no need for s6-linux-init) and a service manager (no need for s6-rc). For the same purpose of modularity, s6 follows an approach of "one functionality, one tool", sometimes to the extreme: the s6-supervision package, as of -2.15.0.1, hosts 75 binaries. +2.15.1.0, hosts 75 binaries.

@@ -88,7 +88,7 @@ parts of an s6-based system.

  • A Linux-based system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.15.0.1 or later
  • +2.15.1.0 or later
  • Optional: nsss version 0.2.1.3 or later. You only need this if all your distribution is built with it. If you're not sure, you don't need it.
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index b1e6ff7..50a038f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,7 +23,7 @@