summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-12-19 07:59:28 +0000
committerLaurent Bercot <ska@appnovation.com>2021-12-19 07:59:28 +0000
commit29479981c5203d9d12b4e89f0e98c5655d83e684 (patch)
tree790778a481c7a18cef9d4d5ffc172bff4729bb42
parent9476ff00b83555bc5f46be08cdd31bf579450e81 (diff)
downloads6-rc-29479981c5203d9d12b4e89f0e98c5655d83e684.tar.xz
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL4
-rw-r--r--NEWS4
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html4
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. </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>