KUSANAGI Module Updates

The individual modules that make up KUSANAGI have been updated.
The updated module versions are as follows:

OpenSSL 1.0.2o
httpd 2.4.33 (OpenSSL 1.0.2o)
nginx 1.13.9 (OpenSSL 1.0.2o)
PHP7 7.2.4

To enable the aforementioned features, execute the following command:

# yum update

Includes security update, we recomend to update as soon as possible.
PHP 7.2.4
OpenSSL 1.0.2o

Please reboot middlewares. OpenSSL was updated and rebuild related middlewares.
Example: nginx and php7

kusanagi php7
kusanagi nginx

These command show whether OpenSSL's update is applied to middlewares.

# /usr/local/openssl/bin/openssl version
OpenSSL 1.0.2o  27 Mar 2018
# strings /usr/local/lib64/httpd/modules/mod_ssl.so  | grep -E 'OpenSSL\s+1[.0-9a-z]+' | uniq
OpenSSL 1.0.2o  27 Mar 2018
# nginx -V 2>&1 | grep OpenSSL
built with OpenSSL 1.0.2o  27 Mar 2018
# php7 -i | grep -i 'OpenSSL Library Version'
OpenSSL Library Version => OpenSSL 1.0.2o  27 Mar 2018