Skip to content

Commit d3e3a91

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update nghttp2 to 1.53.0
PR-URL: #47997 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent a90010a commit d3e3a91

12 files changed

+1654
-784
lines changed

deps/nghttp2/lib/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ set(NGHTTP2_SOURCES
2525
nghttp2_rcbuf.c
2626
nghttp2_extpri.c
2727
nghttp2_debug.c
28+
sfparse.c
2829
)
2930

3031
set(NGHTTP2_RES "")

deps/nghttp2/lib/Makefile.am

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
5151
nghttp2_http.c \
5252
nghttp2_rcbuf.c \
5353
nghttp2_extpri.c \
54-
nghttp2_debug.c
54+
nghttp2_debug.c \
55+
sfparse.c
5556

5657
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
5758
nghttp2_frame.h \
@@ -68,7 +69,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
6869
nghttp2_http.h \
6970
nghttp2_rcbuf.h \
7071
nghttp2_extpri.h \
71-
nghttp2_debug.h
72+
nghttp2_debug.h \
73+
sfparse.h
7274

7375
libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
7476
libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \

deps/nghttp2/lib/Makefile.in

+10-4
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
157157
nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
158158
nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
159159
nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
160-
nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo
160+
nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo sfparse.lo
161161
am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
162162
libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS)
163163
AM_V_lt = $(am__v_lt_@AM_V@)
@@ -196,7 +196,8 @@ am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
196196
./$(DEPDIR)/nghttp2_priority_spec.Plo \
197197
./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_rcbuf.Plo \
198198
./$(DEPDIR)/nghttp2_session.Plo ./$(DEPDIR)/nghttp2_stream.Plo \
199-
./$(DEPDIR)/nghttp2_submit.Plo ./$(DEPDIR)/nghttp2_version.Plo
199+
./$(DEPDIR)/nghttp2_submit.Plo ./$(DEPDIR)/nghttp2_version.Plo \
200+
./$(DEPDIR)/sfparse.Plo
200201
am__mv = mv -f
201202
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202203
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -509,7 +510,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
509510
nghttp2_http.c \
510511
nghttp2_rcbuf.c \
511512
nghttp2_extpri.c \
512-
nghttp2_debug.c
513+
nghttp2_debug.c \
514+
sfparse.c
513515

514516
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
515517
nghttp2_frame.h \
@@ -526,7 +528,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
526528
nghttp2_http.h \
527529
nghttp2_rcbuf.h \
528530
nghttp2_extpri.h \
529-
nghttp2_debug.h
531+
nghttp2_debug.h \
532+
sfparse.h
530533

531534
libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
532535
libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \
@@ -635,6 +638,7 @@ distclean-compile:
635638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker
636639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker
637640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker
641+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfparse.Plo@am__quote@ # am--include-marker
638642

639643
$(am__depfiles_remade):
640644
@$(MKDIR_P) $(@D)
@@ -917,6 +921,7 @@ distclean: distclean-recursive
917921
-rm -f ./$(DEPDIR)/nghttp2_stream.Plo
918922
-rm -f ./$(DEPDIR)/nghttp2_submit.Plo
919923
-rm -f ./$(DEPDIR)/nghttp2_version.Plo
924+
-rm -f ./$(DEPDIR)/sfparse.Plo
920925
-rm -f Makefile
921926
distclean-am: clean-am distclean-compile distclean-generic \
922927
distclean-tags
@@ -985,6 +990,7 @@ maintainer-clean: maintainer-clean-recursive
985990
-rm -f ./$(DEPDIR)/nghttp2_stream.Plo
986991
-rm -f ./$(DEPDIR)/nghttp2_submit.Plo
987992
-rm -f ./$(DEPDIR)/nghttp2_version.Plo
993+
-rm -f ./$(DEPDIR)/sfparse.Plo
988994
-rm -f Makefile
989995
maintainer-clean-am: distclean-am maintainer-clean-generic
990996

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.52.0"
32+
#define NGHTTP2_VERSION "1.53.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 0x013400
40+
#define NGHTTP2_VERSION_NUM 0x013500
4141

4242
#endif /* NGHTTP2VER_H */

0 commit comments

Comments
 (0)