diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-18 21:48:32 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-18 21:48:32 +0000 |
commit | b792ea7ac045922ff287ed95c1a4d5961640f19f (patch) | |
tree | 9c7b1576c7e2e780e8069d5efec00cd80ebe287d /package/libs/polarssl/patches/100-disable_sslv3.patch | |
parent | 43d397d7d665563eb215a40ec9f9b874b1edb96e (diff) | |
download | upstream-b792ea7ac045922ff287ed95c1a4d5961640f19f.tar.gz upstream-b792ea7ac045922ff287ed95c1a4d5961640f19f.tar.bz2 upstream-b792ea7ac045922ff287ed95c1a4d5961640f19f.zip |
polarssl: update to version 1.3.14
This fixes CVE-2015-5291 and some other smaller security issues.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47201
Diffstat (limited to 'package/libs/polarssl/patches/100-disable_sslv3.patch')
-rw-r--r-- | package/libs/polarssl/patches/100-disable_sslv3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/polarssl/patches/100-disable_sslv3.patch b/package/libs/polarssl/patches/100-disable_sslv3.patch index 4b779025f7..56c6c4d235 100644 --- a/package/libs/polarssl/patches/100-disable_sslv3.patch +++ b/package/libs/polarssl/patches/100-disable_sslv3.patch @@ -1,6 +1,6 @@ --- a/include/polarssl/config.h +++ b/include/polarssl/config.h -@@ -951,8 +951,8 @@ +@@ -1011,8 +1011,8 @@ * POLARSSL_SHA1_C * * Comment this macro to disable support for SSL 3.0 |