summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-01-16 20:56:07 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-20 10:15:11 +0530
commitc870a26c000e32454d0b97c5dab0ef14752846e9 (patch)
tree8f427eac885b86307f47147e8c0002a2018cd7ef /meta-networking
parent08d81e661ea5e17e6b86a9a1cf8d39599a30260e (diff)
downloadmeta-openembedded-c870a26c000e32454d0b97c5dab0ef14752846e9.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: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb2
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 "
13SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9" 13SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9"
14 14
15# patch releases often use alphabetical suffixes
16CVE_VERSION_SUFFIX = "alphabetical"
15 17
16inherit autotools manpages pkgconfig ptest 18inherit autotools manpages pkgconfig ptest
17 19