From 59141a185fc1968680bb2bf3474174aeeedde108 Mon Sep 17 00:00:00 2001 From: jackloomen <79494508+jackloomen@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:06:23 +0000 Subject: [PATCH] socat: update to 1.7.4.1. important new feature added: VSOCK support --- srcpkgs/socat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index 8f96fccff84..6c3d342b9e2 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -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 " 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";;