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 | e07df17a99324731eeaa83fefb3bd3043beec3b9 (patch) | |
tree | 59e0a6a31c8b8382226a02483422c2064db5d767 /package/libs/openssl/patches/160-disable_doc_tests.patch | |
parent | ef45eb419fe93acfc2883cd982783fd0e74222f4 (diff) | |
download | upstream-e07df17a99324731eeaa83fefb3bd3043beec3b9.tar.gz upstream-e07df17a99324731eeaa83fefb3bd3043beec3b9.tar.bz2 upstream-e07df17a99324731eeaa83fefb3bd3043beec3b9.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35524 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b6dacc1f70..d0bf19a3ef 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) |