-
Notifications
You must be signed in to change notification settings - Fork 388
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
upgrade OpenSSL to 1.0.2p #180
Conversation
Thanks @bgermann! @homunkulus r+ |
How about.... bors r+ |
@bgermann it looks like the builds are failing because there is no I do not see a release here: https://www.openssl.org/source/, or even here: https://github.com/openssl/openssl/releases Do you want to roll back your last commit, and we can stick with |
See https://travis-ci.org/japaric/cross for more details |
Build failed |
It will be released on Tuesday. |
Okay, we can wait until Tuesday. Feel free to @ me when |
@jamesmunns new OpenSSL versions are released. |
bors r+ |
Canceled |
The compiler_builtins crate does not have this feature anymore. |
@bgermann compiler_builtins moved their tests into a separate crate. To do testing you should do the same change as they did: rust-lang/compiler-builtins@2a13475#diff-4883bd4f2cfbef38c77abd7eca84ba27R45 btw: I don't think CI will pass just yet; there are multiple issues when trying to build the docker images at the moment. I'll try to open a PR with all fixes once everything is ready (current status):
|
Yes, I am also trying to fix the build. #189 is for the FTP issues. |
Oh, and wait for cmake-rs to be released, containing rust-lang/cmake-rs@316dca50e0a4 Edit: done |
The upstream change was in rust-lang/compiler-builtins@2a134751
Update: The linking problems are still present :( (https://travis-ci.org/Bobo1239/cross/builds/360497698) |
The libgit2/libgit2#4601 fix is in the latest git2-rs release. |
Closing this as it contains a fix that also is in #206. I will open a new PR when that PR is merged. Will this be 1.0.2q then...? |
No description provided.