Open jmckernon opened 7 months ago
Some of the dependencies for nginx can no longer be found at the URLs given.
pcre: ftp.pcre.org appears to no longer be up. I could find a mirror at https://netcologne.dl.sourceforge.net/project/pcre/pcre/8.44/pcre-8.44.tar.bz2, not sure whether this is the one that one would want to use or not. I expect this also affects pcre2 but I didn't check that one myself.
zlib: https://www.zlib.net/zlib-1.2.11.tar.gz doesn't appear to be there any more. (Do they really only host the latest version?) https://www.zlib.net/zlib-1.3.1.tar.gz works, of course the hash needs to be updated, it can be found next to the download link at https://www.zlib.net/. Had to update nginx package definition accordingly to require the correct zlib.
I would submit the changes as a pull request but I'm just getting to grips with the project and not quite sure the way I've changed them is right!
Some of the dependencies for nginx can no longer be found at the URLs given.
pcre: ftp.pcre.org appears to no longer be up. I could find a mirror at https://netcologne.dl.sourceforge.net/project/pcre/pcre/8.44/pcre-8.44.tar.bz2, not sure whether this is the one that one would want to use or not. I expect this also affects pcre2 but I didn't check that one myself.
zlib: https://www.zlib.net/zlib-1.2.11.tar.gz doesn't appear to be there any more. (Do they really only host the latest version?) https://www.zlib.net/zlib-1.3.1.tar.gz works, of course the hash needs to be updated, it can be found next to the download link at https://www.zlib.net/. Had to update nginx package definition accordingly to require the correct zlib.
I would submit the changes as a pull request but I'm just getting to grips with the project and not quite sure the way I've changed them is right!