Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl/libcurl that ships with Anaconda built without SPENGO #10953

Open
Tagar opened this issue May 27, 2019 · 3 comments
Open

curl/libcurl that ships with Anaconda built without SPENGO #10953

Tagar opened this issue May 27, 2019 · 3 comments
Labels
package_request Package build requests (new, updates, and rebulds) source-community

Comments

@Tagar
Copy link

Tagar commented May 27, 2019

Please build libcurl/curl with SPNEGO support so we can make requests to Kerberos-enabled services.

Options that curl was built with (from curl -V output)
from RHEL 7.6 as an example:

Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets

from Anaconda:

Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy

Missing libcurl options build option to add GSS-Negotiate support:

GSSAPI support: no (--with-gssapi) 
SNPEGO support: no (--with-spnego)

Thank you.

@msarahan msarahan added source-community package_request Package build requests (new, updates, and rebulds) labels May 28, 2019
@mingwandroid
Copy link

Hey @Tagar, thanks for opening this!

Would it be possible to open the issue over at our upstream though so it gets discussed by people with more domain knowledge than just Anaconda employees?

Many thanks.

@mingwandroid
Copy link

(FWIW to me, this sounds reasonable)

@Tagar
Copy link
Author

Tagar commented May 28, 2019

@mingwandroid Thank you for pointing to the curl upstream for conda-forge.. I was trying to find it before opening it here.

Created conda-forge/curl-feedstock#55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package_request Package build requests (new, updates, and rebulds) source-community
Projects
None yet
Development

No branches or pull requests

3 participants