Skip to content

Commit 0ef6d4f

Browse files
committed
Update comments
Update nghttp2 to version 1.51.0 Signed-off-by: Teddysun <i@teddysun.com>
1 parent f0df337 commit 0ef6d4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
| httpd | 2.4.54 |
5555
| apr | 1.7.0 |
5656
| apr-util | 1.6.1 |
57-
| nghttp2 | 1.50.0 |
57+
| nghttp2 | 1.51.0 |
5858
| openssl | 1.1.1s |
5959
| mod_wsgi | 4.9.4 |
6060
| mod_security2 | 2.9.6 |

include/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ parallel_compile=1
3434

3535
##Software version
3636
#nghttp2
37-
nghttp2_filename="nghttp2-1.50.0"
38-
nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.gz"
37+
nghttp2_filename="nghttp2-1.51.0"
38+
nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.51.0/nghttp2-1.51.0.tar.gz"
3939
#openssl
4040
openssl_filename="openssl-1.1.1s"
4141
openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1s.tar.gz"

0 commit comments

Comments
 (0)