Skip to content

Commit 60c9ac5

Browse files
anonrigtargos
authored andcommitted
deps: update nghttp2 to 1.51.0
PR-URL: #45537 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent c9cbd1d commit 60c9ac5

27 files changed

+2190
-101
lines changed

deps/nghttp2/lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set(NGHTTP2_SOURCES
2323
nghttp2_mem.c
2424
nghttp2_http.c
2525
nghttp2_rcbuf.c
26+
nghttp2_extpri.c
2627
nghttp2_debug.c
2728
)
2829

deps/nghttp2/lib/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
5050
nghttp2_mem.c \
5151
nghttp2_http.c \
5252
nghttp2_rcbuf.c \
53+
nghttp2_extpri.c \
5354
nghttp2_debug.c
5455

5556
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
@@ -66,6 +67,7 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
6667
nghttp2_mem.h \
6768
nghttp2_http.h \
6869
nghttp2_rcbuf.h \
70+
nghttp2_extpri.h \
6971
nghttp2_debug.h
7072

7173
libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)

deps/nghttp2/lib/Makefile.in

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile.in generated by automake 1.16.4 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
@@ -162,7 +162,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
162162
nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
163163
nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
164164
nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
165-
nghttp2_rcbuf.lo nghttp2_debug.lo
165+
nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo
166166
am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
167167
libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS)
168168
AM_V_lt = $(am__v_lt_@AM_V@)
@@ -189,8 +189,9 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
189189
am__maybe_remake_depfiles = depfiles
190190
am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
191191
./$(DEPDIR)/nghttp2_callbacks.Plo \
192-
./$(DEPDIR)/nghttp2_debug.Plo ./$(DEPDIR)/nghttp2_frame.Plo \
193-
./$(DEPDIR)/nghttp2_hd.Plo ./$(DEPDIR)/nghttp2_hd_huffman.Plo \
192+
./$(DEPDIR)/nghttp2_debug.Plo ./$(DEPDIR)/nghttp2_extpri.Plo \
193+
./$(DEPDIR)/nghttp2_frame.Plo ./$(DEPDIR)/nghttp2_hd.Plo \
194+
./$(DEPDIR)/nghttp2_hd_huffman.Plo \
194195
./$(DEPDIR)/nghttp2_hd_huffman_data.Plo \
195196
./$(DEPDIR)/nghttp2_helper.Plo ./$(DEPDIR)/nghttp2_http.Plo \
196197
./$(DEPDIR)/nghttp2_map.Plo ./$(DEPDIR)/nghttp2_mem.Plo \
@@ -336,6 +337,7 @@ EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
336337
EXTRACFLAG = @EXTRACFLAG@
337338
EXTRA_DEFS = @EXTRA_DEFS@
338339
FGREP = @FGREP@
340+
FILECMD = @FILECMD@
339341
GREP = @GREP@
340342
HAVE_CXX14 = @HAVE_CXX14@
341343
INSTALL = @INSTALL@
@@ -523,6 +525,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
523525
nghttp2_mem.c \
524526
nghttp2_http.c \
525527
nghttp2_rcbuf.c \
528+
nghttp2_extpri.c \
526529
nghttp2_debug.c
527530

528531
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
@@ -539,6 +542,7 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
539542
nghttp2_mem.h \
540543
nghttp2_http.h \
541544
nghttp2_rcbuf.h \
545+
nghttp2_extpri.h \
542546
nghttp2_debug.h
543547

544548
libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
@@ -628,6 +632,7 @@ distclean-compile:
628632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ # am--include-marker
629633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ # am--include-marker
630634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_debug.Plo@am__quote@ # am--include-marker
635+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_extpri.Plo@am__quote@ # am--include-marker
631636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ # am--include-marker
632637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ # am--include-marker
633638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ # am--include-marker
@@ -909,6 +914,7 @@ distclean: distclean-recursive
909914
-rm -f ./$(DEPDIR)/nghttp2_buf.Plo
910915
-rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
911916
-rm -f ./$(DEPDIR)/nghttp2_debug.Plo
917+
-rm -f ./$(DEPDIR)/nghttp2_extpri.Plo
912918
-rm -f ./$(DEPDIR)/nghttp2_frame.Plo
913919
-rm -f ./$(DEPDIR)/nghttp2_hd.Plo
914920
-rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo
@@ -976,6 +982,7 @@ maintainer-clean: maintainer-clean-recursive
976982
-rm -f ./$(DEPDIR)/nghttp2_buf.Plo
977983
-rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
978984
-rm -f ./$(DEPDIR)/nghttp2_debug.Plo
985+
-rm -f ./$(DEPDIR)/nghttp2_extpri.Plo
979986
-rm -f ./$(DEPDIR)/nghttp2_frame.Plo
980987
-rm -f ./$(DEPDIR)/nghttp2_hd.Plo
981988
-rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo

deps/nghttp2/lib/includes/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile.in generated by automake 1.16.4 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
@@ -245,6 +245,7 @@ EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
245245
EXTRACFLAG = @EXTRACFLAG@
246246
EXTRA_DEFS = @EXTRA_DEFS@
247247
FGREP = @FGREP@
248+
FILECMD = @FILECMD@
248249
GREP = @GREP@
249250
HAVE_CXX14 = @HAVE_CXX14@
250251
INSTALL = @INSTALL@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy