Author: nbd Date: 2016-01-26 01:10:19 +0100 (Tue, 26 Jan 2016) New Revision: 48503
Modified: trunk/package/libs/ustream-ssl/Makefile Log: ustream-ssl: update to the latest version, fixes hostname validation with openssl Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/ustream-ssl/Makefile =================================================================== --- trunk/package/libs/ustream-ssl/Makefile 2016-01-25 23:29:18 UTC (rev 48502) +++ trunk/package/libs/ustream-ssl/Makefile 2016-01-26 00:10:19 UTC (rev 48503) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2016-01-23 +PKG_VERSION:=2016-01-25 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:=b1dede0e595410e1aa1380a33ca75b7ff684a077 +PKG_SOURCE_VERSION:=173aca2acf16b367f9a130efe677189854784b78 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
