summaryrefslogtreecommitdiff
path: root/package/socat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-25 15:55:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-25 15:55:49 +0100
commitf96036c0c81a8362742a64f9bb0118b28136b9e1 (patch)
tree49fb8ee36889219232bd5049f87b0c6e44c8fc81 /package/socat
parent2fa8cb66c518888014f674ab6313c2e10c925bea (diff)
fix musl build
Diffstat (limited to 'package/socat')
-rw-r--r--package/socat/Makefile4
-rw-r--r--package/socat/patches/501-honor_ldflags.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/package/socat/Makefile b/package/socat/Makefile
index de459c710..02370e4a0 100644
--- a/package/socat/Makefile
+++ b/package/socat/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= socat
-PKG_VERSION:= 1.7.2.0
+PKG_VERSION:= 1.7.2.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= 0565dd58800e4c50534c61bbb453b771
+PKG_MD5SUM:= fe70c821a104378a834c3ed1b5971e54
PKG_DESCR:= A multipurpose relay (SOcket CAT)
PKG_SECTION:= net/misc
PKG_DEPENDS:= libpthread libopenssl
diff --git a/package/socat/patches/501-honor_ldflags.patch b/package/socat/patches/501-honor_ldflags.patch
index a41a929f1..87c777067 100644
--- a/package/socat/patches/501-honor_ldflags.patch
+++ b/package/socat/patches/501-honor_ldflags.patch
@@ -1,7 +1,7 @@
diff -ruN socat-1.4-old/Makefile.in socat-1.4-new/Makefile.in
---- socat-1.4-old/Makefile.in 2005-09-10 22:09:11.000000000 +0200
-+++ socat-1.4-new/Makefile.in 2005-10-08 17:12:45.000000000 +0200
-@@ -36,7 +36,8 @@
+--- socat-1.7.2.2.orig/Makefile.in 2011-12-06 08:45:03.000000000 +0100
++++ socat-1.7.2.2/Makefile.in 2013-12-24 16:37:21.000000000 +0100
+@@ -38,7 +38,8 @@ INSTALL = @INSTALL@
#0 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS)
CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(CPPFLAGS)