summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias2012-06-11 12:40:46 +0200
committerPeter Korsgaard2012-06-12 22:22:11 +0200
commit6b7a7a028c47b546390b5f591e560a1f0f586e1b (patch)
tree3c08e62321685b73d865f5725140c7b889d80261
parentlibpcap: don't fail on kernels without netfilter support (diff)
downloadbuildroot-6b7a7a028c47b546390b5f591e560a1f0f586e1b.tar.gz
buildroot-6b7a7a028c47b546390b5f591e560a1f0f586e1b.tar.xz
buildroot-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>
-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 \