Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

* Revert relenv's cargo home from temp directory back to relenv's data
directory.
* Update Openssl FIPS module to 3.1.2


0.20.5
Expand Down
4 changes: 2 additions & 2 deletions relenv/build/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ def build_python(env, dirs, logfp):
wait_on=["openssl"],
download={
"url": "https://www.openssl.org/source/openssl-{version}.tar.gz",
"version": "3.0.8",
"checksum": "580d8a7232327fe1fa6e7db54ac060d4321f40ab",
"version": "3.1.2",
"checksum": "206036c21264e53f0196f715d81d905742e6245b",
"checkfunc": tarball_version,
"checkurl": "https://www.openssl.org/source/",
},
Expand Down
Loading