diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-19 07:59:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-12-19 07:59:28 +0000 |
commit | 29479981c5203d9d12b4e89f0e98c5655d83e684 (patch) | |
tree | 790778a481c7a18cef9d4d5ffc172bff4729bb42 | |
parent | 9476ff00b83555bc5f46be08cdd31bf579450e81 (diff) | |
download | s6-rc-29479981c5203d9d12b4e89f0e98c5655d83e684.tar.xz |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
4 files changed, 10 insertions, 6 deletions
@@ -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: @@ -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. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.8.1.0 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.8.2.0 or later. It's a build-time <em>and</em> run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.0.0 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.11.0.1 or later. It's a build-time <em>and</em> run-time requirement. </li> </ul> <h3> Licensing </h3> 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. <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.11.1.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.8.2.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.0.1. </li> <li> <a href="s6-rc-compile.html">s6-rc-compile</a> now reads service dependency information from the <tt>dependencies.d</tt> directory and bundle information from the <tt>contents.d</tt> |