Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv5500

Modified Files:
        libcurl4.info 
Log Message:
Switch to using built-in threaded DNS resolver instead of libcares. It seems 
more reliable when dealing with some IPv6 sites.


Index: libcurl4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4.info       21 Jul 2011 01:44:45 -0000      1.1
+++ libcurl4.info       4 Aug 2011 01:41:35 -0000       1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libcurl4
 Version: 7.21.7
-Revision: 1
+Revision: 2
 Description: Lib. for transferring files with URL syntax
 DescDetail: <<
        curl is a command line tool for transferring files with URL syntax,
@@ -46,7 +46,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDepends: <<
        fink (>= 0.26.2),
-       libcares2 (>= 1.7.4-1),
        librtmp (>= 2.3-1),
        libssh2.1 (>= 1.2.7-1),
        system-openssl-dev
@@ -63,9 +62,6 @@
        perl -pi -e 's,\@LDFLAGS\@,,g; s,\@LIBCURL_LIBS\@,,g' libcurl.pc.in
        #There is no more libcurl.a so trick curl-config --static-libs into 
using libcurl.dylib. Fixes building of pycurl.
        perl -pi -e 's/\@libext\@/dylib/' curl-config.in
-       #There are issues connecting to servers with IPv6 and IPv4 addresses 
when our
-       #connection only supports IPv4. Default to using IPv4.
-       perl -pi -e 's/^#if ARES_VERSION.*$/#if 0/' lib/hostares.c
        #Set up to use system's ldap
        /bin/cp /usr/include/lber*.h .
        /bin/cp /usr/include/ldap*.h .
@@ -89,7 +85,7 @@
        --without-libidn \
        --with-librtmp \
        --enable-hidden-symbols \
-       --enable-ares \
+       --enable-threaded-resolver \
        --with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
        --disable-static \
        --disable-dependency-tracking
@@ -115,7 +111,6 @@
   
        Depends: <<
                ca-bundle,
-               libcares2-shlibs (>= 1.7.4-1),
                librtmp-shlibs (>= 2.3-1),
                libssh2.1-shlibs (>= 1.2.7-1)
        <<


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to