cvs | 1 Nov 2007 01:36
Picon
Favicon

danf: curl CHANGES,1.1168,1.1169

Update of /cvsroot/curl/curl
In directory labb:/tmp/cvs-serv929

Modified Files:
	CHANGES 
Log Message:
Added test case 1013 to check that curl-config --protocols matches the
protocols listed in curl --version

Index: CHANGES
===================================================================
RCS file: /cvsroot/curl/curl/CHANGES,v
retrieving revision 1.1168
retrieving revision 1.1169
diff -u -d -r1.1168 -r1.1169
--- CHANGES	31 Oct 2007 23:33:58 -0000	1.1168
+++ CHANGES	1 Nov 2007 00:36:55 -0000	1.1169
 <at>  <at>  -10,6 +10,9  <at>  <at> 
 - Fixed the output of curl-config --protocols which showed SCP and SFTP
   always, except when --without-libssh2 was given

+- Added test case 1013 to check that curl-config --protocols matches the
+  protocols listed in curl --version
+
 Dan F (30 October 2007)
 - Fixed an OOM problem with file: URLs
cvs | 1 Nov 2007 01:36
Picon
Favicon

danf: curl/tests/data Makefile.am,1.287,1.288 test1013,NONE,1.1

Update of /cvsroot/curl/curl/tests/data
In directory labb:/tmp/cvs-serv929/tests/data

Modified Files:
	Makefile.am 
Added Files:
	test1013 
Log Message:
Added test case 1013 to check that curl-config --protocols matches the
protocols listed in curl --version

Index: Makefile.am
===================================================================
RCS file: /cvsroot/curl/curl/tests/data/Makefile.am,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- Makefile.am	29 Oct 2007 22:57:31 -0000	1.287
+++ Makefile.am	1 Nov 2007 00:36:55 -0000	1.288
 <at>  <at>  -46,7 +46,7  <at>  <at> 
  test231 test1000 test1001 test1002 test1003 test1004 test1005 test1006    \
  test615 test1007 test541 test1010 test1011 test1012 test542 test543       \
  test536 test1008 test1009 test2000 test2001 test2002 test2003 test35      \
- test544 test545 test2004 test546
+ test544 test545 test2004 test546 test1013

 filecheck:
 	 <at> mkdir test-place; \

--- NEW FILE: test1013 ---
(Continue reading)

cvs | 1 Nov 2007 01:36
Picon
Favicon

danf: curl/tests/libtest Makefile.am,1.56,1.57 test1013.pl,NONE,1.1

Update of /cvsroot/curl/curl/tests/libtest
In directory labb:/tmp/cvs-serv929/tests/libtest

Modified Files:
	Makefile.am 
Added Files:
	test1013.pl 
Log Message:
Added test case 1013 to check that curl-config --protocols matches the
protocols listed in curl --version

Index: Makefile.am
===================================================================
RCS file: /cvsroot/curl/curl/tests/libtest/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile.am	25 Oct 2007 19:40:05 -0000	1.56
+++ Makefile.am	1 Nov 2007 00:36:56 -0000	1.57
 <at>  <at>  -35,7 +35,7  <at>  <at> 

 LIBDIR = $(top_builddir)/lib

-EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl
+EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl

 # files used only in some libcurl test programs
 TESTUTIL = testutil.c testutil.h

--- NEW FILE: test1013.pl ---
(Continue reading)

cvs | 1 Nov 2007 04:09
Picon
Favicon

danf: curl/tests/libtest test1013.pl,1.1,1.2

Update of /cvsroot/curl/curl/tests/libtest
In directory labb:/tmp/cvs-serv26231/tests/libtest

Modified Files:
	test1013.pl 
Log Message:
Added test case 1014 to compare curl-config --features with curl --version

Index: test1013.pl
===================================================================
RCS file: /cvsroot/curl/curl/tests/libtest/test1013.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test1013.pl	1 Nov 2007 00:36:56 -0000	1.1
+++ test1013.pl	1 Nov 2007 03:09:28 -0000	1.2
 <at>  <at>  -1,25 +1,28  <at>  <at> 
 #!/usr/bin/env perl
 # Determine if curl-config --protocols matches the curl --version protocols
