summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-10 18:31:13 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-10 18:31:13 +0000
commitaa2def27d55cdaf25edbf6e1d390d4743ad03549 (patch)
treecc127d32ba72fba7a00e3ed6517a72dca4fdd303
parentfb68edd32df2e2d9b4e8eae813ce6c60d82b4204 (diff)
downloads6-networking-2.5.0.0.tar.xz
Update dependencies2.5.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL6
-rw-r--r--NEWS1
-rw-r--r--doc/index.html6
-rw-r--r--doc/upgrade.html6
4 files changed, 13 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 72b3ae6..cac143e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,9 +7,9 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/
- - Optional (but recommended): execline version 2.8.0.1 or later: https://skarnet.org/software/execline/
- - s6 version 2.10.0.3 or later: https://skarnet.org/software/s6/
- - s6-dns version 2.3.5.1 or later: https://skarnet.org/software/s6-dns/
+ - Optional (but recommended): execline version 2.8.1.0 or later: https://skarnet.org/software/execline/
+ - s6 version 2.11.0.0 or later: https://skarnet.org/software/s6/
+ - s6-dns version 2.3.5.2 or later: https://skarnet.org/software/s6-dns/
- Depending on whether you build the SSL tools,
bearssl version 0.6 or later: https://bearssl.org/
or libressl version 3.2.5 or later: https://libressl.org/
diff --git a/NEWS b/NEWS
index 04b4eb6..e8e701c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Changelog for s6-networking.
In 2.5.0.0
----------
+ - Adaptation to skalibs-2.11.0.0
- minidentd has been removed
diff --git a/doc/index.html b/doc/index.html
index 9da2ca0..7e00a20 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -59,11 +59,11 @@ as extensions to the s6 ecosystem.
requirement if you link against the shared version of the skalibs
library. </li>
<li> (Optional, but recommended) <a href="//skarnet.org/software/execline/">execline</a> version
-2.8.0.1 or later. It's a build-time and run-time requirement. </li>
+2.8.1.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
-2.10.0.3 or later. It's a build-time and run-time requirement. </li>
+2.11.0.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version
-2.3.5.1 or later. It's a build-time requirement. It's also a run-time
+2.3.5.2 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the s6-dns
libraries. </li>
<li> If you want to build the secure communication tools:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index af9f7e6..6f76750 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -23,6 +23,12 @@
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.11.0.0 </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+optional dependency bumped to 2.8.1.0 </li>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.11.0.0 </li>
+ <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a>
+dependency bumped to 2.3.5.2 </li>
<li> The obsolete <tt>minidentd</tt> program has been removed. </li>
</ul>