vmware-tanzu / oss-httpd-build

This project is a schema to build Apache HTTP Server (httpd), along with a number of frequently updated library components (dependencies), on Linux or Windows. The results of this build are also distributed periodically to the general public from the https://network.tanzu.vmware.com/products/p-apache-http-server (login required)
Apache License 2.0
3 stars 6 forks source link

Restructure the git repository release discovery #27

Closed wrowe closed 2 years ago

wrowe commented 2 years ago

Recovers from recent changes to github's release html pages, where these became nested content, named opaquely. Uses latest which is now consistently used by all but zlib and libxml2 projects to determine the current versions

libxml2 now resolves the release package from download.gnome.org, the new canonical home, and corrected to fetch snapshots from gitlab instead of the out-of-date github mirror.

zlib snapshots now refer to the develop branch for ongoing 1.2.x patches in development.

Resolves: https://github.com/vmware-tanzu/oss-httpd-build/issues/26 Resolves: https://github.com/vmware-tanzu/oss-httpd-build/issues/28

Signed-off-by: William A Rowe Jr wrowe@vmware.com

wrowe commented 2 years ago

@ccheetham this is ready for your review of release and snapshot builds, but snapshot must be tested on a latest-and-greatest automake such as on Ubuntu release 22.04, due to libxml2 headaches.