summaryrefslogtreecommitdiff
path: root/aports/socat
AgeCommit message (Collapse)Author
2022-12-30socat: Update to 1.7.4.4, offer UDP support on demand.PÁLI Gábor János
By default, `socat` should stay stripped down, that is, without support for UDP. Create an alternate version where it can be explicitly requested to host this feature, such as for the forwarding service.
2022-11-29Implement a forwarding service.PÁLI Gábor János
- 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
2022-06-25Move to Linux 5.15.49 + Alpine 3.16.0.PÁLI Gábor János
2022-04-10Move towards custom packages.PÁLI Gábor János
Change the build image process in a way that custom-built packages can be utilized. This means a simpler `Makefile` since every modification is implemented on the level of packages. Include the sources for every customized package.