bagder: curl-www latest.pm,1.48,1.49

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv10426

Modified Files:
	latest.pm 
Log Message:
four new libcurl win32 packages


Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- latest.pm	24 May 2005 21:54:55 -0000	1.48
+++ latest.pm	2 Nov 2005 22:00:54 -0000	1.49
@@ -260,6 +260,26 @@
         return($1, "devel-i386-libcurl-rpm",
                "Linux libcurl devel i386, RPM");
     }
+    # libcurl-7.15.0-win32-nossl-sspi.zip
+    elsif($file =~ /^libcurl-([0-9.]*)-win32-nossl-sspi.zip$/) {
+        return($1, "win32-devel-sspi",
+               "Windows libcurl devel SSPI-enabled");
+    }
+    # libcurl-7.15.0-win32-nossl.zip
+    elsif($file =~ /^libcurl-([0-9.]*)-win32-nossl.zip$/) {
+        return($1, "win32-devel",
+               "Windows libcurl devel");
+    }
+    # libcurl-7.15.0-win32-ssl-sspi.zip
+    elsif($file =~ /^libcurl-([0-9.]*)-win32-ssl-sspi.zip$/) {
+        return($1, "win32-devel-ssl-sspi",
+               "Windows libcurl devel SSPI-enabled SSL-enabled");
+    }
+    # libcurl-7.15.0-win32-ssl.zip
+    elsif($file =~ /^libcurl-([0-9.]*)-win32-ssl.zip$/) {
+        return($1, "win32-devel-ssl",
+               "Windows libcurl devel SSL-enabled");
+    }
     
 }
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.