On Wed, Oct 23, 2024 at 04:16:59PM -0400, Taylor Blau wrote: > On Wed, Oct 23, 2024 at 12:45:48AM +0000, brian m. carlson wrote: > > brian m. carlson (12): > > git-curl-compat: remove check for curl 7.21.5 > > git-curl-compat: remove check for curl 7.25.0 > > git-curl-compat: remove check for curl 7.34.0 > > git-curl-compat: remove check for curl 7.39.0 > > git-curl-compat: remove check for curl 7.43.0 > > git-curl-compat: remove check for curl 7.44.0 > > git-curl-compat: remove check for curl 7.52.0 > > git-curl-compat: remove check for curl 7.53.0 > > git-curl-compat: remove check for curl 7.56.0 > > INSTALL: document requirement for libcurl 7.61.0 > > Require Perl 5.26.0 > > gitweb: make use of s///r > > Thanks, queued. Note that this still breaks GitLab CI, as we exercise Ubuntu 16.04 there which doesn't have recent-enough versions of curl. This version has recently moved into Extended Security Maintenance mode, so the next LTS release would be Ubuntu 20.04. So if this gets merged we should add something like the below patch on top. Patrick diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4abfbc3e208..64f7ec5a2dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ test:linux: parallel: matrix: - jobname: linux-old - image: ubuntu:16.04 + image: ubuntu:20.04 CC: gcc - jobname: linux-sha256 image: ubuntu:latest