diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-18 04:48:11 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-18 04:48:11 +0000 |
| commit | 59c368f0189ea090024c5c1976b7508db643af04 (patch) | |
| tree | cbdbaa972cc162fac8752be43df0a4a0dbf730bc | |
| parent | c2df0a8b6cb75bc6210358b9f637c770b2b33bae (diff) | |
| download | tipidee-59c368f0189ea090024c5c1976b7508db643af04.tar.gz | |
Update deps
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 3 | ||||
| -rwxr-xr-x | patch-for-solaris | 2 |
4 files changed, 7 insertions, 2 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.5.1 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.7.2.0 or later: + - (optional but recommended): s6-networking version 2.7.2.1 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 2508ebc..16ee3be 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.2.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.2.1 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/upgrade.html b/doc/upgrade.html index 6e3676c..9b0c113 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,9 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.14.5.1 </li> + <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> +recommendation bumped to 2.7.2.1 </li> + </ul> <h2> in 0.0.7.0 </h2> diff --git a/patch-for-solaris b/patch-for-solaris index df17cc8..bc4def1 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -14,6 +14,8 @@ mv -f configure.tmp configure patchit ./configure patchit ./tools/install.sh patchit ./tools/gen-deps.sh +patchit ./tools/gen-dotpc.sh +patchit ./tools/run-test.sh echo 'SHELL := /usr/xpg4/bin/sh' > Makefile.tmp echo >> Makefile.tmp |
