diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-30 12:56:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-30 12:56:47 +0000 |
commit | d6eec622cf759ce0e1590907d881f4749535ed4b (patch) | |
tree | 59b419980f226873a9b40d7c6e938202dcac9aaa /package/libs/ustream-ssl | |
parent | 0a1d16338a421a46d101a2772953a85b6fd9d964 (diff) | |
download | upstream-d6eec622cf759ce0e1590907d881f4749535ed4b.tar.gz upstream-d6eec622cf759ce0e1590907d881f4749535ed4b.tar.bz2 upstream-d6eec622cf759ce0e1590907d881f4749535ed4b.zip |
ustream-ssl: update to the latest version, adds support for the current cyassl version (#14386)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38608 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cd6b78f093..d61c4e89f8 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:=2013-07-24 +PKG_VERSION:=2013-10-30 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:=daa954de38f2bf4e2fbc41ac7917f8447d37a2a0 +PKG_SOURCE_VERSION:=1dc753d6438121ef4cc57b185ea340c082d362c6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |