coap: Upgrade libcoap to release v4.3.1

Changelog: https://github.com/obgm/libcoap/blob/v4.3.1/ChangeLog
This commit is contained in:
Harshit Malpani 2022-12-09 11:16:05 +05:30
parent 28657c010c
commit 9825935663
No known key found for this signature in database
GPG Key ID: FF1193D150EF75C3
3 changed files with 3 additions and 3 deletions

View File

@ -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:

@ -1 +1 @@
Subproject commit 7f551fcea56b90351b013e672d0c1e632bbec609
Subproject commit c694baead2f9b408a7598e0b85c2f257ea8c9651

View File

@ -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