aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/patches/100-respect_cflags.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-12-05 15:45:31 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-12-05 15:45:31 +0000
commit52df3181c1277a78f8208e1bd942716514f852f5 (patch)
treeea1c800a554f5c7e12f45d018cac6314715941fc /package/libs/cyassl/patches/100-respect_cflags.patch
parente27c8bb15651f8b5dfd5732306e26e6fa8cb0c0a (diff)
downloadupstream-52df3181c1277a78f8208e1bd942716514f852f5.tar.gz
upstream-52df3181c1277a78f8208e1bd942716514f852f5.tar.bz2
upstream-52df3181c1277a78f8208e1bd942716514f852f5.zip
cyassl: update to wolfSSL version 3.7.0
This version and version 3.6.8 are fixing the following security problems: * CVE-2015-7744 * CVE-2015-6925 The activation of SSLv3 support is needed for curl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47791
Diffstat (limited to 'package/libs/cyassl/patches/100-respect_cflags.patch')
-rw-r--r--package/libs/cyassl/patches/100-respect_cflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/cyassl/patches/100-respect_cflags.patch b/package/libs/cyassl/patches/100-respect_cflags.patch
deleted file mode 100644
index 94117aec99..0000000000
--- a/package/libs/cyassl/patches/100-respect_cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -47,7 +47,7 @@ AC_SUBST([WOLFSSL_LIBRARY_VERSION])
-
- # capture user C_EXTRA_FLAGS from ./configure line, CFLAGS may hold -g -O2 even
- # if user doesn't override, no way to tell
--USER_C_EXTRA_FLAGS="$C_EXTRA_FLAGS"
-+USER_C_EXTRA_FLAGS="$CFLAGS"
-
- LT_PREREQ([2.2])
- LT_INIT([disable-static],[win32-dll])