aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-18 04:13:08 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-18 04:13:08 +0000
commit0eeedc7455f69e3570d946d4265e98699dac34cc (patch)
treeff9ca23558f4b80bac63727244c8d86fcf8e8f5d
parentc9ad723618113020309e14c66e05ccdd79245021 (diff)
downloads6-networking-0eeedc7455f69e3570d946d4265e98699dac34cc.tar.gz
Prepare for 2.7.2.1
-rw-r--r--COPYING2
-rw-r--r--INSTALL2
-rw-r--r--NEWS6
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html9
-rw-r--r--package/info2
-rwxr-xr-xpatch-for-solaris2
7 files changed, 24 insertions, 7 deletions
diff --git a/COPYING b/COPYING
index 1a9e8a2..2b1da03 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2025 Laurent Bercot <ska-skaware@skarnet.org>
+Copyright (c) 2011-2026 Laurent Bercot <ska-skaware@skarnet.org>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/INSTALL b/INSTALL
index 70b3d78..1a39f28 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.14.5.0 or later: https://skarnet.org/software/skalibs/
+ - skalibs version 2.14.5.1 or later: https://skarnet.org/software/skalibs/
- Optional (but recommended): execline version 2.9.8.0 or later: https://skarnet.org/software/execline/
- s6 version 2.14.0.0 or later: https://skarnet.org/software/s6/
- s6-dns version 2.4.1.1 or later: https://skarnet.org/software/s6-dns/
diff --git a/NEWS b/NEWS
index 58e5a08..2285501 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for s6-networking.
+In 2.7.2.1
+----------
+
+ - Bugfixes.
+
+
In 2.7.2.0
----------
diff --git a/doc/index.html b/doc/index.html
index aae1622..3e2bb68 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -55,11 +55,11 @@ as extensions to the s6 ecosystem.
<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.14.5.0 or later. It's a build-time requirement. It's also a run-time
+2.14.5.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, but recommended) <a href="//skarnet.org/software/execline/">execline</a> version
-2.9.8.0 or later. It's a build-time and run-time requirement. </li>
+2.9.8.1 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.14.0.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version
@@ -91,8 +91,8 @@ run-time requirement if you link against its shared version. </li>
<ul>
<li> The current released version of s6-networking is
-<a href="s6-networking-2.7.2.0.tar.gz">2.7.2.0</a>.
-You can access its checksum <a href="s6-networking-2.7.2.0.tar.gz.sha256">here</a>. </li>
+<a href="s6-networking-2.7.2.1.tar.gz">2.7.2.1</a>.
+You can access its checksum <a href="s6-networking-2.7.2.1.tar.gz.sha256">here</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-networking/">s6-networking
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 601c3a8..eb9ca98 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,15 @@
<h1> What has changed in s6-networking </h1>
+<h2> in 2.7.2.1 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.14.5.1 </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+optional dependency bumped to 2.9.8.1 </li>
+</ul>
+
<h2> in 2.7.2.0 </h2>
<ul>
diff --git a/package/info b/package/info
index d830fec..3d2c5ed 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-networking
-version=2.7.2.0
+version=2.7.2.1
category=net
package_macro_name=S6_NETWORKING
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