diff options
| author | Peter Marko <peter.marko@siemens.com> | 2026-01-16 20:56:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 08:16:57 -0800 |
| commit | e8e6a1a82912790ede79ad91f0b16dc9c5a0090a (patch) | |
| tree | 62ed34936248dd41e75cd0326922f14d21c00edb /meta-networking/recipes-devtools/libcoap | |
| parent | 3e3f0eac0f599e92442d8c6c0000eb961d8c4170 (diff) | |
| download | meta-openembedded-e8e6a1a82912790ede79ad91f0b16dc9c5a0090a.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-devtools/libcoap')
| -rw-r--r-- | meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb index 1a8d7ed725..611795e17d 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb | |||
| @@ -12,6 +12,8 @@ SRC_URI = "git://github.com/obgm/libcoap.git;branch=release-4.3.5-patches;protoc | |||
| 12 | " | 12 | " |
| 13 | SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9" | 13 | SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9" |
| 14 | 14 | ||
| 15 | # patch releases often use alphabetical suffixes | ||
| 16 | CVE_VERSION_SUFFIX = "alphabetical" | ||
| 15 | 17 | ||
| 16 | inherit autotools manpages pkgconfig ptest | 18 | inherit autotools manpages pkgconfig ptest |
| 17 | 19 | ||
