From 765d67d621dabbe68dd939476e6777226f96cbd9 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 18 Oct 2015 21:48:32 +0000 Subject: polarssl: update to version 1.3.14 This fixes CVE-2015-5291 and some other smaller security issues. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47201 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/polarssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libs/polarssl/Makefile') diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index d5323a53bb..9f7b1f3759 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl SRC_PKG_NAME:=mbedtls -PKG_VERSION:=1.3.12 +PKG_VERSION:=1.3.14 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(SRC_PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://polarssl.org/download/ -PKG_MD5SUM:=2908c992cc60ee6bc8538b2cd4615f28 +PKG_MD5SUM:=869c7b5798b8769902880c7cf0212fed PKG_BUILD_DIR:=$(BUILD_DIR)/$(SRC_PKG_NAME)-$(PKG_VERSION) -- cgit v1.2.3