From 165cd5cdfccb34e7d7fbdce10bb89555febfc1a5 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 14 May 2021 13:28:24 +0900 Subject: [PATCH] Update comments update mod_wsgi to version 4.8.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 4592b7a..c745ca8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ | apr-util | 1.6.1 | | nghttp2 | 1.43.0 | | openssl | 1.1.1k | -| mod_wsgi | 4.7.1 | +| mod_wsgi | 4.8.0 | | mod_security2 | 2.9.3 | | mod_jk | 1.2.48 | diff --git a/include/config.sh b/include/config.sh index 5f9a772..4fd143c 100644 --- a/include/config.sh +++ b/include/config.sh @@ -103,8 +103,8 @@ apr_filename_url="http://ftp.jaist.ac.jp/pub/apache//apr/apr-1.7.0.tar.gz" apr_util_filename="apr-util-1.6.1" apr_util_filename_url="http://ftp.jaist.ac.jp/pub/apache//apr/apr-util-1.6.1.tar.gz" #mod_wsgi -mod_wsgi_filename="mod_wsgi-4.7.1" -mod_wsgi_filename_url="https://github.com/GrahamDumpleton/mod_wsgi/archive/4.7.1.tar.gz" +mod_wsgi_filename="mod_wsgi-4.8.0" +mod_wsgi_filename_url="https://github.com/GrahamDumpleton/mod_wsgi/archive/4.8.0.tar.gz" #mod_jk mod_jk_filename="tomcat-connectors-1.2.48-src" mod_jk_filename_url="http://ftp.jaist.ac.jp/pub/apache/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.48-src.tar.gz"