From b87b8ea6921646f9086f33698a9c79ee051aad1d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 21 Jun 2026 22:39:01 +0000 Subject: Update deps --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 10 +++++----- doc/upgrade.html | 11 +++++++++++ package/deps-build | 4 ++-- package/info | 2 +- 6 files changed, 28 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index d65f574..9009bb3 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ - - optional: nsss version 0.2.1.2 or later: https://skarnet.org/software/nsss/ - - optional: execline version 2.9.8.2 or later: https://skarnet.org/software/execline/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - optional: nsss version 0.2.1.3 or later: https://skarnet.org/software/nsss/ + - optional: execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ This software is Linux-specific. It will run on a Linux kernel, version 2.6.10 or later. diff --git a/NEWS b/NEWS index c335269..ee4e877 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for mdevd. +In 0.1.8.3 +---------- + + - Documentation fixes. + + In 0.1.8.2 ---------- diff --git a/doc/index.html b/doc/index.html index c1ac051..3aae13a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -103,16 +103,16 @@ and does not pull in any unnecessary code. The Linux kernel must be 2.6.10 or later.
  • GNU make, version 3.81 or later
  • skalibs version -2.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • Optionally: nsss -version 0.2.1.2 or later. It's a build-time and run-time requirement, if +version 0.2.1.3 or later. It's a build-time and run-time requirement, if you use the --enable-nsss option to configure; but you would only do that if you're replacing nsswitch on your whole system, and most people are not.
  • Optionally: execline -version 2.9.9.0 or later. It's a only a run-time requirement, and only +version 2.9.9.2 or later. It's a only a run-time requirement, and only if your mdev.conf file contains +, - or & command directives.
  • @@ -128,8 +128,8 @@ if your mdev.conf file contains +, - or