From 023a7dbe50e04bd514fcc69991606be7f451044d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 8 Mar 2022 00:32:49 +0000 Subject: Update execline dep Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 2 +- doc/index.html | 2 +- doc/upgrade.html | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 49594b4..3804cce 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.11.2.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.8.2.0 or later: https://skarnet.org/software/execline/ + - execline version 2.8.3.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - Optional: nsss version 0.2.0.1 or later: https://skarnet.org/software/nsss/ diff --git a/NEWS b/NEWS index 6883cb6..290b621 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ In 2.11.1.0 - Bugfixes. - s6-applyuidgid and s6-setuidgid can now be used by non-root users. - - New s6-envdir option. + - New s6-envdir option: -L, for unlimited size environment variables. In 2.11.0.1 diff --git a/doc/index.html b/doc/index.html index 244fa47..b65b704 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library.
  • (Optional, but really recommended for full functionality): execline version -2.8.2.0 or later. When s6 is built with execline support (which is the default), +2.8.3.0 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with execlineb.
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index 89b0a71..452e54a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@

    in 2.11.0.1

    -- cgit v1.2.3