Hi, This is the small patchset I've mentioned on a couple of threads in the past few days [1, 2]. The first patch adds a version check for CURLOPT_PROXYHEADER in git-curl-compat.h and uses it to wrap the one use of CURLOPT_PROXYHEADER, replacing it with a translatable warning if it's used on an older version of libcurl. The second patch adjusts some typos I noticed in git-curl-compat.h. These should be easily verifiable against curl's docs/libcurl/symbols-in-version, which is the source of truth for git-curl-compat.h. 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]. -Alejandro [1] https://lore.kernel.org/git/CAOO-Oz1KhFcyErVx1Qb142PtPJS=UpgSD-FacckqNS4_okAtFQ@xxxxxxxxxxxxxx/ [2] https://lore.kernel.org/git/20241011190812.2654837-1-asedeno@xxxxxxx/ [3] https://lore.kernel.org/git/20241010235621.738239-1-sandals@xxxxxxxxxxxxxxxxxxxx/ Alejandro R. Sedeño (2): Conditional use of CURLOPT_PROXYHEADER based on libcurl version Fix inconsistencies in git-curl-compat.h git-curl-compat.h | 11 +++++++++-- http.c | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) -- 2.39.5