aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/190-remove_timestamp_check.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/190-remove_timestamp_check.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/190-remove_timestamp_check.patch')
-rw-r--r--package/libs/openssl/patches/190-remove_timestamp_check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch
index acf97bc33b..c468bf5983 100644
--- a/package/libs/openssl/patches/190-remove_timestamp_check.patch
+++ b/package/libs/openssl/patches/190-remove_timestamp_check.patch
@@ -9,7 +9,7 @@
# as we stick to -e, CLEARENV ensures that local variables in lower
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
-@@ -399,11 +399,6 @@ openssl.pc: Makefile
+@@ -401,11 +401,6 @@ openssl.pc: Makefile
echo 'Version: '$(VERSION); \
echo 'Requires: libssl libcrypto' ) > openssl.pc