From 982593566353bad14e4536ee53a83bb5df7ce96b Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Fri, 9 Dec 2022 11:16:05 +0530 Subject: [PATCH] coap: Upgrade libcoap to release v4.3.1 Changelog: https://github.com/obgm/libcoap/blob/v4.3.1/ChangeLog --- coap/idf_component.yml | 2 +- coap/libcoap | 2 +- coap/port/include/coap_config_posix.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coap/idf_component.yml b/coap/idf_component.yml index 5287e79..0da4755 100644 --- a/coap/idf_component.yml +++ b/coap/idf_component.yml @@ -1,4 +1,4 @@ -version: "4.3.1~1-rc.1" +version: "4.3.1~1" description: Constrained Application Protocol (CoAP) C Library url: https://github.com/espressif/idf-extra-components/tree/master/coap dependencies: diff --git a/coap/libcoap b/coap/libcoap index 7f551fc..c694bae 160000 --- a/coap/libcoap +++ b/coap/libcoap @@ -1 +1 @@ -Subproject commit 7f551fcea56b90351b013e672d0c1e632bbec609 +Subproject commit c694baead2f9b408a7598e0b85c2f257ea8c9651 diff --git a/coap/port/include/coap_config_posix.h b/coap/port/include/coap_config_posix.h index 33acb54..a79583b 100644 --- a/coap/port/include/coap_config_posix.h +++ b/coap/port/include/coap_config_posix.h @@ -47,7 +47,7 @@ struct in6_pktinfo { #define IPV6_PKTINFO IPV6_CHECKSUM #define PACKAGE_NAME "libcoap-posix" -#define PACKAGE_VERSION "4.3.1-rc1" +#define PACKAGE_VERSION "4.3.1" #ifdef CONFIG_MBEDTLS_TLS_ENABLED #define HAVE_MBEDTLS