diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-25 17:26:43 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-25 17:26:43 +0000 |
| commit | 54540f5c71444be103d72f436378043170d4e735 (patch) | |
| tree | d87d18a7ae2ac6e9909c190b3c714a46416c66d2 | |
| parent | ab2191115e8417de0837866d5e11bed8f3b2bd0b (diff) | |
| download | pamela-54540f5c71444be103d72f436378043170d4e735.tar.gz | |
Update deps and configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | INSTALL | 2 | ||||
| -rwxr-xr-x | configure | 1 | ||||
| -rw-r--r-- | doc/index.html | 2 |
4 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2018-2024 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2018-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,7 +6,7 @@ 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/ + - skalibs version 2.14.4.0 or later: http://skarnet.org/software/skalibs/ - Linux-PAM version 1.3.0 or later: http://www.linux-pam.org/library/ This software will run on any operating system that implements @@ -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 9a2ca58..1c86d06 100644 --- a/doc/index.html +++ b/doc/index.html @@ -63,7 +63,7 @@ for privilege elevation. that supports Linux-PAM - (so, probably a Linux system) </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. It's a build-time requirement and a run-time +2.14.4.0 or later. It's a build-time requirement and a run-time requirement. </li> <li> <a href="http://www.linux-pam.org/">Linux-PAM</a> version 1.3.0 or later. It's a build-time requirement and a run-time requirement. </li> |
