diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-25 17:25:34 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-25 17:25:34 +0000 |
| commit | 685e1a72295a3572822f0f1ad6876a18b1a5d064 (patch) | |
| tree | d41fde799213f7a4757f59de1cdf6ec040b95af8 | |
| parent | b4641bbfc0c39f38d00c6a5ea3e7849a07a6fe44 (diff) | |
| download | skabus-685e1a72295a3572822f0f1ad6876a18b1a5d064.tar.gz | |
Update deps and configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | INSTALL | 6 | ||||
| -rwxr-xr-x | configure | 1 | ||||
| -rw-r--r-- | doc/index.html | 6 |
4 files changed, 7 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2017-2024 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2017-2025 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.3.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.9.6.1 or later: http://skarnet.org/software/execline/ - - s6 version 2.13.1.0 or later: http://skarnet.org/software/s6/ + - skalibs version 2.14.4.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.9.7.0 or later: http://skarnet.org/software/execline/ + - s6 version 2.13.1.1 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -56,7 +56,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 9088714..c3a9277 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,11 +50,11 @@ a consistent vision behind them. <li> A POSIX-compliant 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.3.0 or later </li> +2.14.4.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.9.6.1 or later </li> +2.9.7.0 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.13.1.0 or later </li> +2.13.1.1 or later </li> </ul> |
