aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/patches/100-respect_cflags.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-03-01 22:50:29 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-03-01 22:50:29 +0000
commit3728299e80ce602d341d1c79eff767b280a57a15 (patch)
tree40dd862793dccf0d6059c5056dbd2244706da1e8 /package/libs/cyassl/patches/100-respect_cflags.patch
parentceaedb643a85a140769928a61fc3e3184d1d2c8e (diff)
downloadupstream-3728299e80ce602d341d1c79eff767b280a57a15.tar.gz
upstream-3728299e80ce602d341d1c79eff767b280a57a15.tar.bz2
upstream-3728299e80ce602d341d1c79eff767b280a57a15.zip
CC: cyassl: update to wolfssl version 3.8.0 to fix security problems
Backport of: r46167: cyassl: version bump to 3.4.6 r46168: cyassl: update to wolfssl 3.6.0 r46551: cyassl: the upstream package in version 4.6.0 changed r47791: 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 r48616: cyassl: update to wolfssl version 3.8.0 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48873 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0e03230dcf..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([CYASSL_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])