git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Restore support for older libcurl and fix some typos
@ 2024-10-14 13:13 Alejandro R. Sedeño
  2024-10-14 13:13 ` [PATCH 1/2] Conditional use of CURLOPT_PROXYHEADER based on libcurl version Alejandro R. Sedeño
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alejandro R. Sedeño @ 2024-10-14 13:13 UTC (permalink / raw)
  To: git; +Cc: sandals, sunshine, asedeno, Alejandro R. Sedeño

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@mail.gmail.com/
[2] https://lore.kernel.org/git/20241011190812.2654837-1-asedeno@mit.edu/
[3] https://lore.kernel.org/git/20241010235621.738239-1-sandals@crustytoothpaste.net/


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-10-17  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 13:13 [PATCH 0/2] Restore support for older libcurl and fix some typos Alejandro R. Sedeño
2024-10-14 13:13 ` [PATCH 1/2] Conditional use of CURLOPT_PROXYHEADER based on libcurl version Alejandro R. Sedeño
2024-10-14 13:13 ` [PATCH 2/2] Fix inconsistencies in git-curl-compat.h Alejandro R. Sedeño
2024-10-15  0:28 ` [PATCH 0/2] Restore support for older libcurl and fix some typos Taylor Blau
2024-10-15  0:51   ` Alejandro R. Sedeño
2024-10-15  6:29     ` Eric Sunshine
2024-10-15 19:22       ` Taylor Blau
2024-10-17  6:59       ` Torsten Bögershausen
2024-10-17  9:15         ` Oswald Buddenhagen
2024-10-17  9:30         ` Torsten Bögershausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).