mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
libcoap: set CVE version suffix
CVE metrics currently report CVE-2025-34468 as open. CPE is <=4.3.5, while recipe version is 4.3.5a which is a higher version, however by default cve-check only compares numbers. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3e3f0eac0f
commit
e8e6a1a829
|
|
@ -12,6 +12,8 @@ SRC_URI = "git://github.com/obgm/libcoap.git;branch=release-4.3.5-patches;protoc
|
|||
"
|
||||
SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9"
|
||||
|
||||
# patch releases often use alphabetical suffixes
|
||||
CVE_VERSION_SUFFIX = "alphabetical"
|
||||
|
||||
inherit autotools manpages pkgconfig ptest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user