conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 43 forks source link

Add SPNEGO support #56

Open Tagar opened 5 years ago

Tagar commented 5 years ago

As proposed in https://github.com/conda-forge/curl-feedstock/issues/55

Thank you.

Checklist

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 5 years ago

Can you add a test for that functionality?

Tagar commented 5 years ago

@ocefpaf to test SPNEGO, I would need a spnego/kerberos-enabled web service to test that.. ideas if we have that available as part of CI? Also, it's my first contribution here.. can you please send a pointer to some existing tests? Thank you.

ocefpaf commented 5 years ago

I was not thinking about an elaborated test like that :smile:. Just a curl -V like you had in the issue and check for the appropriated string. It can be a command test in the recipe.

jakirkham commented 5 years ago

Also this could use a build number bump 🙂