diff mbox series

[meta-networking] libcoap: upgrade 4.3.3 -> 4.3.4

Message ID 1698049248-24519-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking] libcoap: upgrade 4.3.3 -> 4.3.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 8:20 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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"