On Mon, Oct 14, 2024 at 8:28 PM Taylor Blau <me@xxxxxxxxxxxx> wrote: > On Mon, Oct 14, 2024 at 09:13:44AM -0400, Alejandro R. Sedeño wrote: > > This is presented as an alternative to the patch series from > > brian m. carlson that bumps the minimum version of libcurl > > to 7.61.0 [3]. > > This conflicts with brian's series as you mention, so I haven't picked > this one up in 'seen' yet. > > Could you summarize why you think this series is a better approach than > what brian has posted? On its own, I do not understand the motivation. It's a question of preserving compatibility vs ratcheting up minimum requirements. Both have their merits. I sent in this patch set after seeing some mild pushback to brian's series, just to present an alternative. Maintaining compatibility with older versions can be a burden to the project, though I think given this patch series, it's not a very big one. Ratcheting up the minimum requirements can be a burden to users stuck on (or choosing to try and support) older platforms. At some point the burden on the project outweighs the desire to support those older platforms. Where that tipping point is is for the community to decide. For my own personal purposes, I've worked around the issue by building a newer libcurl to link git against, though brian's updates to the perl minimum requirements will pose a more substantial problem for me in the future. -Alejandro