diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-02-09 12:04:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-02-09 12:04:00 +0000 |
commit | 2ca8a6cce44676f4436179ec808c5e1a8e4066ab (patch) | |
tree | 9f020fbe2926a46588fdfd54d3be0f8c59d33c5b /package/libs/openssl/patches/110-optimize-for-size.patch | |
parent | 6ee8d1f1781dcc6b6356c2033a72db53d580dbe9 (diff) | |
download | mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.zip mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.gz mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.bz2 |
openssl: bump to 1.0.2
Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44332
Diffstat (limited to 'package/libs/openssl/patches/110-optimize-for-size.patch')
-rw-r--r-- | package/libs/openssl/patches/110-optimize-for-size.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/110-optimize-for-size.patch b/package/libs/openssl/patches/110-optimize-for-size.patch index 2683819..b0adfc1 100644 --- a/package/libs/openssl/patches/110-optimize-for-size.patch +++ b/package/libs/openssl/patches/110-optimize-for-size.patch @@ -1,6 +1,6 @@ --- a/Configure +++ b/Configure -@@ -403,6 +403,11 @@ my %table=( +@@ -443,6 +443,11 @@ my %table=( "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}", "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}", |