Discover Centmin Mod today
Register Now

Master Branch update nginx build tag to display ngx_brotli commit tag in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 19, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update nginx build tag to display ngx_brotli commit tag in 123.09beta01

    - update nginx build tag info to display ngx_brotli module's https://github.com/google/ngx_brotli last commit tag if available when you enable NGINX_LIBBROTLI='y' to enable Nginx Google Brotli support via ngx_brotli nginx module. This allows you to easily see what version of ngx_brotli was built with Centmin Mod Nginx comparing it to ngx_brotli commit history at https://github.com/google/ngx_brotli/commits/master.
    - For instance when you run nginx -V after centmin.sh menu option 4 re-run with this commit update, the output would be like below where (170420-163956-centos7-b23bcb7-br-bcceaab) is the build tag which now hosws data stamp 170420 for April 17, 2020 build from Centmin Mod commit 163956 from commit history at https://github.com/centminmod/centminmod/commits/123.09beta01 and because NGINX_LIBBROTLI='y' was enabled, also shows bcceaab which at time of writing is latest commit from ngx_brotli history at https://github.com/google/ngx_brotli/commits/master. This makes troubleshooting easier as you know the state of the Nginx version built.

    nginx -V
    nginx version: nginx/1.17.10 (170420-163956-centos7-b23bcb7-br-bcceaab)
    built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC)
    built with OpenSSL 1.1.1f 31 Mar 2020

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.