diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-03 21:01:57 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-03 21:01:57 +0000 |
commit | 82c491708bcf16510d20a4dccc144a319386d6a1 (patch) | |
tree | 4d473579b6c88a0cdf3ea2ba714acd88c090c95f /package/libs/openssl/patches/190-remove_timestamp_check.patch | |
parent | 9453b61c9407fcf5b8edb28e5dee0b3c690d1ed0 (diff) | |
download | mtk-20170518-82c491708bcf16510d20a4dccc144a319386d6a1.zip mtk-20170518-82c491708bcf16510d20a4dccc144a319386d6a1.tar.gz mtk-20170518-82c491708bcf16510d20a4dccc144a319386d6a1.tar.bz2 |
openssl: update to version 1.0.2e
This fixes the following security problems:
* CVE-2015-3193
* CVE-2015-3194
* CVE-2015-3195)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47726
Diffstat (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch')
-rw-r--r-- | package/libs/openssl/patches/190-remove_timestamp_check.patch | 2 |
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 acf97bc..c468bf5 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 |