aboutsummaryrefslogtreecommitdiff
path: root/net/socat/patches
Commit message (Collapse)AuthorAge
* socat: Fix compile with deprecated APIs disabledRosen Penev2018-11-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* net/socat: Update to 1.7.3.2Daniel Engberg2017-06-02
| | | | | | | | | Update socat to 1.7.3.2 Remove SSLv3 patch, workaround added upstream Remove inclusion of stddef.h, fix added upstream Replace obsolete tarball hash variable with PKG_HASH Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* net/socat: Update to 1.7.3.1 and fix SSLDaniel Engberg2017-01-16
| | | | | | | | Update to 1.7.3.1 Fix SSL builds Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/socat/patches/#dirlist Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* socat: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | | | | Do not include netinet/if_ether.h for musl to prevent struct ethhdr redeclarations. Also define NETDB_INTERNAL if needed to fix compilation of the network backends. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Upgrade socat to 1.7.3.0.John Szakmeister2015-03-03
| | | | | | | | | The cross-compiling patch is no longer necessary. Also added librt as a dependency, since it is required. This also fixes an issue where support for linux/errqueue.h was not being detected correctly and causing a build failure with 3.18. Signed-off-by: John Szakmeister <john@szakmeister.net>
* socat: Import from oldpackages, upgrade to 1.7.2.4, update copyright, ↵Ted Hess2014-08-12
license info, pkg maintainer. Fix cross built error Signed-off-by: Ted Hess <thess@kitschensync.net>