summaryrefslogtreecommitdiffstats
path: root/package/polarssl
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-06-11 10:40:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-12 22:22:11 +0200
commit6b7a7a028c47b546390b5f591e560a1f0f586e1b (patch)
tree3c08e62321685b73d865f5725140c7b889d80261 /package/polarssl
parente4bcf12d104da408361410ad6cd187021dd8eda5 (diff)
downloadbuildroot-novena-6b7a7a028c47b546390b5f591e560a1f0f586e1b.tar.gz
buildroot-novena-6b7a7a028c47b546390b5f591e560a1f0f586e1b.zip
polarssl: bump to version 1.1.4
* Correctly handle empty SSL/TLS packets (Found by James Yonan) * Fixed potential heap corruption in x509_name allocation * Fixed single RSA test that failed on Big Endian systems Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/polarssl')
-rw-r--r--package/polarssl/polarssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk
index d07cdc6e9..e12f08db6 100644
--- a/package/polarssl/polarssl.mk
+++ b/package/polarssl/polarssl.mk
@@ -1,5 +1,5 @@
POLARSSL_SITE = http://polarssl.org/code/releases/
-POLARSSL_VERSION = 1.1.3
+POLARSSL_VERSION = 1.1.4
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
POLARSSL_CONF_OPT = \
-DUSE_SHARED_POLARSSL_LIBRARY=ON \