From 0ef6d4f702979e09bd87dedb3a41f0ec4a81e966 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sun, 13 Nov 2022 15:58:42 +0900 Subject: [PATCH] Update comments Update nghttp2 to version 1.51.0 Signed-off-by: Teddysun --- README.md | 2 +- include/config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bb66b44..89a56abe 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ | httpd | 2.4.54 | | apr | 1.7.0 | | apr-util | 1.6.1 | -| nghttp2 | 1.50.0 | +| nghttp2 | 1.51.0 | | openssl | 1.1.1s | | mod_wsgi | 4.9.4 | | mod_security2 | 2.9.6 | diff --git a/include/config.sh b/include/config.sh index e15f063f..d7d20def 100644 --- a/include/config.sh +++ b/include/config.sh @@ -34,8 +34,8 @@ parallel_compile=1 ##Software version #nghttp2 -nghttp2_filename="nghttp2-1.50.0" -nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.gz" +nghttp2_filename="nghttp2-1.51.0" +nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.51.0/nghttp2-1.51.0.tar.gz" #openssl openssl_filename="openssl-1.1.1s" openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1s.tar.gz"