From da52d02e119de3ce808d62bcfe01de8cdd6f20ef Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 25 Mar 2025 17:29:25 +0000 Subject: Update deps and configure Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 10 +++++----- configure | 1 - doc/index.html | 10 +++++----- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/COPYING b/COPYING index ce2bdb1..7640bed 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2018-2024 Laurent Bercot +Copyright (c) 2018-2025 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 406734b..91e05f6 100644 --- a/INSTALL +++ b/INSTALL @@ -6,11 +6,11 @@ Build Instructions - A POSIX compatible system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.6.1 or later: https://skarnet.org/software/execline/ - - s6 version 2.13.1.0 or later: https://skarnet.org/software/s6/ - - s6-rc version 0.5.5.0 or later: https://skarnet.org/software/s6-rc/ - - s6-linux-init version 1.1.2.1 or later: https://skarnet.org/software/s6-linux-init/ + - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.7.0 or later: https://skarnet.org/software/execline/ + - s6 version 2.13.1.1 or later: https://skarnet.org/software/s6/ + - s6-rc version 0.5.5.1 or later: https://skarnet.org/software/s6-rc/ + - s6-linux-init version 1.1.2.2 or later: https://skarnet.org/software/s6-linux-init/ * Standard usage diff --git a/configure b/configure index 3288470..e6212f1 100755 --- a/configure +++ b/configure @@ -60,7 +60,6 @@ exit 0 # generally not a good idea to use echo. # See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } diff --git a/doc/index.html b/doc/index.html index 9a3abdd..75ed5fb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -67,15 +67,15 @@ they implement a powerful, fast, turnkey init system that is usable on
  • A Linux-based system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.14.3.0 or later
  • +2.14.4.0 or later
  • execline version -2.9.6.1 or later
  • +2.9.7.0 or later
  • s6 version -2.13.1.0 or later
  • +2.13.1.1 or later
  • s6-rc version -0.5.5.0 or later
  • +0.5.5.1 or later
  • s6-linux-init version -1.1.2.1 or later
  • +1.1.2.2 or later

    -- cgit v1.3.1