diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 19:57:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 19:57:28 +0000 |
commit | e9b3fdb19cb1bcabbd1926ebe05f111cac30e233 (patch) | |
tree | 14988a6592f8d91b199ee7652d60f86c3cdaec5f /doc | |
parent | c5df78c777a00e464101da680cdba0cca518225e (diff) | |
download | s6-networking-e9b3fdb19cb1bcabbd1926ebe05f111cac30e233.tar.xz |
Install static libraries in /usr/lib by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 47a7adb..c795568 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.9.6.0 or later. It's a build-time and run-time requirement. </li> +2.9.6.1 or later. It's a build-time and run-time requirement. </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.7.3 or later. It's a build-time requirement. It's also a run-time +2.3.8.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 024b3b6..e502ce5 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -26,11 +26,12 @@ 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.7.3 </li> +dependency bumped to 2.3.8.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> </ul> <h2> in 2.7.0.3 </h2> |