From 4e6115d12bd90db0b8eaeb78936dc88e873ec79b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 29 Jan 2016 13:25:24 +0000 Subject: BB: openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197) Signed-off-by: Felix Fietkau Signed-off-by: Jo-Philipp Wich Backport of r48531. git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@48549 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/openssl/patches/190-remove_timestamp_check.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch') diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch index c468bf5983..ffc2f2db2b 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 -@@ -185,7 +185,7 @@ WTARFILE= $(NAME)-win.tar +@@ -184,7 +184,7 @@ TARFILE= ../$(NAME).tar EXHEADER= e_os2.h HEADER= e_os.h @@ -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 -@@ -401,11 +401,6 @@ openssl.pc: Makefile +@@ -400,11 +400,6 @@ openssl.pc: Makefile echo 'Version: '$(VERSION); \ echo 'Requires: libssl libcrypto' ) > openssl.pc -- cgit v1.2.3