Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26263

Modified Files:
        libcurl4.info 
Log Message:
Changed default name lookup from IPv6 to IPv4 to allow curl to work if the 
machine can't connect via IPv6. IPv6 can still be forced with --ipv6.

Index: libcurl4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- libcurl4.info       23 Sep 2008 01:59:51 -0000      1.27
+++ libcurl4.info       28 Sep 2008 16:32:36 -0000      1.28
@@ -1,6 +1,6 @@
 Package: libcurl4
 Version: 7.19.0
-Revision: 5
+Revision: 6
 Description: Lib. for transferring files with URL syntax
 DescPackaging: <<
   Now use System's OpenSSL.
@@ -16,6 +16,9 @@
   Packages depending on libcurl4 no longer need to depend on its dependencies,
   just Depend on libcurl4-shlibs and BuildDepend on libcurl4.
   
+  Changed default name lookup from IPv6 to IPv4 to allow curl to work 
+  if the machine can't connect via IPv6. IPv6 can still be forced with --ipv6.
+  
   Added a prebuilt curl-ca-bundle.crt file since it's no longer included.
   
   Versions of curl before 7.11.1-11 were maintained by Max Horn.
@@ -47,6 +50,10 @@
        perl -pi -e 's/[EMAIL PROTECTED]@/dylib/' curl-config.in
        #This patch only needed for 10.4 but doesn't hurt 10.5
        perl -pi -e 's(krb5-config --cflags gssapi)($& | sed 
"s,-I/usr/include,,g")g; s(krb5-config --libs gssapi)($& | sed 
"s,-L/usr/lib,,g")g' configure
+       #Make libcurl use IPv4 addresses by default unless --ipv6 is specified.
+       #This allows curl to work when a site has an IPv6 address but the 
machine can't
+       #connect via IPv6.
+       perl -pi -e 's/^  default: .*$//' lib/hostares.c
        #Set up to use system's ldap
        /bin/cp /usr/include/lber*.h .
        /bin/cp /usr/include/ldap*.h .


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to