socat 1.7.3.2-2 source package in Ubuntu

Changelog

socat (1.7.3.2-2) unstable; urgency=medium

  * Update Standards-Version to 4.1.1:
    - change package priority to optional.
  * Remove dh-autoreconf build dependency.

  [ Andreas Henriksson <email address hidden> ]
  * Have compat.h define PATH_MAX if undefined (closes: #882020).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 19 Nov 2017 13:56:10 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
socat_1.7.3.2-2.dsc 1.7 KiB 1872142f251e2bddc750fd033398554625111ab74273fcbad66885367c2d553b
socat_1.7.3.2.orig.tar.bz2 481.8 KiB e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251
socat_1.7.3.2-2.debian.tar.xz 9.6 KiB f0b62497913019a026deedf6727b9dc54aa4f5ad0ec1a4a298715da9b6456397

Available diffs

No changes file available.

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