-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(22.04): add 'data' slice to openssl SDF #263
Closed
zhijie-yang
wants to merge
87
commits into
canonical:ubuntu-22.04
from
zhijie-yang:ROCKS-994-openssl_data-slice-22.04
Closed
feat(22.04): add 'data' slice to openssl SDF #263
zhijie-yang
wants to merge
87
commits into
canonical:ubuntu-22.04
from
zhijie-yang:ROCKS-994-openssl_data-slice-22.04
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
feat: add basic slice definitions files for Focal
Co-authored-by: Cristovao Cordeiro <[email protected]>
Co-authored-by: Cristovao Cordeiro <[email protected]>
This commit sorts the <slice>.essential list and <slice>.content map entries in an ASCENDING order.
* chore(20.04): add pkg-deps job This commit adds a new pkg-deps job on Pull Request. It checks in changed files if slices of any package A has been listed in "essential" of a slice in package B, but B does not depend on A. If found, the CI will add a comment in the Pull Request with the findings. * chore: rename new workflow
--------- Co-authored-by: Cristovao Cordeiro <[email protected]>
Diff of dependencies: slices/openssl.yaml@@ -1,2 +1,2 @@
libc6
-libssl3
+libssl1.1 |
2 tasks
zhijie-yang
force-pushed
the
ROCKS-994-openssl_data-slice-22.04
branch
from
June 21, 2024 17:48
dddf116
to
c3ff99b
Compare
linostar
approved these changes
Jun 28, 2024
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.
zhijie-yang
force-pushed
the
ROCKS-994-openssl_data-slice-22.04
branch
from
July 4, 2024 09:28
550e6f0
to
0c9e0fd
Compare
zhijie-yang
force-pushed
the
ROCKS-994-openssl_data-slice-22.04
branch
from
July 4, 2024 09:32
0c9e0fd
to
53faf02
Compare
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.
Proposed changes
Refer to #262
Related issues/PRs
ca-certificates
is incompatible with OpenSSL #257Forward porting
Not applicable. Releases starting from noble already have this.
Checklist