From a3a43adb2111d9a15c8782fccfd7b80d014d2269 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Nov 2022 12:25:04 +0000 Subject: Adapt to skalibs-2.13.0.0 Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 4 ++-- doc/index.html | 2 +- src/pamela/pamelad.c | 2 +- 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 +Copyright (c) 2018-2022 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 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)
  • GNU make, version 3.81 or later
  • skalibs 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.
  • Linux-PAM version 1.3.0 or later. It's a build-time requirement and a run-time requirement.
  • 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 #include #include -#include +#include #include #include #include -- cgit v1.2.3