ustream-ssl: update to latest version, adds certificate validation support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40017
This commit is contained in:
parent
3f5749e292
commit
e7de56916a
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ustream-ssl
|
||||
PKG_VERSION:=2014-03-22
|
||||
PKG_VERSION:=2014-03-25
|
||||
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:=515d8c344086746b44939652004a7b5ac1b85097
|
||||
PKG_SOURCE_VERSION:=fc0b5ec804ee43c532978dd04ab0509c34baefb0
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
@ -26,6 +26,7 @@ define Package/libustream/default
|
|||
CATEGORY:=Libraries
|
||||
TITLE:=ustream SSL Library
|
||||
DEPENDS:=+libubox
|
||||
ABI_VERSION:=$(PKG_VERSION)
|
||||
endef
|
||||
|
||||
define Package/libustream-openssl
|
||||
|
|
Loading…
Reference in a new issue