aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 06:56:55 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 06:56:55 +0000
commit851cdc362c11c9475f6a8f1c493c2f550c15555c (patch)
tree870ff741e9a70bcc722f0b0427e07388a978c38d /doc
parent938663ec4cf89443437d3f8997875a0711ff888a (diff)
downloadtipidee-851cdc362c11c9475f6a8f1c493c2f550c15555c.tar.gz
Move to new system, support pkg-config
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/tipideed.html8
-rw-r--r--doc/upgrade.html2
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 69352ad..cb28976 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -115,7 +115,7 @@ make it shorter. Just like the code.
requirement if you link against the shared version of the skalibs
library. </li>
<li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version
-2.7.0.4 or later. It's not a strict requirement, but tipidee relies on a super-server such as
+2.7.1.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as
<a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
to listen to the network and provide connection
information via environment variables. It also defers to tools such as
diff --git a/doc/tipideed.html b/doc/tipideed.html
index 8f8e0c2..bc9326d 100644
--- a/doc/tipideed.html
+++ b/doc/tipideed.html
@@ -451,12 +451,12 @@ in which case tipideed adds <tt>Connection: close</tt> to its last answer. </li>
<p>
On systems that implement
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawn.html">posix_spawn()</a>,
the <a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
super-server (and the
<a href="//skarnet.org/software/s6-networking/s6-tlsserver.html">s6-tlsserver</a> one
as well, since both use the same underlying program) uses it instead of
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/fork.html">fork()</a>,
and that partly alleviates the performance penalty usually associated with servers
that spawn one process per connection.
</p>
@@ -474,9 +474,9 @@ CGI script itself, never by tipideed.
<p>
tipideed itself does not use
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/fork.html">fork()</a>
if the system supports
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawn.html">posix_spawn()</a>
&mdash; with one exception, that you will not hit, and if you do, fork() will not
be the bottleneck. (Can you guess which case it is, without looking at the code?)
tipideed does not parse its configuration file itself, delegating the task to the
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 6c7b5e0..0bcfb28 100644
--- 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.14.4.0 </li>
+ <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a>
+recommendation bumped to 2.7.1.0 </li>
</ul>
<h2> in 0.0.5.1 </h2>