diff options
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
3 files changed, 12 insertions, 6 deletions
@@ -6,11 +6,11 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.9.1.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.9.2.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.6.0.0 or later: https://skarnet.org/software/execline/ - s6 version 2.9.1.0 or later: https://skarnet.org/software/s6/ - - Optional: nsss version 0.0.2.1 or later: https://skarnet.org/software/nsss/ - - Optional: utmps version 0.0.3.1 or later: https://skarnet.org/software/utmps/ + - Optional: nsss version 0.0.2.2 or later: https://skarnet.org/software/nsss/ + - Optional: utmps version 0.0.3.2 or later: https://skarnet.org/software/utmps/ This software is Linux-specific. It will run on a Linux kernel, version 2.6.32 or later. However, it should not be too hard to port to diff --git a/doc/index.html b/doc/index.html index 2b912ab..c8d6235 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,7 @@ kernel command line </li> <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.9.1.0 or later </li> +2.9.2.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.6.0.0 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version @@ -87,10 +87,10 @@ kernel command line </li> <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.0.2.1 or later </li> +0.0.2.2 or later </li> <li> If you want secure utmp functionality: <a href="//skarnet.org/software/utmps/">utmps</a> version -0.0.3.1 or later </li> +0.0.3.2 or later </li> </ul> <p> diff --git a/doc/upgrade.html b/doc/upgrade.html index 5bc518a..afb2f33 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,10 +21,16 @@ <h2> in 1.0.4.0 </h2> <ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.9.2.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.6.0.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.9.1.0. </li> + <li> <a href="//skarnet.org/software/nsss/">nsss</a> +optional dependency bumped to 0.0.2.2. </li> + <li> <a href="//skarnet.org/software/utmps/">utmps</a> +optional dependency bumped to 0.0.3.2. </li> <li> New <tt>-n</tt> option to <a href="s6-linux-init-hpr.html">s6-linux-init-hpr</a>, to disable the <tt>sync()</tt> call before the hardware reboot or |