From 29479981c5203d9d12b4e89f0e98c5655d83e684 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 19 Dec 2021 07:59:28 +0000 Subject: Update deps Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 4 ++-- doc/index.html | 4 ++-- doc/upgrade.html | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 688e346..d59f2cd 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.11.1.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.11.0.0 or later: https://skarnet.org/software/s6/ + - execline version 2.8.2.0 or later: https://skarnet.org/software/execline/ + - s6 version 2.11.0.1 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 4753284..02d8d49 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ Changelog for s6-rc. -In 0.6.0.0 +In 0.5.3.0 ---------- - s6-rc-compile now reads service dependencies and bundle contents from directories, not from files. This makes it easier for package managers to drop services in a source database without modifying -existing files. +existing files. The old format is still supported. In 0.5.2.3 diff --git a/doc/index.html b/doc/index.html index 54b7240..bfc050f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,9 +51,9 @@ scripts are also run in a controlled environment. 2.11.1.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.8.1.0 or later. It's a build-time and run-time requirement.
  • +2.8.2.0 or later. It's a build-time and run-time requirement.
  • s6 version -2.11.0.0 or later. It's a build-time and run-time requirement.
  • +2.11.0.1 or later. It's a build-time and run-time requirement.

    Licensing

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 302d6a1..a001dee 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -35,6 +35,10 @@ minor and bugfix version changes.