aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/190-remove_timestamp_check.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-02-09 12:13:06 +0000
committerSteven Barth <steven@midlink.org>2015-02-09 12:13:06 +0000
commit315c34efde7eb3147ed455394cdfdc876ecce1b7 (patch)
treed6dadf7ae9af9b7d3fc662774709f0cd5ade32eb /package/libs/openssl/patches/190-remove_timestamp_check.patch
parentdb5b2e531909ad989b2f8dc0e2690bca46e57f49 (diff)
downloadupstream-315c34efde7eb3147ed455394cdfdc876ecce1b7.tar.gz
upstream-315c34efde7eb3147ed455394cdfdc876ecce1b7.tar.bz2
upstream-315c34efde7eb3147ed455394cdfdc876ecce1b7.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> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@44347 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.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."