On 01-11-12 20:18, Igor Korot wrote: > On Thu, Nov 1, 2012 at 12:06 PM, Rich Gray <[email protected]> wrote: >> Igor Korot wrote: >>> >>> Hi, ALL, >>> Well, subject says it all. >> >> >> If it hasn't always been provided in OS X, it goes back a long ways... >> >> On OS X 10.6.8 (Snow Leopard) Apple installed: >> >> curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r >> zlib/1.2.3 >> Protocols: tftp ftp telnet dict ldap http file https ftps >> Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz >> >> I believe I've seen on this list that Apple tweaks the code in some manner >> from the stock release. >> >> Rich > > Thank you guys. > Since I am targeting 10.6+ (Leopard+) it means I don't need to supply > my own cURL binaries in the bundle. > >
For funzies I check it here: http://opensource.apple.com/ cUrl got introduced in 10.2 Jaguar as Nick Zitzmann already mentioned. Here is the code for that version: http://opensource.apple.com/source/curl/curl-5/curl/ It seems to be LIBCURL_VERSION "7.7.2" according to the include/curl/curl.h file. Oscar ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
