Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update nginx 1.29.6 default in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 11, 2026.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:43 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    3:43 AM
    1.29 x
    11.4
    Upgrading on 141.00beta01 fails:
    Code (Text):
    Download zlib-1.3.1.tar.gz ...
    wget --progress=bar https://www.zlib.net/zlib-1.3.1.tar.gz -O zlib-1.3.1.tar.gz --tries=3
    --2026-03-11 09:53:18--  https://www.zlib.net/zlib-1.3.1.tar.gz
    Resolving www.zlib.net (www.zlib.net)... 85.187.148.2
    Connecting to www.zlib.net (www.zlib.net)|85.187.148.2|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2026-03-11 09:53:19 ERROR 404: Not Found.
    
     
    Last edited: Mar 11, 2026
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:43 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    what's your existing output for
    Code (Text):
    nginx -V

    wrap in QUOTE tags
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:43 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Ah zlib 1.3.2 is out and they seem to have completely removed 1.3.1 instead of keeping it online. Updated Centmin Mod 132.00stable, 140.00beta01 and 141.00beta01 with 1.3.2. Run cmupdate to pull down updates :D

    Thanks for bug report!

    zlib Home Site and change log https://www.zlib.net/ChangeLog.txt
     
  5. iaTa

    iaTa Member

    89
    16
    8
    Mar 26, 2018
    Ratings:
    +32
    Local Time:
    2:43 AM
    Nginx 1.31.x
    MariaDB 10.11.x
    I think Cloudflare zlib is still the default for nginx, is that right? I'm running v1.3.3.

    I noticed on their GitHub they now recommend using zlib-rs as Cloudflare zlib is deprecated.
     
    Last edited: Mar 12, 2026
  6. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    3:43 AM
    1.29 x
    11.4
    Works great now, thanks!