diff options
author | John Crispin <john@openwrt.org> | 2015-04-14 19:01:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-14 19:01:24 +0000 |
commit | da2742db3b51f019025dbf7596b0bcad97c63feb (patch) | |
tree | 8d2fab16a1a760c186a670c36eaf9f4c0e2f12c3 /package/libs/ustream-ssl/Makefile | |
parent | 88593747ccbe3214b511a45f77c81ed581e01cd2 (diff) | |
download | upstream-da2742db3b51f019025dbf7596b0bcad97c63feb.tar.gz upstream-da2742db3b51f019025dbf7596b0bcad97c63feb.tar.bz2 upstream-da2742db3b51f019025dbf7596b0bcad97c63feb.zip |
ustream-ssl: update to latest git HEAD
fixes long writes when using polarssl
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45441
Diffstat (limited to 'package/libs/ustream-ssl/Makefile')
-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 b5e0b23dd9..248ae1f5e5 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:=2014-03-30 +PKG_VERSION:=2014-04-14 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:=db1c50c090bad72eb5c28b1867b7564708ba7f3c +PKG_SOURCE_VERSION:=a4ca61527236e89eb9efb782fd9bfd04796144e3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |