Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv5778

Modified Files:
        libcurl4-10.5.info 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.4/unstable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- libcurl4.info       17 Jul 2011 12:58:31 -0000      1.60
+++ libcurl4.info       4 Aug 2011 01:41:45 -0000       1.61
@@ -1,10 +1,10 @@
 Info4: <<
 Package: libcurl4%type_pkg[-64bit]
 Version: 7.21.7
-Revision: 1+10.6
+Revision: 2+10.6
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) i386
-Distribution: 10.6, 10.7
+Distribution: 10.6
 Description: Lib. for transferring files with URL syntax
 DescDetail: <<
        curl is a command line tool for transferring files with URL syntax,
@@ -49,7 +49,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: <<
        fink (>= 0.26.2),
-       libcares2%type_pkg[-64bit] (>= 1.7.4-1),
        librtmp%type_pkg[-64bit] (>= 2.3-1),
        libssh2.1%type_pkg[-64bit] (>= 1.2.7-1),
        system-openssl-dev
@@ -66,9 +65,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 .
@@ -92,7 +88,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 \
        --libdir='${prefix}/%lib' \
@@ -134,7 +130,6 @@
        Depends: <<
                ( %type_raw[-64bit] = -64bit ) 64bit-cpu,
                ca-bundle,
-               libcares2%type_pkg[-64bit]-shlibs (>= 1.7.4-1),
                librtmp%type_pkg[-64bit]-shlibs (>= 2.3-1),
                libssh2.1%type_pkg[-64bit]-shlibs (>= 1.2.7-1)
        <<

Index: libcurl4-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4-10.5.info  17 Jul 2011 12:58:31 -0000      1.1
+++ libcurl4-10.5.info  4 Aug 2011 01:41:45 -0000       1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libcurl4%type_pkg[-64bit]
 Version: 7.21.7
-Revision: 1
+Revision: 2
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Distribution: 10.5
@@ -51,7 +51,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: <<
        fink (>= 0.26.2),
-       libcares2%type_pkg[-64bit] (>= 1.7.4-1),
        libssh2.1%type_pkg[-64bit] (>= 1.2.7-1),
        system-openssl-dev
 <<
@@ -93,7 +92,7 @@
        --without-libidn \
        --without-librtmp \
        --enable-hidden-symbols \
-       --enable-ares \
+       --enable-threaded-resolver \
        --with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
        --disable-static \
        --libdir='${prefix}/%lib' \
@@ -135,7 +134,6 @@
        Depends: <<
                ( %type_raw[-64bit] = -64bit ) 64bit-cpu,
                ca-bundle,
-               libcares2%type_pkg[-64bit]-shlibs (>= 1.7.4-1),
                libssh2.1%type_pkg[-64bit]-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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to