diff --git a/nghttp/CMakeLists.txt b/nghttp/CMakeLists.txt index 25d013a..74ee3c1 100644 --- a/nghttp/CMakeLists.txt +++ b/nghttp/CMakeLists.txt @@ -2,6 +2,7 @@ set(srcs "nghttp2/lib/nghttp2_buf.c" "nghttp2/lib/nghttp2_callbacks.c" "nghttp2/lib/nghttp2_debug.c" + "nghttp2/lib/nghttp2_extpri.c" "nghttp2/lib/nghttp2_frame.c" "nghttp2/lib/nghttp2_hd.c" "nghttp2/lib/nghttp2_hd_huffman.c" @@ -26,4 +27,5 @@ idf_component_register(SRCS "${srcs}" INCLUDE_DIRS port/include nghttp2/lib/includes PRIV_INCLUDE_DIRS port/private_include) +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format") target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DHAVE_CONFIG_H") diff --git a/nghttp/idf_component.yml b/nghttp/idf_component.yml index 104aae9..128e168 100644 --- a/nghttp/idf_component.yml +++ b/nghttp/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.41.0" +version: "1.50.0" description: "nghttp2 - HTTP/2 C Library" url: https://github.com/espressif/idf-extra-components/tree/master/nghttp dependencies: diff --git a/nghttp/nghttp2 b/nghttp/nghttp2 index 8f7b008..87fef4a 160000 --- a/nghttp/nghttp2 +++ b/nghttp/nghttp2 @@ -1 +1 @@ -Subproject commit 8f7b008b158e12de0e58247afd170f127dbb6456 +Subproject commit 87fef4ab71bebb2168f8d3d554df8d2f0f01f497 diff --git a/nghttp/port/include/nghttp2/nghttp2ver.h b/nghttp/port/include/nghttp2/nghttp2ver.h index 795a44c..9884c5b 100644 --- a/nghttp/port/include/nghttp2/nghttp2ver.h +++ b/nghttp/port/include/nghttp2/nghttp2ver.h @@ -29,7 +29,7 @@ * @macro * Version number of the nghttp2 library release */ -#define NGHTTP2_VERSION "1.41.0" +#define NGHTTP2_VERSION "1.50.0" /** * @macro