Path to this page:
./
net/socat,
netcat++ (extended design, new implementation)
Branch: pkgsrc-2015Q1,
Version: 1.7.2.4,
Package name: socat-1.7.2.4,
Maintainer: pkgsrc-userssocat 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, a program, or a
combination of two of these. These modes include generation of
"listening" sockets, pipes and pseudo terminals.
Required to run:[
devel/readline]
Package options: inet6
Master sites:
SHA1: c33904b83295accef2aaff8adf7eedd3310f9777
RMD160: 034e7e1197339aa01d657d580fbc60d16ebf13dc
Filesize: 570.08 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version socat-1.7.2.4 (created)
CVS history: (Expand)
2015-04-28 00:02:37 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4689 - requested by dholland
net/socat: build fix
Revisions pulled up:
- net/socat/Makefile 1.33
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Apr 25 23:31:23 UTC 2015
Modified Files:
pkgsrc/net/socat: Makefile
Log message:
Add clang to ONLY_FOR_COMPILER per PR 49852 from Alexander Borkowski.
(XXX: shouldn't the wrappers be taking care of -Werror for compilers
that don't understand it?)
|