Package: nghttp2 / 1.52.0-1+deb12u2

Metadata

Package Version Patches format
nghttp2 1.52.0-1+deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make fetch ocsp response use python3.patch | (download)

script/fetch-ocsp-response | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make fetch-ocsp-response use python3


0002 Workaround for 963648.patch | (download)

doc/_exts/rubydomain/rubydomain.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 workaround for #963648.


CVE 2023 44487.patch | (download)

.github/workflows/build.yml | 3 2 + 1 - 0 !
CMakeLists.txt | 4 4 + 0 - 0 !
cmakeconfig.h.in | 9 9 + 0 - 0 !
configure.ac | 21 21 + 0 - 0 !
doc/Makefile.am | 1 1 + 0 - 0 !
lib/CMakeLists.txt | 2 2 + 0 - 0 !
lib/Makefile.am | 4 4 + 0 - 0 !
lib/includes/nghttp2/nghttp2.h | 17 17 + 0 - 0 !
lib/nghttp2_option.c | 7 7 + 0 - 0 !
lib/nghttp2_option.h | 6 6 + 0 - 0 !
lib/nghttp2_ratelim.c | 75 75 + 0 - 0 !
lib/nghttp2_ratelim.h | 57 57 + 0 - 0 !
lib/nghttp2_session.c | 34 33 + 1 - 0 !
lib/nghttp2_session.h | 12 11 + 1 - 0 !
lib/nghttp2_time.c | 62 62 + 0 - 0 !
lib/nghttp2_time.h | 38 38 + 0 - 0 !
tests/CMakeLists.txt | 1 1 + 0 - 0 !
tests/Makefile.am | 6 4 + 2 - 0 !
tests/main.c | 7 6 + 1 - 0 !
tests/nghttp2_ratelim_test.c | 101 101 + 0 - 0 !
tests/nghttp2_ratelim_test.h | 35 35 + 0 - 0 !
tests/nghttp2_session_test.c | 103 103 + 0 - 0 !
tests/nghttp2_session_test.h | 1 1 + 0 - 0 !
23 files changed, 600 insertions(+), 6 deletions(-)

 [patch] rework session management


0001 Limit CONTINUATION frames following an incoming HEAD.patch | (download)

lib/includes/nghttp2/nghttp2.h | 7 6 + 1 - 0 !
lib/nghttp2_helper.c | 2 2 + 0 - 0 !
lib/nghttp2_session.c | 7 7 + 0 - 0 !
lib/nghttp2_session.h | 10 10 + 0 - 0 !
4 files changed, 25 insertions(+), 1 deletion(-)

 limit continuation frames following an incoming header frame


0002 Add nghttp2_option_set_max_continuations.patch | (download)

doc/Makefile.am | 1 1 + 0 - 0 !
lib/includes/nghttp2/nghttp2.h | 11 11 + 0 - 0 !
lib/nghttp2_option.c | 5 5 + 0 - 0 !
lib/nghttp2_option.h | 5 5 + 0 - 0 !
lib/nghttp2_session.c | 4 4 + 0 - 0 !
5 files changed, 26 insertions(+)

 add nghttp2_option_set_max_continuations