Author: nbd Date: 2016-01-19 23:41:36 +0100 (Tue, 19 Jan 2016) New Revision: 48380
Modified: trunk/package/libs/ustream-ssl/Makefile Log: ustream-ssl: update to the latest version, fixes connection with servers requiring DHE Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/ustream-ssl/Makefile =================================================================== --- trunk/package/libs/ustream-ssl/Makefile 2016-01-19 22:41:31 UTC (rev 48379) +++ trunk/package/libs/ustream-ssl/Makefile 2016-01-19 22:41:36 UTC (rev 48380) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2016-01-15 +PKG_VERSION:=2016-01-19 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:=0c4f5c2493a4a9bbff28efd9661a967fe95e7495 +PKG_SOURCE_VERSION:=334dce08589197d6571d4afa1aabc69891647daf 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
