From a7f42b5becf72f090f9d5cad83c5f6a85c2f9fec Mon Sep 17 00:00:00 2001 From: Fandi Gunawan <10239907+fandigunawan@users.noreply.github.com> Date: Tue, 21 May 2019 16:33:42 +0700 Subject: [PATCH 1/3] Update OpenSSL.org path Update OpenSSL.org path to https://www.openssl.org/source/old/1.0.2/openssl-#{OPENSSL_VERSION}.tar.gz --- OpenSSL.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSL.podspec b/OpenSSL.podspec index 073097d..cdc41ff 100644 --- a/OpenSSL.podspec +++ b/OpenSSL.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.version = "1.0.213" s.summary = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support." s.author = "OpenSSL Project " - s.source = { http: "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz", sha256: "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" } + s.source = { http: "https://www.openssl.org/source/old/1.0.2/openssl-#{OPENSSL_VERSION}.tar.gz", sha256: "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" } s.homepage = "https://github.com/WhisperSystems/OpenSSL-Pod" s.source_files = "opensslIncludes/openssl/*.h" s.header_dir = "openssl" From 7447126bdcd44cacc32cca9f6bdf383c1154a520 Mon Sep 17 00:00:00 2001 From: Fandi Gunawan <10239907+fandigunawan@users.noreply.github.com> Date: Thu, 8 Aug 2019 13:02:08 +0700 Subject: [PATCH 2/3] Update openssl.org new path for old code --- OpenSSL.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSL.podspec b/OpenSSL.podspec index cdc41ff..e025237 100644 --- a/OpenSSL.podspec +++ b/OpenSSL.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| CHECKSUM_FILE="checksum" SRC_TARBALL="openssl-${OPENSSL_VERSION}.tar.gz" - SRC_URL="https://www.openssl.org/source/${SRC_TARBALL}" + SRC_URL="https://www.openssl.org/source/old/${SRC_TARBALL}" if [ -f file.tgz ] then From f06c792451c190355f30c37dbfb7e98eefa8d373 Mon Sep 17 00:00:00 2001 From: Fandi Gunawan <10239907+fandigunawan@users.noreply.github.com> Date: Thu, 8 Aug 2019 13:11:51 +0700 Subject: [PATCH 3/3] Update openssl.org old code path --- OpenSSL.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSL.podspec b/OpenSSL.podspec index e025237..6a178d8 100644 --- a/OpenSSL.podspec +++ b/OpenSSL.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| CHECKSUM_FILE="checksum" SRC_TARBALL="openssl-${OPENSSL_VERSION}.tar.gz" - SRC_URL="https://www.openssl.org/source/old/${SRC_TARBALL}" + SRC_URL="https://www.openssl.org/source/old/1.0.2/${SRC_TARBALL}" if [ -f file.tgz ] then