diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:26 +0000 |
commit | 2b64517dff0a92ac99e5b164d85d3360e5a83528 (patch) | |
tree | 83f3c24c103dba095b41106244624bf926fcb509 /package/libs/ustream-ssl | |
parent | 02373252ba18652c9641841428f7a4ceb8f9deeb (diff) | |
download | upstream-2b64517dff0a92ac99e5b164d85d3360e5a83528.tar.gz upstream-2b64517dff0a92ac99e5b164d85d3360e5a83528.tar.bz2 upstream-2b64517dff0a92ac99e5b164d85d3360e5a83528.zip |
ustream-ssl: update to latest version, fixes writes before ssl handshake completion
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39985
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 77cf21517e..92ae2f0155 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2014-03-14 +PKG_VERSION:=2014-03-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/ustream-ssl.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=2263994fef00cd53642c0337e893fb2d1b35c081 +PKG_SOURCE_VERSION:=14fa00e3fe1ca61fcc546ee18976ec23fbe62d74 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |