socat: update to 1.7.4.3.
See the following upstream commits: - https://repo.or.cz/socat.git/commit/ffa09eac003f00767147db5ae69134966fa0ded8 - https://repo.or.cz/socat.git/commit/967e2b24b5318f26aedc4cafce6e0ef11c187bb1
This commit is contained in:
parent
8516d16e55
commit
269330e482
@ -1,6 +1,6 @@
|
||||
# Template file for 'socat'
|
||||
pkgname=socat
|
||||
version=1.7.4.2
|
||||
version=1.7.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-libwrap --enable-fips
|
||||
@ -11,10 +11,12 @@ 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=6690a9f9990457b505097a272bbf2cbf4cc35576176f76646e3524b0e91c1763
|
||||
checksum=d47318104415077635119dfee44bcfb41de3497374a9a001b1aff6e2f0858007
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||
*-musl) CFLAGS="-D_LINUX_IF_ETHER_H"
|
||||
configure_args+=" sc_cv_getprotobynumber_r=2"
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
Loading…
Reference in New Issue
Block a user