Author: nbd Date: 2016-02-22 09:54:46 +0100 (Mon, 22 Feb 2016) New Revision: 48752
Modified: trunk/package/libs/ustream-ssl/Makefile Log: ustream-ssl: update to the latest version, fixes openssl TLS version selection Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/ustream-ssl/Makefile =================================================================== --- trunk/package/libs/ustream-ssl/Makefile 2016-02-22 08:54:32 UTC (rev 48751) +++ trunk/package/libs/ustream-ssl/Makefile 2016-02-22 08:54:46 UTC (rev 48752) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2016-01-25 +PKG_VERSION:=2016-02-21 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:=173aca2acf16b367f9a130efe677189854784b78 +PKG_SOURCE_VERSION:=6ba14990e63fc956e8aff3b0b09be1fd3aaa6d75 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
