summaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-08 07:38:13 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-08 07:38:13 +0000
commit2f463c1112958a9e6f8ac2d36eabdd40ee6c7c75 (patch)
tree8c90210fbc52efe6cf26ed45cb17c18a30841ff5 /package/libs/polarssl
parent73fb57ada4aaea29c9c2e94ec9beba5e80a7aefa (diff)
downloadmaster-31e0f0ae-2f463c1112958a9e6f8ac2d36eabdd40ee6c7c75.tar.gz
master-31e0f0ae-2f463c1112958a9e6f8ac2d36eabdd40ee6c7c75.tar.bz2
master-31e0f0ae-2f463c1112958a9e6f8ac2d36eabdd40ee6c7c75.zip
polarssl: bump to 1.3.11
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45925
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 ce9dd151db..a232ef6fab 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mbedtls
-PKG_VERSION:=1.3.10
-PKG_RELEASE:=2
+PKG_VERSION:=1.3.11
+PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
PKG_SOURCE_URL:=https://polarssl.org/download/
-PKG_MD5SUM:=4b55fc9ad3da65a43addefa8b74fef13
+PKG_MD5SUM:=c02ce2e54862d678604794ee484fb59e
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPL-2.0+