From 0e057d2d20ec0a0839c5944154d3f3cea7086844 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 26 Aug 2021 21:46:45 +0900 Subject: [PATCH] Update comments update PHP to version 7.3.30, 7.4.23, 8.0.10; update openssl to version 1.1.1l; Signed-off-by: Teddysun --- README.md | 4 ++-- include/config.sh | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e5848edc..6cc3f704 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ | apr | 1.7.0 | | apr-util | 1.6.1 | | nghttp2 | 1.44.0 | -| openssl | 1.1.1k | +| openssl | 1.1.1l | | mod_wsgi | 4.9.0 | | mod_security2 | 2.9.4 | | mod_jk | 1.2.48 | @@ -64,7 +64,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.29, 7.4.22, 8.0.9 | +| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.30, 7.4.23, 8.0.10 | | ionCube Loader | 10.4.5 | | PDFlib (PHP 7.3+) | 9.3.1 | | XCache (PHP 5.6) | 3.2.0 | diff --git a/include/config.sh b/include/config.sh index bc4e1a42..be90deb7 100644 --- a/include/config.sh +++ b/include/config.sh @@ -37,8 +37,8 @@ parallel_compile=1 nghttp2_filename="nghttp2-1.44.0" nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.44.0/nghttp2-1.44.0.tar.gz" #openssl -openssl_filename="openssl-1.1.1k" -openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz" +openssl_filename="openssl-1.1.1l" +openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1l.tar.gz" #apache2.4 apache2_4_filename="httpd-2.4.48" apache2_4_filename_url="http://ftp.jaist.ac.jp/pub/apache//httpd/httpd-2.4.48.tar.gz" @@ -71,14 +71,14 @@ php7_1_filename_url="https://www.php.net/distributions/php-7.1.33.tar.gz" php7_2_filename="php-7.2.34" php7_2_filename_url="https://www.php.net/distributions/php-7.2.34.tar.gz" #php7.3 -php7_3_filename="php-7.3.29" -php7_3_filename_url="https://www.php.net/distributions/php-7.3.29.tar.gz" +php7_3_filename="php-7.3.30" +php7_3_filename_url="https://www.php.net/distributions/php-7.3.30.tar.gz" #php7.4 -php7_4_filename="php-7.4.22" -php7_4_filename_url="https://www.php.net/distributions/php-7.4.22.tar.gz" +php7_4_filename="php-7.4.23" +php7_4_filename_url="https://www.php.net/distributions/php-7.4.23.tar.gz" #php8.0 -php8_0_filename="php-8.0.9" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.9.tar.gz" +php8_0_filename="php-8.0.10" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.10.tar.gz" #phpMyAdmin phpmyadmin_filename="phpMyAdmin-4.9.7-all-languages" phpmyadmin_filename_url="https://files.phpmyadmin.net/phpMyAdmin/4.9.7/phpMyAdmin-4.9.7-all-languages.tar.gz"