diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 01:00:52 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 01:00:52 +0000 |
| commit | d318862a0b7843b09fd029a9ed5c00c86b0ea6bc (patch) | |
| tree | 75a07048b722db62a141345d56fe8c75e77621eb /doc/index.html | |
| parent | 23c26bf0e6e79100d18aac72377fd04e722143c4 (diff) | |
| download | s6-frontend-d318862a0b7843b09fd029a9ed5c00c86b0ea6bc.tar.gz | |
Add support for disabling rpath; prepare for 0.0.1.2
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/index.html b/doc/index.html index 9a6a2f5..78ee68a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,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.14.0.1, hosts 75 binaries. +2.15.0.0, hosts 75 binaries. </p> <p> @@ -87,17 +87,17 @@ parts of an s6-based system. <li> A Linux-based system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.14.5.1 or later </li> +2.15.0.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.9.8.1 or later </li> +2.9.8.2 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.14.0.1 or later </li> +2.15.0.0 or later </li> <li> <a href="//skarnet.org/software/s6-rc/">s6-rc</a> version -0.6.0.0 or later </li> +0.6.0.1 or later </li> <li> Optional: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.2.1.1 or later </li> +0.2.1.2 or later </li> <li> Optional: <a href="//skarnet.org/software/s6-linux-init/">s6-linux-init</a> version -1.2.0.0 or later </li> +1.2.0.1 or later </li> <li> Optional: <a href="https://en.wikipedia.org/wiki/Util-linux">util-linux</a> version 2.41.2 or later </li> </ul> @@ -126,8 +126,8 @@ across operating systems. </li> <ul> <li> The current released version of s6-frontend is -<a href="s6-frontend-0.0.1.1.tar.gz">0.0.1.1</a>. -You can access its checksum <a href="s6-frontend-0.0.1.1.tar.gz.sha256">here</a>. </li> +<a href="s6-frontend-0.0.1.2.tar.gz">0.0.1.2</a>. +You can access its checksum <a href="s6-frontend-0.0.1.2.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-frontend/">s6-frontend git repository</a>: |
