bagder: curl-www latest.pm,1.44,1.45
[email protected] Mon, 25 Oct 2004 04:14:50 +0200
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb.contactor.se:/var/tmp/cvs-serv19532
Modified Files:
latest.pm
Log Message:
comment old-style VMS, added arm package
Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- latest.pm 25 Oct 2004 02:06:36 -0000 1.44
+++ latest.pm 25 Oct 2004 02:14:48 -0000 1.45
@@ -149,24 +149,28 @@
"Solaris 2.6 SPARC, SSL-enabled.");
}
# curl-7.8.1-vms.zip (old style)
- elsif($file =~ /^curl-([0-9.]*)-vms\.zip$/) {
- return($1, "vms-zip",
- "OpenVMS, zip.");
- }
+# elsif($file =~ /^curl-([0-9.]*)-vms\.zip$/) {
+# return($1, "vms-zip",
+# "OpenVMS, zip.");
+# }
# curl-7.8.1-vms-vax.zip
elsif($file =~ /^curl-([0-9.]*)-vms-vax\.zip$/) {
return($1, "vms-vax-zip",
- "OpenVMS for VAX, zip.");
+ "OpenVMS VAX, zip.");
}
# curl-7.8.1-vms-ia64.zip
elsif($file =~ /^curl-([0-9.]*)-vms-ia64\.zip$/) {
return($1, "vms-ia64-zip",
- "OpenVMS for ia64, zip.");
+ "OpenVMS ia64, zip.");
}
# curl-7.8.1-vms-axp.zip
elsif($file =~ /^curl-([0-9.]*)-vms-axp\.zip$/) {
return($1, "vms-axp-zip",
- "OpenVMS for Alpha, zip.");
+ "OpenVMS Alpha, zip.");
+ }
+ elsif($file =~ /^curl-([0-9.]*)-arm\.tar\.gz$/) {
+ return($1, "linux-arm-nossl",
+ "Linux ARM, SSL disabled, tar+gz.");
}
# Kevin's new formats starting with curl 7.10:
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits