bagder: curl-www latest.pl,1.74,1.75 latest.pm,1.51,1.52
[email protected] Tue, 10 Jul 2007 21:37:57 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv29169
Modified Files:
latest.pl latest.pm
Log Message:
old changes I never committed
Index: latest.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pl,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- latest.pl 26 Apr 2007 08:22:55 -0000 1.74
+++ latest.pl 10 Jul 2007 21:37:55 -0000 1.75
@@ -72,7 +72,7 @@
sub present {
my ($site, $file)=@_;
- my $res = system("$latest::curl -f -m 60 -I ${site}${file} -o /dev/null -s");
+ my $res = system("$latest::curl -f -m 60 -L -I ${site}${file} -o /dev/null -s");
if($res >> 8) {
return 0; # not present
}
Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- latest.pm 16 Apr 2007 19:53:38 -0000 1.51
+++ latest.pm 10 Jul 2007 21:37:55 -0000 1.52
@@ -60,6 +60,12 @@
"win64-nossl",
"Windows 64bit, zip");
}
+ # curl-7.5.1-win64-ssl-sspi.zip
+ elsif($file =~ /^curl-([0-9.]*)-win64-ssl-sspi.zip$/) {
+ return($1,
+ "win64-ssl-sspi",
+ "Windows 64bit, zip, SSL-enabled, SSPI-enabled");
+ }
elsif($file =~ /^curl-([0-9.]*)(-([0-9]*)|)-win32-nossl-sspi.zip$/) {
return($1,
"win32-nossl-sspi",