2024-11-14 15:12:48 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
s6-networking: update to 2.7.0.4. Changes:
- Bugfixes.
- If you're using s6-tcpserver-access with IPv6 addresses, you should
upgrade the s6 package (and rebuild s6-networking if you're linking it
statically against libs6).
- QoL: s6-tcpclient now does not qualify its argument by default (the
default changes from -n to -N), to avoid confusion when users give a
fqdn without a final dot.
|
2024-06-19 21:00:07 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
s6-networking: update to 2.7.0.3. Changes:
- Bugfixes.
|
2024-01-09 17:24:03 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
s6-networking: update to 2.7.0.2. Changes:
- Fix sbearssl_run exit conditions AGAIN
|
2023-12-23 21:11:49 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
s6-networking: update to 2.7.0.1. Changes:
- Bugfixes.
|
2023-11-23 19:51:50 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
s6-networking: update to 2.7.0.0. Changes:
- Bugfixes.
- Better API for s6-tlsc-io: now "s6-tlsc-io 6 7" is the equivalent
of s6-ioconnect with TLS, and can be used interactively as a client
program to talk to TLS-tunneled services.
- The -K option for TLS programs now set a timeout for the whole handshake.
- The -h option for s6-tcpclient and s6-tcpserver-access now indicates
/etc/hosts should be consulted before DNS.
|
2023-11-11 12:57:20 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
s6-networking: update to 2.6.0.0. Changes:
- Bugfixes.
- s6-tcpserver has been unified! no ipv4 and ipv6 separation anymore.
* The only programs in the superserver chain are now s6-tcpserver,
s6-tcpserver-socketbinder, and s6-tcpserverd.
* s6-tcpserver-access still exists, should now run under s6-tcpserverd,
still invoked once per connection. Doesn't spam the log anymore when
invoked with no ruleset.
* Options -4 and -6 removed from s6-tcpserver and s6-tlsserver.
Protocol detection happens when the cmdline address is scanned.
* Option -e removed from s6-tlsserver. It should now always invoke
s6-tcpserver-access when needed (and only then).
- Major performance improvements. s6-tcpserverd does not fork on systems
that support posix_spawn. Also, its lookups are now logarithmic
instead of linear (which only matters on *heavy* loads).
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-04-04 22:15:52 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update manual pages. Bump PKGREVISION.
|
2023-03-11 16:48:31 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.5.1.3. From the changelog:
- Bugfixes.
|
2023-01-16 22:49:20 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.5.1.2. From the changelog:
- Adaptation to skalibs-2.13.0.0.
- Bugfixes.
|