diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 18:26:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 18:26:18 +0000 |
commit | 0c335d6ea00af9b32225f72d491e560c1a7cf4ab (patch) | |
tree | 0ba0becb9c58898c8130cd4bf539da6d8689fab8 /package/libs/openssl/patches/190-remove_timestamp_check.patch | |
parent | 7a4a7932a1cf09ae42b283bb9d8f84171b14108a (diff) | |
download | upstream-15.05.1.tar.gz upstream-15.05.1.tar.bz2 upstream-15.05.1.zip |
openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)v15.05.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r48531
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch')
-rw-r--r-- | package/libs/openssl/patches/190-remove_timestamp_check.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |