diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-12 03:12:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-12 03:12:33 +0000 |
commit | d6d151fcfb08c0000d11e904b63d2d728754df3f (patch) | |
tree | a4d24a4d2c9e7c06686f639d1089a372f76076d4 | |
parent | 2ab78100cfdbd7bc6fb47c641da9911dff355800 (diff) | |
download | utmps-d6d151fcfb08c0000d11e904b63d2d728754df3f.tar.gz utmps-d6d151fcfb08c0000d11e904b63d2d728754df3f.tar.xz utmps-d6d151fcfb08c0000d11e904b63d2d728754df3f.zip |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL index 961e8a7..8011885 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.11.4.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.12.0.0 or later: https://skarnet.org/software/s6/ (this is only a run-time requirement, not a build-time one) This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 068538d..2803f90 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ running utmp functions are just clients to this daemon. requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.4.0 or later. It's a <em>run-time</em> requirement only, to run +2.12.0.0 or later. It's a <em>run-time</em> requirement only, to run the utmpd and wtmpd services (and can be done without if you have a suitable replacement for <a href="//skarnet.org/software/s6/s6-ipcserver.html">s6-ipcserver</a>). </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 960afa9..87e7c50 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,7 +24,7 @@ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.14.0.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> run-time -dependency bumped to 2.11.4.0. </li> +dependency bumped to 2.12.0.0. </li> </ul> <h2> in 0.1.2.1 </h2> |