You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-net_socat

36 lines
1.1 KiB

Source-Makefile: feeds/packages/net/socat/Makefile
Package: socat
Version: 1.7.3.3-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +SOCAT_SSL:libopenssl
Conflicts:
Menu-Depends:
Provides:
Section: net
Category: Network
Repository: base
Title: A multipurpose relay (SOcket CAT)
Maintainer: Ted Hess <thess@kitschensync.net>
Source: socat-1.7.3.3.tar.bz2
License: GPL-2.0 OpenSSL
LicenseFiles: COPYING COPYING.OpenSSL
Type: ipkg
Description: 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.
http://www.dest-unreach.org/socat/
Ted Hess <thess@kitschensync.net>
@@
Config:
config SOCAT_SSL
bool "SSL support"
depends on PACKAGE_socat
default n
help
Implements SSL support in socat (using libopenssl).
@@