Skip to content

remove openssl 1.0.2 #502

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

Merged
merged 5 commits into from
May 25, 2020
Merged

remove openssl 1.0.2 #502

merged 5 commits into from
May 25, 2020

Conversation

LnL7
Copy link
Member

@LnL7 LnL7 commented May 24, 2020

No description provided.

LnL7 added 2 commits May 24, 2020 22:21

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
This has all been converted to the lapin implementations.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@LnL7 LnL7 force-pushed the remove-openssl-1.0.2 branch 2 times, most recently from b1acfa2 to 621de56 Compare May 24, 2020 21:11
@@ -21,7 +19,7 @@ tracing-subscriber = { version = "0.2.5", features = ["json"] }
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
hyper = "0.10.*"
hyper-native-tls = "0.2.4"
hyper-native-tls = "0.3.0"
Copy link
Member

Choose a reason for hiding this comment

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

For posterity's sake: CI was failing because hyper-native-tls 0.2.4 depends on native-tls 0.1.5, which depends on openssl 0.9.24, which only supports OpenSSL up to 1.1.0 (NixOS is on 1.1.1g at the time of writing).

As you can see here, the solution was to bump hyper-native-tls to 0.3.0, which depends on native-tls 0.2.4, which depends on openssl 0.10.29, which does support OpenSSL 1.1.1g.

LnL7 added 3 commits May 24, 2020 23:33
This depends on openssl 0.9.24, which only supports OpenSSL up to 1.1.0,
while the default OpenSSL in nixpkgs is 1.1.1g.
With rust-amqp gone this isn't referenced anymore.
@LnL7 LnL7 force-pushed the remove-openssl-1.0.2 branch from 621de56 to 9aecc91 Compare May 24, 2020 21:34
@LnL7 LnL7 merged commit e8f0bfa into NixOS:released May 25, 2020
@LnL7 LnL7 deleted the remove-openssl-1.0.2 branch May 25, 2020 20:05
@cole-h
Copy link
Member

cole-h commented May 25, 2020

🎉🎉

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.

None yet

2 participants