Join the community today
Register Now

Stable Branch re-apply AWS_LC_SWITCH='n' force after config re-sourcing in 132.00st…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 26, 2026 at 7:14 AM.

  1. eva2000

    eva2000 Administrator Staff Member

    59,306
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    7:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    re-apply AWS_LC_SWITCH='n' force after config re-sourcing in 132.00stable

    The top-level force added in 3514248e runs once at script startup, but
    checknginxmodules() and funct_nginxconfigure() both re-source the
    persistent config files at runtime, restoring an AWS_LC_SWITCH='y' set
    in /etc/centminmod/custom_config.inc. checknginxmodules() runs before
    installopenssl, so AWS-LC was still compiled and linked on the nginx
    upgrade path despite the force.

    140.00beta01 and 141.00beta01 survive the same re-sourcing because
    inc/nginx_configure.inc re-applies the AWS-LC exclusivity block
    afterwards. This branch has no such block, so the force has to be
    re-applied directly.


    Changes:
    - re-apply AWS_LC_SWITCH='n' in checknginxmodules() after the config
    re-source, ahead of the installopenssl calls
    - re-apply AWS_LC_SWITCH='n' in funct_nginxconfigure() after the config
    re-source, ahead of the AWS-LC include/library path setup

    Continue reading...

    132.00stable branch