summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-11-29 12:25:04 +0000
committerLaurent Bercot <ska@appnovation.com>2022-11-29 12:25:04 +0000
commita3a43adb2111d9a15c8782fccfd7b80d014d2269 (patch)
tree40f0c83f2d6463a68d26732bf6bd362646cbf361
parent0ed55e1b94e51eefc27d4a188f16c7f1dc57bb23 (diff)
downloadpamela-a3a43adb2111d9a15c8782fccfd7b80d014d2269.tar.xz
Adapt to skalibs-2.13.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--COPYING2
-rw-r--r--INSTALL4
-rw-r--r--doc/index.html2
-rw-r--r--src/pamela/pamelad.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index 04c41fb..6dafb4f 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2018-2021 Laurent Bercot <ska-skaware@skarnet.org>
+Copyright (c) 2018-2022 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 aaf7810..db951f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,13 +6,13 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- - skalibs version 2.9.2.0 or later: http://skarnet.org/software/skalibs/
+ - skalibs version 2.13.0.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
POSIX.1-2008, available at:
http://pubs.opengroup.org/onlinepubs/9699919799/
-as well as Linux-PAM. As of February 2018, this means only Linux.
+as well as Linux-PAM. As of November 2022, this means only Linux.
* Standard usage
diff --git a/doc/index.html b/doc/index.html
index 5e5fdfa..2f18d15 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.11.0.0 or later. It's a build-time requirement and a run-time
+2.13.0.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>
diff --git a/src/pamela/pamelad.c b/src/pamela/pamelad.c
index 617ca24..2db0b94 100644
--- a/src/pamela/pamelad.c
+++ b/src/pamela/pamelad.c
@@ -11,7 +11,7 @@
#include <skalibs/types.h>
#include <skalibs/bytestr.h>
#include <skalibs/env.h>
-#include <skalibs/strerr2.h>
+#include <skalibs/strerr.h>
#include <skalibs/sig.h>
#include <skalibs/djbunix.h>
#include <skalibs/textmessage.h>