Update comments

update mod_wsgi to version 4.8.0

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2021-05-14 13:28:24 +09:00
parent 1bd8d40d9f
commit 165cd5cdfc
2 changed files with 3 additions and 3 deletions

View File

@@ -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 |

View File

@@ -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"