aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-25 17:25:34 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-25 17:25:34 +0000
commit685e1a72295a3572822f0f1ad6876a18b1a5d064 (patch)
treed41fde799213f7a4757f59de1cdf6ec040b95af8
parentb4641bbfc0c39f38d00c6a5ea3e7849a07a6fe44 (diff)
downloadskabus-685e1a72295a3572822f0f1ad6876a18b1a5d064.tar.gz
Update deps and configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--COPYING2
-rw-r--r--INSTALL6
-rwxr-xr-xconfigure1
-rw-r--r--doc/index.html6
4 files changed, 7 insertions, 8 deletions
diff --git a/COPYING b/COPYING
index 8c60f75..4daf8f5 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/INSTALL b/INSTALL
index 0d333b4..dc898d6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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:
diff --git a/configure b/configure
index 72d40c6..52aad7b 100755
--- a/configure
+++ b/configure
@@ -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>