Open kmarcell opened 7 years ago
@kmarcell I've got a fork that addresses this issue. It uses v1.0.2l.
https://github.com/charlesmchen/OpenSSL-Pod
pod 'OpenSSL', git: 'https://github.com/charlesmchen/OpenSSL-Pod.git'
@charlesmchen looks like this was merged, can this be closed, or do you need the repo tagged for cocoapods?
I would like to file an issue, because OpenSSL moved the LTS version 1.0.2 to a different download location with all the unsupported versions under: https://www.openssl.org/source/old/
Latest Podspec https://github.com/FredericJacobs/OpenSSL-Pod/blob/master/1.0.210/OpenSSL.podspec has outdated URL to https://openssl.org/source/openssl-1.0.2j.tar.gz It should be https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz
The LTS version (supported until 31st December 2019) is available at https://www.openssl.org/source/openssl-1.0.2l.tar.gz
Latest version of OpenSSL 1.1.0 is available at download link https://www.openssl.org/source/openssl-1.1.0f.tar.gz
Please verify the issue, I'll try to create a PR if necessary.