Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv7279
Modified Files:
explainopts.t summarize.pl
Log Message:
detect and mark builds with libssh2
Index: explainopts.t
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/explainopts.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- explainopts.t 31 Jan 2007 10:03:23 -0000 1.2
+++ explainopts.t 22 Feb 2007 14:21:14 -0000 1.3
@@ -1,6 +1,6 @@
<p> Options = (<b>K</b>)rb4, IPv(<b>6</b>), (<b>D</b>)ebug, Open(<b>S</b>)SL,
Gnu(<b>T</b>)LS, (<b>A</b>)synch, (<b>Z</b>)lib, (<b>G</b>)SS,
-lib(<b>I</b>)dn, SS(<b>P</b>)I
+lib(<b>I</b>)dn, SS(<b>P</b>)I, libssh(<b>2</b>)
<p> Text <span class='buildserverprob'>looking like this</span> is for servers
that couldn't be started for the test round.
Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- summarize.pl 31 Jan 2007 22:08:13 -0000 1.44
+++ summarize.pl 22 Feb 2007 14:21:15 -0000 1.45
@@ -313,8 +313,9 @@
$https=($openssl)?"S":($gnutls?"T":"-");
$asynch=$ares?"A":"-";
$sspi=$sspi?"P":"-";
+ my $ssh=$libssh2?"2":"-";
- my $o = "$krb4$ipv6$memory$https$asynch$zlib$gss$idn$sspi";
+ my $o = "$krb4$ipv6$memory$https$asynch$zlib$gss$idn$sspi$ssh";
if(!$desc) {
$desc = $os;
@@ -353,6 +354,7 @@
$debug=0;
$openssl=0;
$gnutls=0;
+ $libssh2=0;
$ssl=0;
$cvsfail=0;
$ares=0;
@@ -506,6 +508,9 @@
elsif($line =~ /^\#define USE_GNUTLS 1/) {
$gnutls = 1;
}
+ elsif($line =~ /^\#define USE_LIBSSH2 1/) {
+ $libssh2 = 1;
+ }
elsif($line =~ /^\#define ENABLE_IPV6 1/) {
$ipv6enabled = 1;
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.