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 | f146317d5c1c603ecc666429ed0f41f098bd888b (patch) | |
tree | 2a0a8e35c568e0274d4aecf58fa278d4fc761b64 | |
parent | 4bdb877ccc4b1a1b6020d35961c31da1a1f17b2e (diff) | |
download | master-187ad058-f146317d5c1c603ecc666429ed0f41f098bd888b.tar.gz master-187ad058-f146317d5c1c603ecc666429ed0f41f098bd888b.tar.bz2 master-187ad058-f146317d5c1c603ecc666429ed0f41f098bd888b.zip |
ustream-ssl: update to the latest version, fixes handling SSL connection close notification
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48462 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |