From c0713400778eb412d113ea217982a586d79f35fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Tue, 29 Nov 2022 04:53:11 +0100 Subject: Implement a forwarding service. - Add the `forwarding` system service (script + OpenRC support). - Enable support for UDP ports for `socat`. - Adjust UDS pass-through to avoid conflicts with forwarding. - Update documentation. Requested by: Universal Devices --- aports/socat/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'aports/socat/APKBUILD') diff --git a/aports/socat/APKBUILD b/aports/socat/APKBUILD index c3f567b..1966d19 100644 --- a/aports/socat/APKBUILD +++ b/aports/socat/APKBUILD @@ -2,7 +2,7 @@ pkgname=socat pkgver=1.7.4.3 -pkgrel=0 # base: 0 +pkgrel=1 # base: 0 pkgdesc="Multipurpose relay for binary protocols" options="!check" url="http://www.dest-unreach.org/socat/" @@ -34,7 +34,6 @@ build() { --disable-rawip \ --disable-genericsocket \ --disable-interface \ - --disable-udp \ --disable-sctp \ --disable-vsock \ --disable-socks4 \ -- cgit v1.2.3