-if ( $#ARGV != 1 ) 
+if ( $#ARGV != 2 ) 
 {
-	print "Usage: $0 curl-config-script curl-features-file\n";
+	print "Usage: $0 curl-config-script curl-features-file features|protocols\n";
 	exit 3;
 }

+my $what=$ARGV[2];
+
 my $curl_protocols="";
(Continue reading)

cvs | 1 Nov 2007 04:09
Picon
Favicon

danf: curl CHANGES,1.1169,1.1170

Update of /cvsroot/curl/curl
In directory labb:/tmp/cvs-serv26231

Modified Files:
	CHANGES 
Log Message:
Added test case 1014 to compare curl-config --features with curl --version

Index: CHANGES
===================================================================
RCS file: /cvsroot/curl/curl/CHANGES,v
retrieving revision 1.1169
retrieving revision 1.1170
diff -u -d -r1.1169 -r1.1170
--- CHANGES	1 Nov 2007 00:36:55 -0000	1.1169
+++ CHANGES	1 Nov 2007 03:09:27 -0000	1.1170
 <at>  <at>  -10,8 +10,8  <at>  <at> 
 - Fixed the output of curl-config --protocols which showed SCP and SFTP
   always, except when --without-libssh2 was given

-- Added test case 1013 to check that curl-config --protocols matches the
-  protocols listed in curl --version
+- Added test cases 1013 and 1014 to check that curl-config --protocols and
+  curl-config --features matches the output of curl --version

 Dan F (30 October 2007)
 - Fixed an OOM problem with file: URLs
cvs | 1 Nov 2007 04:09
Picon
Favicon

danf: curl/tests/data Makefile.am, 1.288, 1.289 test1013, 1.1, 1.2 test1014, NONE, 1.1

Update of /cvsroot/curl/curl/tests/data
In directory labb:/tmp/cvs-serv26231/tests/data

Modified Files:
	Makefile.am test1013 
Added Files:
	test1014 
Log Message:
Added test case 1014 to compare curl-config --features with curl --version

--- NEW FILE: test1014 ---
<testcase>
#
# Server-side
<reply>
</reply>

#
# Client-side
<client>
<server>
none
</server>
 <name>
Compare curl --version with curl-config --features
 </name>
 <command>
--version
</command>
<postcheck>
(Continue reading)

cvs | 1 Nov 2007 18:42
Picon
Favicon

danf: curl/tests runtests.pl,1.255,1.256

Update of /cvsroot/curl/curl/tests
In directory labb:/tmp/cvs-serv29522/tests

Modified Files:
	runtests.pl 
Log Message:
Make postcheck failure message more like the others

Index: runtests.pl
===================================================================
RCS file: /cvsroot/curl/curl/tests/runtests.pl,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- runtests.pl	26 Oct 2007 19:26:04 -0000	1.255
+++ runtests.pl	1 Nov 2007 17:42:39 -0000	1.256
 <at>  <at>  -1832,7 +1832,7  <at>  <at> 
     if($cmd) {
 	my $rc = runclient("$cmd");
 	if($rc != 0) {
-	    logmsg "postcheck failure\n";
+	    logmsg " postcheck FAILED\n";
 	    return 1;
 	}
 	logmsg "postchecked $cmd\n" if($verbose);
cvs | 1 Nov 2007 19:55
Picon
Favicon

danf: curl CHANGES, 1.1170, 1.1171 RELEASE-NOTES, 1.678, 1.679 configure.ac, 1.264, 1.265

Update of /cvsroot/curl/curl
In directory labb:/tmp/cvs-serv23158

Modified Files:
	CHANGES RELEASE-NOTES configure.ac 
Log Message:
Fixed curl-config --features to not display libz when it wasn't used
due to a missing header file.

Index: configure.ac
===================================================================
RCS file: /cvsroot/curl/curl/configure.ac,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- configure.ac	31 Oct 2007 23:33:58 -0000	1.264
+++ configure.ac	1 Nov 2007 18:55:01 -0000	1.265
 <at>  <at>  -1292,6 +1292,7  <at>  <at> 
   if test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" != "1"
   then
     AC_MSG_WARN([configure found only the libz lib, not the header file!])
+    HAVE_LIBZ=""
   elif test "$HAVE_LIBZ" != "1" && test "$HAVE_ZLIB_H" = "1"
   then
     AC_MSG_WARN([configure found only the libz header file, not the lib!])

Index: CHANGES
===================================================================
RCS file: /cvsroot/curl/curl/CHANGES,v
retrieving revision 1.1170
(Continue reading)

cvs | 1 Nov 2007 22:20
Picon
Favicon

danf: curl/tests/libtest test1013.pl,1.2,1.3

Update of /cvsroot/curl/curl/tests/libtest
In directory labb:/tmp/cvs-serv19746/libtest

Modified Files:
	test1013.pl 
Log Message:
Ignore more features that curl-config is not expected to know about

Index: test1013.pl
===================================================================
RCS file: /cvsroot/curl/curl/tests/libtest/test1013.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test1013.pl	1 Nov 2007 03:09:28 -0000	1.2
+++ test1013.pl	1 Nov 2007 21:20:24 -0000	1.3
 <at>  <at>  -8,8 +8,9  <at>  <at> 

 my $what=$ARGV[2];

+# Read the output of curl --version
 my $curl_protocols="";
-open(CURL, " <at> ARGV[1]") || die "Can't get curl $what list\n";
+open(CURL, "$ARGV[1]") || die "Can't get curl $what list\n";
 while( <CURL> )
 {
     $curl_protocols = lc($_) if ( /$what:/i );
 <at>  <at>  -18,11 +19,14  <at>  <at> 

 $curl_protocols =~ /\w+: (.*)$/;
(Continue reading)

cvs | 1 Nov 2007 22:43
Picon
Favicon

bagder: curl/lib ftp.c,1.450,1.451

Update of /cvsroot/curl/curl/lib
In directory labb:/tmp/cvs-serv10877

Modified Files:
	ftp.c 
Log Message:
minor re-indent

Index: ftp.c
===================================================================
RCS file: /cvsroot/curl/curl/lib/ftp.c,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -d -r1.450 -r1.451
--- ftp.c	26 Oct 2007 19:26:41 -0000	1.450
+++ ftp.c	1 Nov 2007 21:43:56 -0000	1.451
 <at>  <at>  -2947,8 +2947,8  <at>  <at> 
   }

   rc = Curl_socket_ready(ftpc->sendleft?CURL_SOCKET_BAD:sock, /* reading */
-                   ftpc->sendleft?sock:CURL_SOCKET_BAD, /* writing */
-                   0);
+                         ftpc->sendleft?sock:CURL_SOCKET_BAD, /* writing */
+                         0);

   if(rc == -1) {
     failf(data, "select/poll error");
 <at>  <at>  -2980,8 +2980,8  <at>  <at> 
     }

(Continue reading)


Gmane