./net/s6-networking, Suite of small networking utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.7.0.2, Package name: s6-networking-2.7.0.2, Maintainer: schmonz

s6-networking is a suite of small networking tools for Unix systems,
including command-line client and server management, TCP access
control, privilege escalation across UNIX domain sockets, IDENT
protocol management, clock synchronization, and secure connections
using the TLS protocol.



Package options: tls

Master sites:

Filesize: 113.278 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-09 17:24:03 by Amitai Schleier | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.