From 4ba72b2d28664bc7c7702ff6e5fa2dd7fa0b4fdf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 21 Jun 2026 21:27:47 +0000 Subject: Update deps, prepare for 0.1.3.4 --- INSTALL | 6 ++++-- NEWS | 4 ++++ doc/index.html | 11 +++++++---- doc/upgrade.html | 11 +++++++++++ package/deps-build | 4 ++-- package/info | 2 +- 6 files changed, 29 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 7208e58..08d7198 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,10 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - (optional) nsss version 0.2.1.3 or later: https://skarnet.org/software/nsss/ + (you don't need this unless you're building a whole distro with it) + - s6 version 2.15.1.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/NEWS b/NEWS index 150d273..add7012 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Changelog for utmps. +In 0.1.3.4 +---------- + + In 0.1.3.3 ---------- diff --git a/doc/index.html b/doc/index.html index 1073553..eaacda1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -57,11 +57,14 @@ running utmp functions are just clients to this daemon.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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.
  • +
  • Optionally, nsss version +0.2.1.3 or later. You only need it if you're building a whole distribution +with it; otherwise you can safely ignore it.
  • s6 version -2.15.0.0 or later. It's a run-time requirement only, to run +2.15.1.0 or later. It's a run-time requirement only, to run the utmpd and wtmpd services (and can be done without if you have a suitable replacement for s6-ipcserver).
  • @@ -77,8 +80,8 @@ suitable replacement for

    Download