socat 1.7.4.1-3ubuntu5 source package in Ubuntu
Changelog
socat (1.7.4.1-3ubuntu5) kinetic; urgency=medium * debian/patches/09-test.sh-fix-awk-statement-quoting.sh: Fix FTBFS by using correct quoting around awk statements in test.sh (LP: #1990578). -- Nick Rosbrook <email address hidden> Thu, 22 Sep 2022 15:26:22 -0400
Upload details
- Uploaded by:
- Nick Rosbrook
- Sponsored by:
- Robie Basak
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
socat_1.7.4.1.orig.tar.gz | 633.7 KiB | 0c7e635070af1b9037fd96869fc45eacf9845cb54547681de9d885044538736d |
socat_1.7.4.1-3ubuntu5.debian.tar.xz | 11.2 KiB | c66f652ee33b59e5211c48d9ce3c368f91385cab85c1ad1eec0bf22eeee7a33e |
socat_1.7.4.1-3ubuntu5.dsc | 1.9 KiB | 78f129447937ed2b95e800f7ac2dd1e98b20b71acc9b9b6a61988e74670817fe |
Available diffs
Binary packages built by this source
- socat: multipurpose relay for bidirectional data transfer
Socat (for SOcket CAT) establishes two bidirectional byte streams
and transfers data between them. Data channels may be files, pipes,
devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw,
UDP, TCP, SSL). It provides forking, logging and tracing, different
modes for interprocess communication and many more options.
.
It can be used, for example, as a TCP relay (one-shot or daemon),
as an external socksifier, as a shell interface to Unix sockets,
as an IPv6 relay, as a netcat and rinetd replacement, to redirect
TCP-oriented programs to a serial line, or to establish a relatively
secure environment (su and chroot) for running client or server shell
scripts inside network connections. Socat supports sctp as of 1.7.0.
- socat-dbgsym: debug symbols for socat