Skip to content

Commit

Permalink
Merge pull request #348 from akgrant43/openssl102q1
Browse files Browse the repository at this point in the history
openssl: Update from 1.0.2l to 1.0.2q

This has succeeded previously, so no need to wait.

If the windows build times out, either the cache should have been updated, or the next build may be faster.
  • Loading branch information
akgrant43 authored Jan 5, 2019
2 parents 73d7517 + 8d681e8 commit 7a3c6b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third-party/openssl.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
openssl_spec_download_url:=https://www.openssl.org/source/openssl-1.0.2l.tar.gz
openssl_spec_archive_name:=openssl-1.0.2l.tar.gz
openssl_spec_unpack_dir_name:=openssl-1.0.2l
openssl_spec_download_url:=https://www.openssl.org/source/openssl-1.0.2q.tar.gz
openssl_spec_archive_name:=openssl-1.0.2q.tar.gz
openssl_spec_unpack_dir_name:=openssl-1.0.2q
openssl_spec_product1_name_macOS:=libssl.1.0.0.dylib
openssl_spec_product2_name_macOS:=libcrypto.1.0.0.dylib
openssl_spec_product1_name_linux:=libssl.so.1.0.0
openssl_spec_product2_name_linux:=libcrypto.so.1.0.0
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*
openssl_spec_symlinks_linux:=libssl.so* libcrypto.so*

0 comments on commit 7a3c6b6

Please sign in to comment.