summaryrefslogtreecommitdiff
path: root/package/polarssl
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-04 09:32:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-04 14:58:49 +0200
commitf162e9661d90facc07f9778fd23f0aa7e7275925 (patch)
treec46586e96944958fd81780d2340eabe498b748c1 /package/polarssl
parented10829e3336420608232b10b8021c735f37be74 (diff)
polarssl: security bump to version 1.2.14
Fixes one remotely-triggerable issue that was found by the Codenomicon Defensics tool, one potential remote crash and countermeasures against the "Lucky 13 strikes back" cache-based attack. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/polarssl')
-rw-r--r--package/polarssl/polarssl.hash4
-rw-r--r--package/polarssl/polarssl.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/polarssl/polarssl.hash b/package/polarssl/polarssl.hash
index d68185b94..e7883fdd3 100644
--- a/package/polarssl/polarssl.hash
+++ b/package/polarssl/polarssl.hash
@@ -1,2 +1,2 @@
-# From https://polarssl.org/tech-updates/releases/polarssl-1.2.13-released
-sha256 62f44f2a9f39b5cefb229e5dd2644ca20ead477cb1843d6ff30671624315b021 polarssl-1.2.13-gpl.tgz
+# From https://polarssl.org/tech-updates/releases/polarssl-1.2.14-released
+sha256 d7cbd8314aa3a5441f6282d13d07df610f49b4bc678088b04188adf093d17d37 polarssl-1.2.14-gpl.tgz
diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk
index ebd065136..289a28d99 100644
--- a/package/polarssl/polarssl.mk
+++ b/package/polarssl/polarssl.mk
@@ -5,7 +5,7 @@
################################################################################
POLARSSL_SITE = https://tls.mbed.org/code/releases
-POLARSSL_VERSION = 1.2.13
+POLARSSL_VERSION = 1.2.14
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
POLARSSL_CONF_OPTS = \
-DENABLE_PROGRAMS=$(if $(BR2_PACKAGE_POLARSSL_PROGRAMS),ON,OFF)