-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update openssl to 3.x #21
Conversation
84442b1
to
85c4d07
Compare
85c4d07
to
3a421c6
Compare
url: "https://www.openssl.org/source/openssl-1.1.1n.tar.gz", | ||
sha256: "40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a", | ||
} | ||
super("openssl", MiniPortile::windows? ? "1.1.1w" : "3.3.2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we should move this to a YAML file since this is configuration.
|
||
def source_archive | ||
if MiniPortile::windows? | ||
{ url: "https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we should move this to a YAML file since this is configuration.
@printed = {} | ||
|
||
@files << { | ||
url: "https://www.libarchive.org/downloads/libarchive-3.6.2.tar.gz", | ||
sha256: "ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3", | ||
url: "https://www.libarchive.org/downloads/libarchive-3.7.7.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we should move this to a YAML file since this is configuration.
No description provided.