Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037542
en ru br
ALT Linux repos
S:2.0.0-alt7

Group :: Networking/Other
RPM: socat2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: socat2
Version: 2.0.0
Release: alt3

Summary: 'socket cat' - multipurpose relay for bidirectional data transfer
License: GPL
Group: Networking/Other
Url: http://www.dest-unreach.org/socat/
Packager: Kirill A. Shutemov <kas at altlinux.org>

Source: socat.tar

Conflicts: socat

BuildRequires: /proc libreadline-devel libssl-devel yodl

%description
socat is a relay for bidirectional data transfer between two independent
data channels. Each of these data channels may be a file, pipe, device
(serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw,
UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor
(stdin etc.), the GNU line editor (readline), a program, or a combination
of two of these.  These modes include generation of "listening" sockets,
named pipes, and pseudo terminals.

%prep
%setup -q -n socat

%build
autoconf
%configure

# We don't have /dev/ptmx in hasher.

echo '#define HAVE_DEV_PTMX 1' >> config.h

%make_build

%install
%makeinstall_std

%files
%_bindir/filan
%_bindir/procan
%_bindir/socat
%_man1dir/socat.*
%doc README* EXAMPLES FAQ SECURITY CHANGES doc/*.html doc/*.css

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin