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

Bump OpenSSL to 3.2.1 #229

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Bump OpenSSL to 3.2.1 #229

merged 1 commit into from
Jan 30, 2024

Conversation

alexcrichton
Copy link
Owner

Plus some fixes I needed to build this locally

Plus some fixes I needed to build this locally
@alexcrichton alexcrichton merged commit add20f7 into main Jan 30, 2024
16 checks passed
@alexcrichton alexcrichton deleted the oss321 branch January 30, 2024 15:28
link2xt added a commit to deltachat/deltachat-core-rust that referenced this pull request Mar 3, 2024
Compilation of vendored OpenSSL inside Nix is broken
since <alexcrichton/openssl-src-rs#229>
due to build script changes.

There is anyway no need to compile vendored OpenSSL
as nixpkgs already contains OpenSSL package.

This fixes `nix build .#deltachat-rpc-server-x86_64-linux`
and similar commands which are used during releases.
link2xt added a commit to deltachat/deltachat-core-rust that referenced this pull request Mar 4, 2024
Compilation of vendored OpenSSL inside Nix is broken since
<alexcrichton/openssl-src-rs#229> due to build
script changes.

There is anyway no need to compile vendored OpenSSL as nixpkgs already
contains OpenSSL package.

This fixes `nix build .#deltachat-rpc-server-x86_64-linux` and similar
commands which are used during releases.
link2xt added a commit to deltachat/deltachat-core-rust that referenced this pull request Mar 4, 2024
Compilation of vendored OpenSSL inside Nix is broken since
<alexcrichton/openssl-src-rs#229> due to build
script changes.

There is anyway no need to compile vendored OpenSSL as nixpkgs already
contains OpenSSL package.

This fixes `nix build .#deltachat-rpc-server-x86_64-linux` and similar
commands which are used during releases.
fs::create_dir_all(&dst).unwrap();
cp_r(&path, &dst);
} else if ty.is_symlink() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change broke builds under Nix: #235
Builds fail with can't copy symlink "/nix/store/nqxnkxrqi9zx3zd60slbvg6pnyiprysv-crates-io-dependencies/openssl-src-300.2.3+3.2.1-5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843/openssl/README.md

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a fix #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants