From 8f54ec7ce71fbd83b2755f31cb54055bf3810eba Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Fri, 8 Feb 2013 19:47:48 +0000 Subject: polarssl: security update (1.2.5) addressing CBC TLS issue Signed-off-by: Tim Yardley SVN-Revision: 35525 --- package/libs/polarssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/libs/polarssl/Makefile') diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 50deba96d5..a66402c986 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=1.2.4 +PKG_VERSION:=1.2.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz -PKG_SOURCE_URL:=http://polarssl.org/code/releases -PKG_MD5SUM:=f23fc73b0c5ef1c51294c20f3ea0dcb0 +PKG_SOURCE_URL:=https://polarssl.org/code/releases +PKG_MD5SUM:=f42dd79cd85384ac9ad482caa665ac8f include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -- cgit v1.2.3