aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/110-optimize-for-size.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-12-03 21:08:28 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-12-03 21:08:28 +0000
commit9857f5d8440baaa3341f9f0334ae8a424398e65f (patch)
tree0bf13a78a6c16b9e8ffdb6f2dcdc9f0ce9528ee0 /package/libs/openssl/patches/110-optimize-for-size.patch
parentab5f4ad6ce6b213cdc6bd73ba89fd9fef304cef5 (diff)
downloadupstream-9857f5d8440baaa3341f9f0334ae8a424398e65f.tar.gz
upstream-9857f5d8440baaa3341f9f0334ae8a424398e65f.tar.bz2
upstream-9857f5d8440baaa3341f9f0334ae8a424398e65f.zip
CC: openssl: update to version 1.0.2e
backport of r47726. This fixes the following security problems: * CVE-2015-3193 * CVE-2015-3194 * CVE-2015-3195) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl/patches/110-optimize-for-size.patch')
-rw-r--r--package/libs/openssl/patches/110-optimize-for-size.patch2
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 0a0e59a3bf..5070284e3d 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
-@@ -460,6 +460,12 @@ my %table=(
+@@ -461,6 +461,12 @@ my %table=(
"linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-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::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",