summaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/190-remove_timestamp_check.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-02-09 12:04:00 +0000
committerSteven Barth <cyrus@openwrt.org>2015-02-09 12:04:00 +0000
commit2ca8a6cce44676f4436179ec808c5e1a8e4066ab (patch)
tree9f020fbe2926a46588fdfd54d3be0f8c59d33c5b /package/libs/openssl/patches/190-remove_timestamp_check.patch
parent6ee8d1f1781dcc6b6356c2033a72db53d580dbe9 (diff)
downloadmaster-31e0f0ae-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.gz
master-31e0f0ae-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.bz2
master-31e0f0ae-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.zip
openssl: bump to 1.0.2
Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566 Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44332
Diffstat (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch')
-rw-r--r--package/libs/openssl/patches/190-remove_timestamp_check.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch
index 460068840e..86b17d0340 100644
--- a/package/libs/openssl/patches/190-remove_timestamp_check.patch
+++ b/package/libs/openssl/patches/190-remove_timestamp_check.patch
@@ -1,6 +1,6 @@
--- a/Makefile.org
+++ b/Makefile.org
-@@ -184,7 +184,7 @@ WTARFILE= $(NAME)-win.tar
+@@ -185,7 +185,7 @@ WTARFILE= $(NAME)-win.tar
EXHEADER= e_os2.h
HEADER= e_os.h
@@ -9,9 +9,9 @@
# as we stick to -e, CLEARENV ensures that local variables in lower
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
-@@ -397,11 +397,6 @@ openssl.pc: Makefile
- echo 'Libs.private: $(EX_LIBS)'; \
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
+@@ -395,11 +395,6 @@ openssl.pc: Makefile
+ echo 'Version: '$(VERSION); \
+ echo 'Requires: libssl libcrypto' ) > openssl.pc
-Makefile: Makefile.org Configure config
- @echo "Makefile is older than Makefile.org, Configure or config."