diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-06-02 13:42:56 +0200 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-06-02 13:43:06 +0200 |
commit | 076eba07f4d025d5b3412566c1af741c668071df (patch) | |
tree | 6c19c4c0f7ccab7c275b19fa871d23db9fb1a298 /net/socat/Makefile | |
parent | 31db48a506187583bd2c370682751b6b9f7cc90b (diff) |
net/socat: Update to 1.7.3.2
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>
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index ede942c35..73886ed04 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat -PKG_VERSION:=1.7.3.1 +PKG_VERSION:=1.7.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download -PKG_MD5SUM:=d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa +PKG_HASH:=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 PKG_MAINTAINER:= Ted Hess <thess@kitschensync.net> @@ -69,9 +69,6 @@ CONFIGURE_VARS += \ sc_cv_sys_tabdly_shift=11 \ sc_cv_sys_csize_shift=4 -TARGET_CFLAGS += \ - -include stddef.h - define Package/socat/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/ |