From 6a4cbbaa682101f102c42322614a9ac1c8df83e3 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Tue, 30 Nov 2021 06:25:14 +1100 Subject: [PATCH] socat: update to 1.7.4.2. --- srcpkgs/socat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index d4e0f0a9bbdb..92ccc52bc08f 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -1,7 +1,7 @@ # Template file for 'socat' pkgname=socat -version=1.7.4.1 -revision=2 +version=1.7.4.2 +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=3faca25614e89123dff5045680549ecef519d02e331aaf3c4f5a8f6837c675e9 +checksum=6690a9f9990457b505097a272bbf2cbf4cc35576176f76646e3524b0e91c1763 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;