From 6ae77556dc41dd03ad8833466a571e7aedd33b60 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 14 Mar 2014 15:05:42 +0000
Subject: [PATCH] ustream-ssl: add support for polarssl 1.3

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39929
---
 package/libs/ustream-ssl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index d61c4e89f8a..77cf21517ed 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:=2013-10-30
+PKG_VERSION:=2014-03-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:=1dc753d6438121ef4cc57b185ea340c082d362c6
+PKG_SOURCE_VERSION:=2263994fef00cd53642c0337e893fb2d1b35c081
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 
-- 
GitLab