aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/Makefile
diff options
context:
space:
mode:
authorTim Yardley <yardley@gmail.com>2013-02-08 19:47:48 +0000
committerTim Yardley <yardley@gmail.com>2013-02-08 19:47:48 +0000
commit8f54ec7ce71fbd83b2755f31cb54055bf3810eba (patch)
treed200472c821ad39520235b2af77cfbdeeb4a76db /package/libs/polarssl/Makefile
parentb521113aa14cba4e26b381d7a30202c64b5c6ff9 (diff)
downloadupstream-8f54ec7ce71fbd83b2755f31cb54055bf3810eba.tar.gz
upstream-8f54ec7ce71fbd83b2755f31cb54055bf3810eba.tar.bz2
upstream-8f54ec7ce71fbd83b2755f31cb54055bf3810eba.zip
polarssl: security update (1.2.5) addressing CBC TLS issue
Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35525
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r--package/libs/polarssl/Makefile6
1 files changed, 3 insertions, 3 deletions
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