mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Update to non-vulnerable version
This commit is contained in:
@@ -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 @@
|
||||
|
||||
Reference in New Issue
Block a user