From f896922914d5b07c2837ba5bcd539ea4f5169498 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 20 Apr 2026 08:27:39 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../libcoap/{libcoap_4.3.5a.bb => libcoap_4.3.5b.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-devtools/libcoap/{libcoap_4.3.5a.bb => libcoap_4.3.5b.bb} (97%) diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb similarity index 97% rename from meta-networking/recipes-devtools/libcoap/libcoap_4.3.5a.bb rename to 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" SRC_URI = "git://github.com/obgm/libcoap.git;branch=release-4.3.5-patches;protocol=https;tag=v${PV} \ file://run-ptest \ " -SRCREV = "e3fdcdcfbd1588754fe9dd4b754ac9397260f0f9" +SRCREV = "851533c3cf63d16984d370ce39d586ecb3694971" # patch releases often use alphabetical suffixes CVE_VERSION_SUFFIX = "alphabetical"