From b0b0c319f96fbcd3af51ad399038363753008cf1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 16 Jan 2016 00:20:05 +0000 Subject: polarssl: update to 1.3.16, fixes intermediate certificate validation Signed-off-by: Felix Fietkau SVN-Revision: 48257 --- 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 e7758aeb99..03e3252e0a 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.15 +PKG_VERSION:=1.3.16 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:=59662a9daaf0cfe96c349bd5ad246d1b +PKG_MD5SUM:=f413146c177c52d4ad8f48015e2fb21dd3a029ca30a2ea000cbc4f9bd092c933 PKG_BUILD_DIR:=$(BUILD_DIR)/$(SRC_PKG_NAME)-$(PKG_VERSION) -- cgit v1.2.3