Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenSSL version to 1.1.1s #68

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion descriptors/bitshares-core-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ remotes:
files:
- supplement.tar.gz
- curl-7.86.0.tar.xz
- openssl-1.1.1q.tar.gz
- openssl-1.1.1s.tar.gz
script: |
set -e -o pipefail

Expand Down
2 changes: 1 addition & 1 deletion descriptors/bitshares-core-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ remotes:
files:
- supplement.tar.gz
- zlib-1.2.13.tar.gz
- openssl-1.1.1q.tar.gz
- openssl-1.1.1s.tar.gz
- curl-7.86.0.tar.xz
- boost_1_69_0.tar.bz2
- MacOSX10.15.sdk.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion descriptors/bitshares-core-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ remotes:
files:
- supplement.tar.gz
- zlib-1.2.13.tar.gz
- openssl-1.1.1q.tar.gz
- openssl-1.1.1s.tar.gz
- curl-7.86.0.tar.xz
- boost_1_69_0.tar.bz2
script: |
Expand Down
2 changes: 1 addition & 1 deletion run-gitian
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ -n "$BUILD" ]; then
tar cfz inputs/supplement.tar.gz --sort=name -C ../.. supplement

(
echo https://www.openssl.org/source/openssl-1.1.1q.tar.gz d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
echo https://www.openssl.org/source/openssl-1.1.1s.tar.gz c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa
echo https://curl.se/download/curl-7.86.0.tar.xz 2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b
if [ "$OS" = "win" -o "$OS" = "osx" ]; then
cat <<_EOL_
Expand Down