diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-06-25 23:04:28 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-06-25 23:04:28 +0200 |
commit | 373d8e3dcb62f76a5c2b3608251529c608b98b1d (patch) | |
tree | 9d3c179ffd2b2fbd0aaf5b2c98deba8a241c2b46 /aports/socat | |
parent | 2e6c1798e14737745b36726419863180566d53de (diff) | |
download | freebsd-wifibox-alpine-373d8e3dcb62f76a5c2b3608251529c608b98b1d.zip |
Move to Linux 5.15.49 + Alpine 3.16.0.
Diffstat (limited to 'aports/socat')
-rw-r--r-- | aports/socat/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/aports/socat/APKBUILD b/aports/socat/APKBUILD index deb9d81..c3f567b 100644 --- a/aports/socat/APKBUILD +++ b/aports/socat/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Gabor Pali <pali.gabor@gmail.com> pkgname=socat -pkgver=1.7.4.2 -pkgrel=0 +pkgver=1.7.4.3 +pkgrel=0 # base: 0 pkgdesc="Multipurpose relay for binary protocols" options="!check" url="http://www.dest-unreach.org/socat/" @@ -17,6 +17,9 @@ source="http://www.dest-unreach.org/socat/download/socat-$pkgver.tar.gz " build() { + # Just like Solaris, musl doesn't have getprotobynumber_r. + # Setting the configure variable to 2 ensures it isn't used. + sc_cv_getprotobynumber_r=2 \ ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -57,7 +60,7 @@ package() { } sha512sums=" -c331a6348e0febb35cd8adc2b116e3b8896cd7f64bcd93e507df4b8197ee1e6738ca256abf74c9b225e7a3769cf9643f0e237826125c6f390b5124ce0f10c972 socat-1.7.4.2.tar.gz +81cb34c245052b6a0ae38a711591358460b6070957af4a9eeb11a3cadb4aff184eeaedabbc7ecdc7fdf21a6126c06f90f19b24a87ce74b30bfd60a3879181046 socat-1.7.4.3.tar.gz 2032b6528cb27b69d8fb6a6f64af32fcc1f6e4934bb0d7c8931b38ab7ad5e27f6f4344a6cf49751fa3178cd725f954e195373362f7d5929e587d7f0309346059 use-linux-headers.patch 22a6e0c2317a9317997c98114daac258ebbcc3d8e58e49a6ebf24781b98967afed47c63807282582fa0909076fe349281f05e4462faacb90e7aabc853903d6e6 netdb-internal.patch de2ca2d318ada9ac7140ad6fbc42006ea0ef040d68cc579ed1452246fd16a7eceb4ce577336bc20e513cf6fe24da296447529ec36c22fa17a4c18be29e180b81 no-extras.patch |