ucspi-tcp 1:0.88-7 source package in Ubuntu
Changelog
ucspi-tcp (1:0.88-7) unstable; urgency=medium [ Dmitry Bogatov ] * Add Gitlab CI config file * Do not run tests under Gitlab CI [ Peter Pentchev ] * New maintainer. Closes: #983804 * Declare compliance with Policy 4.6.2 with no changes. * Set the debhelper compat level to 13 with no changes. * Add an EditorConfig definitions file. * Run a custom test suite at build-time and as an autopkgtest. * Clean up after a build. * Show the compiler and linker invocations unless "terse" is requested. * Do not use "tee" to generate the config files. * Add Rules-Requires-Root: no to the source control stanza. * Remove leading slashes from debian/*.install. * No longer mention ucspi-tcp-doc, no such package for a long time. -- Peter Pentchev <email address hidden> Thu, 05 Jan 2023 04:05:08 +0200
Upload details
- Uploaded by:
- Peter Pentchev
- Uploaded to:
- Sid
- Original maintainer:
- Peter Pentchev
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | net | |
Lunar | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ucspi-tcp_0.88-7.dsc | 2.1 KiB | ac76584f163cf7289f50109cc8a55763d07b19159ecba11bbfea7616b1ed5fb0 |
ucspi-tcp_0.88.orig.tar.gz | 51.8 KiB | 4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c |
ucspi-tcp_0.88-7.debian.tar.xz | 40.7 KiB | 3219880d0c44809257d741ac297e4fedab412f8ce4c1ba94257046fb6d48db76 |
Available diffs
- diff from 1:0.88-6 to 1:0.88-7 (8.5 KiB)
No changes file available.
Binary packages built by this source
- ucspi-tcp: command-line tools for building TCP client-server applications
tcpserver waits for incoming connections and, for each connection, runs a
program of your choice. Your program receives environment variables showing
the local and remote host names, IP addresses, and port numbers.
.
tcpserver offers a concurrency limit to protect you from running out of
processes and memory. When you are handling 40 (by default) simultaneous
connections, tcpserver smoothly defers acceptance of new connections.
.
tcpserver also provides TCP access control features, similar to
tcp-wrappers/tcpd's hosts.allow but much faster. Its access control rules
are compiled into a hashed format with cdb, so it can easily deal with
thousands of different hosts.
.
This package includes a recordio tool that monitors all the input and output
of a server.
.
tcpclient makes a TCP connection and runs a program of your choice. It sets
up the same environment variables as tcpserver.
.
This package includes several sample clients built on top of tcpclient:
who@, date@, finger@, http@, tcpcat, and mconnect.
.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are
available for several different networks.
- ucspi-tcp-dbgsym: debug symbols for ucspi-tcp
- ucspi-tcp-ipv6: command-line tools for building TCP client-server applications (IPv6)
ucspi-tcp-ipv6 is the ucspi-tcp package with IPv6 support added.
.
tcpserver waits for incoming connections and, for each connection, runs a
program of your choice. Your program receives environment variables showing
the local and remote host names, IP addresses, and port numbers.
.
tcpserver offers a concurrency limit to protect you from running out of
processes and memory. When you are handling 40 (by default) simultaneous
connections, tcpserver smoothly defers acceptance of new connections.
.
tcpserver also provides TCP access control features, similar to
tcp-wrappers/tcpd's hosts.allow but much faster. Its access control rules
are compiled into a hashed format with cdb, so it can easily deal with
thousands of different hosts.
.
This package includes a recordio tool that monitors all the input and output
of a server.
.
tcpclient makes a TCP connection and runs a program of your choice. It sets
up the same environment variables as tcpserver.
.
This package includes several sample clients built on top of tcpclient:
who@, date@, finger@, http@, tcpcat, and mconnect.
.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are
available for several different networks.
- ucspi-tcp-ipv6-dbgsym: debug symbols for ucspi-tcp-ipv6