[Yum-devel] [PATCH] Enable GSSNEGOTIATE when curl >= 7.28.0 BZ 892070.

James Antill james at fedoraproject.org
Tue Jan 8 20:34:47 UTC 2013


On Tue, 2013-01-08 at 11:44 +0100, Zdeněk Pavlas wrote:
> The underlying curl bug "auth status not being cleared
> when handles are reset" was fixed in 7.28.0
> 
> https://sourceforge.net/p/curl/bugs/1127/
> ---
>  urlgrabber/grabber.py |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)

 Can you add a simple:

# See: http://curl.haxx.se/libcurl/c/curl_version_info.html
def _gen_curl_ver(x, y, z):
    return x<<16 | y<<8 | z

...ACK.



More information about the Yum-devel mailing list