summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-04-20 08:27:39 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-20 07:35:34 -0700
commitf896922914d5b07c2837ba5bcd539ea4f5169498 (patch)
treeb03cfe480fb834459903df1b755f90fa598be517 /meta-networking
parentc0a8cec24e8b841c983e95062a253805098eed0b (diff)
downloadmeta-openembedded-f896922914d5b07c2837ba5bcd539ea4f5169498.tar.gz
libcoap: upgrade 4.3.5a -> 4.3.5b
Contains fix fox CVE-2026-29013 Shortlog: https://github.com/obgm/libcoap/compare/v4.3.5a...v4.3.5b Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb (renamed from meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb
index 611795e17d..e7279013ed 100644
--- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb
+++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=05d17535846895e23ea4c79b16a9e904"
10SRC_URI = "git://github.com/obgm/libcoap.git;branch=release-4.3.5-patches;protocol=https;tag=v${PV} \ 10SRC_URI = "git://github.com/obgm/libcoap.git;branch=release-4.3.5-patches;protocol=https;tag=v${PV} \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9" 13SRCREV = "851533c3cf63d16984d370ce39d586ecb3694971"
14 14
15# patch releases often use alphabetical suffixes 15# patch releases often use alphabetical suffixes
16CVE_VERSION_SUFFIX = "alphabetical" 16CVE_VERSION_SUFFIX = "alphabetical"