[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] OpenSSL 1.0.2 end of support from 1 Jan 2020 (#455)

Pierce Ng notifications at github.com
Sat Feb 1 05:15:46 UTC 2020


@krono For cmake-based Pharo builds, update ```third-party/openssl.spec``` URL and version numbers as below. I don't build the other VMs so I don't know how they specify building OpenSSL.

```
openssl_spec_download_url:=https://www.openssl.org/source/openssl-1.1.1d.tar.gz
openssl_spec_archive_name:=openssl-1.1.1d.tar.gz
openssl_spec_unpack_dir_name:=openssl-1.1.1d
openssl_spec_product1_name_macOS:=libssl.1.1.dylib
openssl_spec_product2_name_macOS:=libcrypto.1.1.dylib
openssl_spec_product1_name_linux:=libssl.so.1.1
openssl_spec_product2_name_linux:=libcrypto.so.1.1
openssl_spec_product1_name_windows:=ssleay32.dll
openssl_spec_product2_name_windows:=libeay32.dll
openssl_spec_symlinks_macOS:=libssl*.dylib libcrypto*.dylib
openssl_spec_symlinks_linux:=libssl.so* libcrypto.so*
``` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/455#issuecomment-580993868
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200131/acd3feb0/attachment-0001.html>


More information about the Vm-dev mailing list