Update to non-vulnerable version
This commit is contained in:
parent
0554f62a4e
commit
f056ca7b18
@ -6,8 +6,8 @@
|
||||
|
||||
# TARGETS
|
||||
OPENSSL_SITE:=http://www.openssl.org/source
|
||||
OPENSSL_SOURCE:=openssl-0.9.7a.tar.gz
|
||||
OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7a
|
||||
OPENSSL_SOURCE:=openssl-0.9.7c.tar.gz
|
||||
OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7c
|
||||
OPENSSL_PATCH=$(SOURCE_DIR)/openssl.patch
|
||||
|
||||
$(DL_DIR)/$(OPENSSL_SOURCE):
|
||||
|
@ -171,14 +171,6 @@
|
||||
+ {
|
||||
+ return SSL_library_init();
|
||||
+ }
|
||||
--- openssl-0.9.7.orig/tools/c_rehash
|
||||
+++ openssl-0.9.7/tools/c_rehash
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
|
||||
|
||||
# Perl c_rehash script, scan all files in a directory
|
||||
--- openssl-0.9.7.orig/tools/c_rehash.in
|
||||
+++ openssl-0.9.7/tools/c_rehash.in
|
||||
@@ -1,4 +1,4 @@
|
||||
|
Loading…
Reference in New Issue
Block a user