diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-21 22:37:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-21 22:37:41 +0000 |
| commit | d41752e6aa19deaef032c758ce46398cda2d4291 (patch) | |
| tree | 271483c9e9fd05b04bd110a3bf1cc5daaa79dbcf | |
| parent | 0f4966b77a38c0b0f77f5109c801f5db4dd02643 (diff) | |
| download | s6-linux-utils-d41752e6aa19deaef032c758ce46398cda2d4291.tar.gz | |
Update deps
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 12 | ||||
| -rw-r--r-- | doc/upgrade.html | 11 | ||||
| -rw-r--r-- | package/deps-build | 6 | ||||
| -rw-r--r-- | package/info | 2 |
6 files changed, 32 insertions, 9 deletions
@@ -6,7 +6,9 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - (Optional) nsss version 0.2.1.3 or later: https://skarnet.org/software/nsss/ + - execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ This software is Linux-specific. It will run on a Linux kernel, version 3.5 or later. @@ -1,5 +1,11 @@ Changelog for s6-linux-utils. +In 2.6.4.2 +---------- + + - Documentation fixes. + + In 2.6.4.1 ---------- diff --git a/doc/index.html b/doc/index.html index 1c1fd1f..184a975 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,15 @@ on the wrong page. I apologize for the confusion. The Linux kernel must be 3.5 or later. </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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: <a href="//skarnet.org/software/nsss/">nsss</a> version +0.2.1.3 or later. You only need it if your whole distribution uses nsss; +if you're not sure, you don't need it. If you're using it: +it's a build-time requirement. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.9.9.0 or later. It's a build-time requirement. </li> +2.9.9.2 or later. It's a build-time requirement. </li> </ul> <h3> Licensing </h3> @@ -66,8 +70,8 @@ library. </li> <ul> <li> The current released version of s6-linux-utils is -<a href="s6-linux-utils-2.6.4.1.tar.gz">2.6.4.1</a>. -You can access its checksum <a href="s6-linux-utils-2.6.4.1.tar.gz.sha256">here</a>. </li> +<a href="s6-linux-utils-2.6.4.2.tar.gz">2.6.4.2</a>. +You can access its checksum <a href="s6-linux-utils-2.6.4.2.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgit/s6-linux-utils/">s6-linux-utils git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 12f07cd..dc3b1fd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,17 @@ <h1> What has changed in s6-linux-utils </h1> +<h2> in 2.6.4.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.15.0.1. </li> + <li> <a href="//skarnet.org/software/nsss/">nsss</a> +optional dependency bumped to 0.2.1.3. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.9.9.2. </li> +</ul> + <h2> in 2.6.4.1 </h2> <ul> diff --git a/package/deps-build b/package/deps-build index 5470fed..34e07a1 100644 --- a/package/deps-build +++ b/package/deps-build @@ -1,3 +1,3 @@ -true true /package/prog/skalibs 2.15.0.0 libskarnet -$usensss false /package/admin/nsss 0.2.1.2 libnsss -true true /package/admin/execline 2.9.9.0 +true true /package/prog/skalibs 2.15.0.1 libskarnet +$usensss false /package/admin/nsss 0.2.1.3 libnsss +true true /package/admin/execline 2.9.9.2 diff --git a/package/info b/package/info index bbfeca1..490123a 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-linux-utils -version=2.6.4.1 +version=2.6.4.2 category=admin package_macro_name=S6_LINUX_UTILS |
