build: HTTP-only builds fail several `--libcurl` tests since CVE-2020-8284 #6303
Comments
bagder
added a commit
that referenced
this issue
Dec 11, 2020
Adjust six --libcurl tests to only check the FTP option if FTP is actually present in the build. Fixes #6303
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did this
See an example CI build doing a HTTP-only configure and running the test suite.
I expected the following
Run fine
curl/libcurl version
git master
operating system
Any
Way of solution
Previously we've just removed lines that are conditionally output for
--libcurl
in as "lowest common denominator" style.But I will go another route this time: In the
bagder/hyper
branch I have already introduced#ifdef
-style logic and handling in test cases, so I'm going to move to merge that work independently and then have the FTP-specific lines in the--libcurl
output simply depend on FTP being present in the build.The text was updated successfully, but these errors were encountered: