-
Notifications
You must be signed in to change notification settings - Fork 586
Update dnf5
to 5.1.17 for CVE-2024-1929, CVE-2024-1930, CVE-2024-2746 [High]
#13606
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
Conversation
…[High] Signed-off-by: Kanishk-Bansal <kbkanishk975@gmail.com>
|
@Kanishk-Bansal is there a reason why we are choosing not to patch these CVEs and upgrade instead? Looking through the patches, they seem pretty small and inert when compared to the jump from 5.1.11 -> 5.1.17 when looking at the compare. CVE-2024-1930: rpm-software-management/dnf5@c090ffe dnf5 more recently made a change to their versioning to have truer to form patch releases starting with 5.2.0.0 for better granularity on things like this. Though unfortunately we are a bit stuck for now... |
@@ -177,6 +177,7 @@ It supports RPM packages, modulemd modules, and comps groups & environments. | |||
|
|||
%files | |||
%{_bindir}/dnf5 | |||
%{_bindir}/dnf-automatic |
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.
This is a new plugin that dnf5
added in 5.1.13
which we likely don't want on by default and should be packaged separately (as we do with dnf
and tdnf
). In the upstream repo, there is an included spec file which we would want to align with for any new features added to keep packages consistent as we have in the past.
See change here: rpm-software-management/dnf5@9cf4ebd#diff-3764aa091c8d6fcbde25e8587620de2d599df9a8a2897c372975ecfa4d6b4980
Spec file here: https://github.com/rpm-software-management/dnf5/blob/5.1.17/dnf5.spec
closing in favour of #13646 |
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
What does the PR accomplish, why was it needed?
dnf5
to 5.1.17 for CVE-2024-1929, CVE-2024-1930, CVE-2024-2746Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology