aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-09-01 18:48:15 +0000
committerSteven Barth <cyrus@openwrt.org>2015-09-01 18:48:15 +0000
commit37160e21bbace045119b0733fe853e9cdb56ab02 (patch)
tree52cebeed69dead859e8f380078ff1bce10aa332d /package/libs/polarssl
parent750a344a552b6fbe76d2f04a7ec522c400c7ad55 (diff)
downloadupstream-37160e21bbace045119b0733fe853e9cdb56ab02.tar.gz
upstream-37160e21bbace045119b0733fe853e9cdb56ab02.tar.bz2
upstream-37160e21bbace045119b0733fe853e9cdb56ab02.zip
polarssl: bump to 1.3.12
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46762
Diffstat (limited to 'package/libs/polarssl')
-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 5d5e857658..d8f573df59 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.11
-PKG_RELEASE:=2
+PKG_VERSION:=1.3.12
+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:=c02ce2e54862d678604794ee484fb59e
+PKG_MD5SUM:=2908c992cc60ee6bc8538b2cd4615f28
PKG_BUILD_DIR:=$(BUILD_DIR)/$(SRC_PKG_NAME)-$(PKG_VERSION)