socat: update to 1.7.4.1.

important new feature added: VSOCK support
This commit is contained in:
jackloomen 2021-03-01 06:06:23 +00:00 committed by Érico Nogueira Rolim
parent 6a59adb5ee
commit 3543c8712c

View file

@ -1,7 +1,7 @@
# Template file for 'socat'
pkgname=socat
version=1.7.3.4
revision=2
version=1.7.4.1
revision=1
build_style=gnu-configure
configure_args="--disable-libwrap --enable-fips
ac_cv_have_z_modifier=yes"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.dest-unreach.org/socat/"
distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2"
checksum=972374ca86f65498e23e3259c2ee1b8f9dbeb04d12c2a78c0c9b5d1cb97dfdfc
checksum=3faca25614e89123dff5045680549ecef519d02e331aaf3c4f5a8f6837c675e9
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;