diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-23 18:53:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-23 18:53:12 +0000 |
commit | 87456ff286a822bc2aed3106339695446727b73d (patch) | |
tree | 990079810ce095f49c51004355d3e838e9f04d55 /package/libs/ustream-ssl/Makefile | |
parent | 4b7e52125f2faf4ce4ae3d812bc4c7abe9366061 (diff) | |
download | upstream-87456ff286a822bc2aed3106339695446727b73d.tar.gz upstream-87456ff286a822bc2aed3106339695446727b73d.tar.bz2 upstream-87456ff286a822bc2aed3106339695446727b73d.zip |
ustream-ssl: update to the latest version, fixes handling SSL connection close notification
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48462
Diffstat (limited to 'package/libs/ustream-ssl/Makefile')
-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 5941c0bc23..436878a6ec 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:=2016-01-19 +PKG_VERSION:=2016-01-23 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/ustream-ssl.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=334dce08589197d6571d4afa1aabc69891647daf +PKG_SOURCE_VERSION:=b1dede0e595410e1aa1380a33ca75b7ff684a077 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |