aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-12-03 21:00:45 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-12-03 21:00:45 +0000
commit6565c2fa6b2bf2431a6604a3a1f43a2d165bd91b (patch)
treee44bd31e5f89fdab7768a8e9dac3da4400917f0d /package/libs/polarssl
parentaba711c6b0535b37685fed45695408d83c96288d (diff)
downloadmaster-187ad058-6565c2fa6b2bf2431a6604a3a1f43a2d165bd91b.tar.gz
master-187ad058-6565c2fa6b2bf2431a6604a3a1f43a2d165bd91b.tar.bz2
master-187ad058-6565c2fa6b2bf2431a6604a3a1f43a2d165bd91b.zip
polarssl: update to version 1.3.15
This is a minor version update which fixes some small bugs. None of these bugs were exploitable according to the release notes. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl')
-rw-r--r--package/libs/polarssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index 9f7b1f3759..e7758aeb99 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.14
+PKG_VERSION:=1.3.15
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:=869c7b5798b8769902880c7cf0212fed
+PKG_MD5SUM:=59662a9daaf0cfe96c349bd5ad246d1b
PKG_BUILD_DIR:=$(BUILD_DIR)/$(SRC_PKG_NAME)-$(PKG_VERSION)