nghttp: update nghttp library to v1.50.0 release

This commit is contained in:
Harshit Malpani 2022-11-04 17:48:46 +05:30 committed by Mahavir Jain
parent 7881a689e7
commit 4bd3b75197
4 changed files with 5 additions and 3 deletions

View File

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

View File

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

@ -1 +1 @@
Subproject commit 8f7b008b158e12de0e58247afd170f127dbb6456
Subproject commit 87fef4ab71bebb2168f8d3d554df8d2f0f01f497

View File

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