curl: Backport upstream curl fixes for no_proxy to CMake 3.25 release
CMake 3.25 updated to curl 7.86, which had some no_proxy
regressions.
Backport upstream curl fixes:
- commit
b830f9ba9
(noproxy: fix tail-matching) - commit
b1953c193
(noproxy: tailmatch like in 7.85.0 and earlier) - commit
60453483b
(noproxy: guard against empty hostnames)
CMake 3.26 already updated to curl 7.87, and has the fixes.
Fixes: #24426 (closed)
Edited by Brad King