Skip to content

Commit 512ea65

Browse files
nodejs-github-botlpinca
authored andcommitted
deps: update nghttp2 to 1.55.0
1 parent c346832 commit 512ea65

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

deps/nghttp2/lib/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
356356
LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
357357
LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
358358
LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
359-
LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
360-
LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
359+
LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@
360+
LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@
361361
LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
362362
LIBOBJS = @LIBOBJS@
363363
LIBS = @LIBS@

deps/nghttp2/lib/includes/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
263263
LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
264264
LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
265265
LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
266-
LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
267-
LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
266+
LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@
267+
LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@
268268
LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
269269
LIBOBJS = @LIBOBJS@
270270
LIBS = @LIBS@

deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
* @macro
3030
* Version number of the nghttp2 library release
3131
*/
32-
#define NGHTTP2_VERSION "1.53.0"
32+
#define NGHTTP2_VERSION "1.55.0"
3333

3434
/**
3535
* @macro
3636
* Numerical representation of the version number of the nghttp2 library
3737
* release. This is a 24 bit number with 8 bits for major number, 8 bits
3838
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3939
*/
40-
#define NGHTTP2_VERSION_NUM 0x013500
40+
#define NGHTTP2_VERSION_NUM 0x013700
4141

4242
#endif /* NGHTTP2VER_H */

doc/contributing/maintaining/maintaining-dependencies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This a list of all the dependencies:
2121
* [libuv 1.46.0][]
2222
* [llhttp 8.1.0][]
2323
* [minimatch 9.0.3][]
24-
* [nghttp2 1.53.0][]
24+
* [nghttp2 1.55.0][]
2525
* [nghttp3 0.7.0][]
2626
* [ngtcp2 0.8.1][]
2727
* [npm 9.6.7][]
@@ -223,7 +223,7 @@ See [maintaining-http][] for more informations.
223223
The [minimatch](https://github.com/isaacs/minimatch) dependency is a
224224
minimal matching utility.
225225

226-
### nghttp2 1.53.0
226+
### nghttp2 1.55.0
227227

228228
The [nghttp2](https://github.com/nghttp2/nghttp2) dependency is a C library
229229
implementing HTTP/2 protocol.
@@ -338,7 +338,7 @@ performance improvements not currently available in standard zlib.
338338
[maintaining-openssl]: ./maintaining-openssl.md
339339
[maintaining-web-assembly]: ./maintaining-web-assembly.md
340340
[minimatch 9.0.3]: #minimatch-903
341-
[nghttp2 1.53.0]: #nghttp2-1530
341+
[nghttp2 1.55.0]: #nghttp2-1550
342342
[nghttp3 0.7.0]: #nghttp3-070
343343
[ngtcp2 0.8.1]: #ngtcp2-081
344344
[npm 9.6.7]: #npm-967

0 commit comments

Comments
 (0)