Upgrade lldpd to address CVE-2021-43612#37
Merged
amstewart merged 6 commits intoni:nilrt/master/kirkstonefrom Jun 13, 2023
Merged
Conversation
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit dd8d5e8) Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Add github-releases to make new releases discoverable. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c782674) Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Signed-off-by: Xiangyu Chen <xiangyu.chen@eng.windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7fe87be) Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Fix:
--------
Do not use 00:00:00:00:00:00 as chassis ID.
Do not busy loop when an interface with a neighbor disappears.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a56dcf4)
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
The checksum was not updated when the recipe version was stepped.
Also simplify the SRC_URI by replacing "${BPN}-${PV}" with "${BP}".
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9cbd247)
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
* Fix:
Read overflow when parsing CDP addresses.
Don't output empty lines on configure commands.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d74aec2)
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
chaitu236
approved these changes
Jun 12, 2023
amstewart
approved these changes
Jun 13, 2023
This file contains hidden or 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
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.
lldpd in kirkstone has a CVE CVE-2021-43612. This was fixed by lldpd upstream in version 1.0.17 and upstream meta-openembedded layer upgraded to this version.
Cherry pick this upgrade (and intermediate commits) into our kirkstone branch in order to address the CVE mentioned above.
AD bug #2408711
Note to maintainers
openembedded-corecherry-pick: Cherry-pick "github-releases: add a class that consolidates version checks" openembedded-core#100. Please pull only after that PR is merged.Testing