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

Modified Files:
        libcurl4-10.5.info libcurl4.info 
Log Message:
New upstream libcurl4 7.22.0.


Index: libcurl4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- libcurl4.info       4 Aug 2011 01:41:45 -0000       1.61
+++ libcurl4.info       13 Sep 2011 20:57:23 -0000      1.62
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libcurl4%type_pkg[-64bit]
-Version: 7.21.7
-Revision: 2+10.6
+Version: 7.22.0
+Revision: 1+10.6
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) i386
 Distribution: 10.6
@@ -44,7 +44,7 @@
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
 #Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: 5f6d50c4d4ee38c57fe37e3cff75adbd
+Source-MD5: bdb5c226d37c4a6082c70e7ef6f63060
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: <<
@@ -74,7 +74,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 SetCPPFLAGS: -I%b -I%p/lib/system-openssl/include -I%p/include
-SetLDFLAGS: -L%b -L%p/lib/system-openssl/lib -L%p/%lib
+SetLDFLAGS: -L%b -L%p/lib/system-openssl/lib -L%p/%lib -Wl,-dead_strip_dylibs
 SetCFLAGS: -Os
 ConfigureParams: <<
        --with-ssl=%p/lib/system-openssl \
@@ -98,12 +98,6 @@
 
 CompileScript: <<
        #!/bin/bash -ev
-       # This bit enables stripping unused libs on 10.5 and later.
-       let version=`uname -r | cut -f 1 -d .`
-       if [ $version -ge 9 ]; then
-               export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
-       fi
-       
        if [ "%type_raw[-64bit]" == "-64bit" ]; then
                export CC="gcc -m64"
        fi
@@ -170,7 +164,9 @@
        #This test seems to hang.
        echo '283' >>tests/data/DISABLED
        echo '525' >>tests/data/DISABLED
+       echo '554' >>tests/data/DISABLED
        echo '1007' >>tests/data/DISABLED
+       echo '1086' >>tests/data/DISABLED
        echo '1099' >>tests/data/DISABLED
        echo '2002' >>tests/data/DISABLED
        echo '2003' >>tests/data/DISABLED

Index: libcurl4-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4-10.5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libcurl4-10.5.info  4 Aug 2011 01:41:45 -0000       1.2
+++ libcurl4-10.5.info  13 Sep 2011 20:57:23 -0000      1.3
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libcurl4%type_pkg[-64bit]
-Version: 7.21.7
-Revision: 2
+Version: 7.22.0
+Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Distribution: 10.5
@@ -46,7 +46,7 @@
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
 #Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: 5f6d50c4d4ee38c57fe37e3cff75adbd
+Source-MD5: bdb5c226d37c4a6082c70e7ef6f63060
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: <<
@@ -66,9 +66,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 .
@@ -78,7 +75,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 SetCPPFLAGS: -I%b -I%p/lib/system-openssl/include -I%p/include
-SetLDFLAGS: -L%b -L%p/lib/system-openssl/lib -L%p/%lib
+SetLDFLAGS: -L%b -L%p/lib/system-openssl/lib -L%p/%lib -Wl,-dead_strip_dylibs
 SetCFLAGS: -Os
 ConfigureParams: <<
        --with-ssl=%p/lib/system-openssl \
@@ -102,12 +99,6 @@
 
 CompileScript: <<
        #!/bin/bash -ev
-       # This bit enables stripping unused libs on 10.5 and later.
-       let version=`uname -r | cut -f 1 -d .`
-       if [ $version -ge 9 ]; then
-               export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
-       fi
-       
        if [ "%type_raw[-64bit]" == "-64bit" ]; then
                export CC="gcc -m64"
        fi
@@ -173,7 +164,9 @@
        #This test seems to hang.
        echo '283' >>tests/data/DISABLED
        echo '525' >>tests/data/DISABLED
+       echo '554' >>tests/data/DISABLED
        echo '1007' >>tests/data/DISABLED
+       echo '1086' >>tests/data/DISABLED
        echo '1099' >>tests/data/DISABLED
        echo '2002' >>tests/data/DISABLED
        echo '2003' >>tests/data/DISABLED


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to