summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html4
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 4360e7d..479a595 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -55,7 +55,7 @@ as extensions to the s6 ecosystem.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.14.1.1 or later. It's a build-time requirement. It's also a run-time
+2.14.2.0 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. </li>
<li> (Optional, but recommended) <a href="//skarnet.org/software/execline/">execline</a> version
@@ -63,7 +63,7 @@ library. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.12.0.5 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.7.1 or later. It's a build-time requirement. It's also a run-time
+2.3.7.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 0fc474c..df0d0f9 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,11 +22,13 @@
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
-dependency bumped to 2.14.1.1 </li>
+dependency bumped to 2.14.2.0 </li>
<li> <a href="//skarnet.org/software/execline/">execline</a>
dependency bumped to 2.9.5.1 </li>
<li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.12.0.5 </li>
+ <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a>
+dependency bumped to 2.3.7.2 </li>
<li> <a href="https://libressl.org">LibreSSL</a>
optional dependency bumped to 3.9.1 </li>
<li> <a href="https://openssl.org">OpenSSL</a>