mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
socat: update to 1.7.2.3.
This commit is contained in:
parent
fb470219ce
commit
c5ba5f699c
1 changed files with 3 additions and 11 deletions
|
@ -1,21 +1,13 @@
|
||||||
# Template file for 'socat'
|
# Template file for 'socat'
|
||||||
pkgname=socat
|
pkgname=socat
|
||||||
version=1.7.2.2
|
version=1.7.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-libwrap --enable-fips"
|
configure_args="--disable-libwrap --enable-fips"
|
||||||
makedepends="readline-devel openssl-devel"
|
makedepends="readline-devel openssl-devel"
|
||||||
short_desc="Multipurpose relay"
|
short_desc="Relay for bidirectional data transfer between two independent data channels"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.dest-unreach.org/socat/"
|
homepage="http://www.dest-unreach.org/socat/"
|
||||||
distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
|
distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
|
||||||
checksum=9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c
|
checksum=0598ac54af7b138cda9e3c141bcf0cc63eeb2ab31f468a772dc3f7eb3896aad0
|
||||||
long_desc="
|
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue