From b8834f1a3921262d44d39f66324906b2e4447f14 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:20:48 +0800 Subject: [PATCH] libcoap: upgrade 4.3.3 -> 4.3.4 Changelog: =========== * Clean up use of tags. * Support for MacOS with Contiki-NG builds. * Support for Windows with OpenSSL 3.x builds. * Reported bugs fixed. * Documentation updated. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit b71cd660fc9083bdfc863f4fd940fa16dc0cba3f) Signed-off-by: Armin Kuster --- .../libcoap/{libcoap_4.3.3.bb => libcoap_4.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-devtools/libcoap/{libcoap_4.3.3.bb => libcoap_4.3.4.bb} (97%) diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb similarity index 97% rename from meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb rename to meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb index 6e5bc07c59..20bdbee252 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1978dbc41673ab1c20e64b287c8317bc" SRC_URI = "git://github.com/obgm/libcoap.git;branch=main;protocol=https \ file://run-ptest \ " -SRCREV = "9cde7cdee171e3f47486c6e70d479fdf49f3d2d6" +SRCREV = "5fd2f89ef068214130e5d60b7087ef48711fa615" S = "${WORKDIR}/git"