commit 023a7dbe50e04bd514fcc69991606be7f451044d
parent b4070f01c00a07d4f2df6a3ff85eb6f2b1386b84
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 8 Mar 2022 00:32:49 +0000
Update execline dep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs
library. </li>
<li> (Optional, but really recommended for full functionality):
<a href="//skarnet.org/software/execline/">execline</a> 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
<a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li>
diff --git a/doc/upgrade.html b/doc/upgrade.html
@@ -23,6 +23,8 @@
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.11.2.0. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+optional dependency bumped to 2.8.3.0. </li>
</ul>
<h2> in 2.11.0.1 </h2>