summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-02 11:40:18 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-02 11:40:18 +0000
commitb86f0b3410120e6d5526822a14ed4e8676888beb (patch)
treecf4fa03d045158d652f0085f2982962eb644cc54
parent4a23d134389abc9c5a85820b6ffa66c65645e730 (diff)
downloads6-portable-utils-b86f0b3410120e6d5526822a14ed4e8676888beb.tar.xz
Bump dependencies
-rw-r--r--INSTALL2
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html2
3 files changed, 7 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 88aa63f..5271995 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- - skalibs version 2.9.2.1 or later: http://skarnet.org/software/skalibs/
+ - skalibs version 2.9.3.0 or later: http://skarnet.org/software/skalibs/
This software will run on any operating system that implements
POSIX.1-2008, available at:
diff --git a/doc/index.html b/doc/index.html
index f191c4f..45c68fe 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -30,13 +30,13 @@ work everywhere.
<p>
Other set of small utilities are usually system-specific; for
instance, the (otherwise good)
-<a href="http://busybox.net/">BusyBox</a> project only works on Linux.
+<a href="https://busybox.net/">BusyBox</a> project only works on Linux.
</p>
<p>
Some of s6-portable-utils' programs are a conformant implementation
of a POSIX utility as determined by the
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/nfindex.html">Single
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/nfindex.html">Single
Unix Specification, version 4</a>; the relevant documentation pages mentions
this.
However, none of the s6-portable-utils programs supports internationalization.
@@ -61,7 +61,7 @@ the package is now used to host specific utilities such as
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.9.2.1 or later. It's a build-time requirement. It's also a run-time
+2.9.3.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 skalibs
library. </li>
</ul>
@@ -70,7 +70,7 @@ library. </li>
<p>
s6-portable-utils is free software. It is available under the
-<a href="http://opensource.org/licenses/ISC">ISC license</a>.
+<a href="https://opensource.org/licenses/ISC">ISC license</a>.
</p>
<h3> Download </h3>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 9600316..87fed91 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,6 +21,8 @@
<h2> in 2.2.3.0 </h2>
<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.9.3.0. </li>
<li> New binary: <a href="s6-tai64ndiff.html">s6-tai64ndiff</a>. </li>
</ul>