-
Notifications
You must be signed in to change notification settings - Fork 29
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
update SDK dependencies, add OpenSSL #60
Merged
bcressey
merged 11 commits into
bottlerocket-os:develop
from
bcressey:updates-and-openssl
Oct 27, 2021
Merged
update SDK dependencies, add OpenSSL #60
bcressey
merged 11 commits into
bottlerocket-os:develop
from
bcressey:updates-and-openssl
Oct 27, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
jpculp
approved these changes
Oct 15, 2021
cbgbt
approved these changes
Oct 15, 2021
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.
🎉
tjkirch
approved these changes
Oct 15, 2021
bcressey
force-pushed
the
updates-and-openssl
branch
from
October 18, 2021 23:49
6e8eaa0
to
5697184
Compare
jpculp
approved these changes
Oct 19, 2021
tjkirch
approved these changes
Oct 19, 2021
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.
LGTM; new Rust is coming out in a few days, may be nice to wait for that.
webern
approved these changes
Oct 19, 2021
Fix the logic for custom vendor targets to account for refactoring of the aarch64-unknown-linux-gnu target upstream: rust-lang/rust#86231 Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Add the "Zlib" license to the expected list. Ensure that crates only come from expected sources, and that only one version is used. Signed-off-by: Ben Cressey <bcressey@amazon.com>
This will be used for Kubernetes clients written in Rust, since our preferred rustls dependency cannot yet verify identity for subjects that are IP addresses. Signed-off-by: Ben Cressey <bcressey@amazon.com>
bcressey
force-pushed
the
updates-and-openssl
branch
from
October 23, 2021 02:14
5697184
to
4a6a72b
Compare
erofs is a potential replacement for uses of squashfs in the distro. Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Ben Cressey <bcressey@amazon.com>
bcressey
force-pushed
the
updates-and-openssl
branch
from
October 23, 2021 16:41
4a6a72b
to
54afad4
Compare
etungsten
approved these changes
Oct 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number:
Fixes #50
Fixes #58
Description of changes:
Refresh all dependencies, including the long-awaited
cargo-deny
update.Add openssl to the musl sysroot, to be used in places where we're building Rust-based Kubernetes clients.
Testing done:
Built Bottlerocket with the updated SDK. Verified that I could create a static Rust binary that linked with OpenSSL by way of
kube-rs
and theopenssl
crate.Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.