wget -c4 --progress=bar https://zlib.net/zlib-1.2.11.tar.gz -O zlib-1.2.11.tar.gz --tries=3 --2022-04-04 08:49:33-- https://zlib.net/zlib-1.2.11.tar.gz Resolving zlib.net... 85.187.148.2 Connecting to zlib.net|85.187.148.2|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-04-04 08:49:33 ERROR 404: Not Found. Need to update to https://zlib.net/zlib-1.2.12.tar.gz
Looks like official zlib.net site doesn't keep previous version downloads and only the latest. Updated Centmin Mod 123.09beta01 to update download URL for 1.2.11 so run cmupdate to update. And will test 1.2.12 as seems some folks are having issues with the new version reported at Issues · madler/zlib
@jcat if you want to test/use zlib 1.2.12 with Centmin Mod Nginx, you can set the following in persistent config file at /etc/centminmod/custom_config.inc for Code (Text): # switch from Cloudflare zlib to official zlib CLOUDFLARE_ZLIB='n' # use zlib 1.2.12 NGINX_ZLIBVER='1.2.12' Then run centmin.sh menu option 4 to recompile Nginx version you want
You could use Github as alternative download location as it locates all zlib releases. Current used Centminmod zlib 1.2.11 is there since 2017. Tags · madler/zlib
Indeed that is an option I'll probably eventually do. Just some Github downloads have different compilation instructions from their official site's downloads i.e. missing the configure files which you need to build first so. Haven't checked on zlib's Github downloads yet. So easier to just locally host the zlib 1.2.11 download for a quick update for now until I test the Github download version.