Package: nghttp2 / 1.43.0-1+deb11u1

Metadata

Package Version Patches format
nghttp2 1.43.0-1+deb11u1 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/sphinxcontrib/rubydomain.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 workaround for #963648.


0003 beutify theme.js to show better what it does.patch | (download)

doc/_themes/sphinx_rtd_theme/static/js/badge_only.js | 49 48 + 1 - 0 !
doc/_themes/sphinx_rtd_theme/static/js/theme.js | 149 148 + 1 - 0 !
2 files changed, 196 insertions(+), 2 deletions(-)

 beutify theme.js to show better what it does


CVE 2023 44487.patch | (download)

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 !
22 files changed, 598 insertions(+), 5 deletions(-)

 [patch] rework session management