FredericJacobs / OpenSSL-Pod

Unmaintained - please fork. Email me to take over the CocoaPod
74 stars 112 forks source link

Unable to build Signal-iOS as OpenSSL moved download links #40

Open kmarcell opened 7 years ago

kmarcell commented 7 years ago

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.

charlesmchen commented 7 years ago

@kmarcell I've got a fork that addresses this issue. It uses v1.0.2l.

GitHub

https://github.com/charlesmchen/OpenSSL-Pod

Podfile

pod 'OpenSSL', git: 'https://github.com/charlesmchen/OpenSSL-Pod.git'
thejeff77 commented 4 years ago

@charlesmchen looks like this was merged, can this be closed, or do you need the repo tagged for cocoapods?