diff options
author | Tim Yardley <yardley@gmail.com> | 2013-02-08 19:36:06 +0000 |
---|---|---|
committer | Tim Yardley <yardley@gmail.com> | 2013-02-08 19:36:06 +0000 |
commit | b521113aa14cba4e26b381d7a30202c64b5c6ff9 (patch) | |
tree | bf03a7723575bde31a56eda1b91689a7b316ac84 /package/libs/openssl/patches/160-disable_doc_tests.patch | |
parent | 6ff973bdda5a104f36a40a6acf802bf2558acd6c (diff) | |
download | mtk-20170518-b521113aa14cba4e26b381d7a30202c64b5c6ff9.zip mtk-20170518-b521113aa14cba4e26b381d7a30202c64b5c6ff9.tar.gz mtk-20170518-b521113aa14cba4e26b381d7a30202c64b5c6ff9.tar.bz2 |
openssl: security update to 1.0.1d to address CBC TLS issue
addressing
CVE-2013-0169: 4th February 2013
Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35524
Diffstat (limited to 'package/libs/openssl/patches/160-disable_doc_tests.patch')
-rw-r--r-- | package/libs/openssl/patches/160-disable_doc_tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/patches/160-disable_doc_tests.patch b/package/libs/openssl/patches/160-disable_doc_tests.patch index b6dacc1..d0bf19a 100644 --- a/package/libs/openssl/patches/160-disable_doc_tests.patch +++ b/package/libs/openssl/patches/160-disable_doc_tests.patch @@ -36,7 +36,7 @@ build_libs: build_crypto build_ssl build_engines -@@ -539,7 +539,7 @@ dist: +@@ -539,7 +539,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) @@ -47,7 +47,7 @@ @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ --- a/Makefile.org +++ b/Makefile.org -@@ -537,7 +537,7 @@ dist: +@@ -537,7 +537,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) |