summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-10-04 03:31:47 +0000
committerLaurent Bercot <ska@appnovation.com>2024-10-04 03:31:47 +0000
commitb93a891d2d262b3d123368076931d08cdf41e505 (patch)
treed4218f9735a1906743c00ae3bc8ddda9399ab795
parent3d2723b956c540552df96cee752f2bcc9c83e9a8 (diff)
downloads6-networking-b93a891d2d262b3d123368076931d08cdf41e505.tar.xz
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL2
-rw-r--r--NEWS1
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html4
4 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d4e5c93..135ed75 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,7 @@ Build Instructions
- skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/
- Optional (but recommended): execline version 2.9.6.1 or later: https://skarnet.org/software/execline/
- s6 version 2.13.0.1 or later: https://skarnet.org/software/s6/
- - s6-dns version 2.3.8.0 or later: https://skarnet.org/software/s6-dns/
+ - s6-dns version 2.4.0.0 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.9.2 or later: https://libressl.org/
diff --git a/NEWS b/NEWS
index 0c93890..b2b2e7d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ In 2.7.0.4
- Bugfixes.
- Install static libraries in /usr/lib by default.
+ - Noqualify s6-tcpclient by default.
In 2.7.0.3
diff --git a/doc/index.html b/doc/index.html
index c795568..69d501d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -63,7 +63,7 @@ library. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.13.0.1 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.8.0 or later. It's a build-time requirement. It's also a run-time
+2.4.0.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 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 e502ce5..7906bc0 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -26,12 +26,14 @@ dependency bumped to 2.14.3.0 </li>
<li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.13.0.1 </li>
<li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a>
-dependency bumped to 2.3.8.0 </li>
+dependency bumped to 2.4.0.0 </li>
<li> <a href="https://libressl.org">LibreSSL</a>
optional dependency bumped to 3.9.2 </li>
<li> <a href="https://openssl.org">OpenSSL</a>
optional dependency bumped to 3.3.1 </li>
<li> Static libraries are installed in <tt>/usr/lib</tt> by default. </li>
+ <li> <a href="s6-tcpclient.html">s6-tcpclient</a> does not qualify
+its host argument by default. </li>
</ul>
<h2> in 2.7.0.3 </h2>