Join the community today
Register Now

Beta Branch fix undefined AWS_LC_SWITCH_TEST and AWS-LC install log label in 140.…

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

  1. eva2000

    eva2000 Administrator Staff Member

    59,307
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    8:17 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix undefined AWS_LC_SWITCH_TEST and AWS-LC install log label in 140.00beta01

    AWS_LC_SWITCH_TEST gates aws_lc_patch_make() in inc/nginx_patch.inc but
    was never declared, so the Nginx test suite patch for AWS-LC could never
    run. It was added alongside AWS_LC_SWITCH_BUILD_TESTS in the original
    AWS-LC support commit and gates a separate thing, so declare it rather
    than repoint the gate.

    Changes:
    - declare AWS_LC_SWITCH_TEST='n' in centmin.sh and centmin-cli.sh
    - correct AWS-LC install time log label which read BoringSSL

    Continue reading...


    140.00beta01 branch