bagder: curl-www metalink.cgi,1.7,1.8
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv22538
Modified Files:
metalink.cgi
Log Message:
oops only the php stuff is a signature
Index: metalink.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/metalink.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- metalink.cgi 18 Apr 2008 12:50:31 -0000 1.7
+++ metalink.cgi 18 Apr 2008 12:54:35 -0000 1.8
@@ -124,8 +124,8 @@
"<version>".$latest::version{$what}."</version>\n",
"<size>".$latest::size{$what}."</size>\n",
"<verification>\n",
- "<signature type=\"md5\">".$md5."</signature>\n",
- "<signature type=\"sha1\">".$sha1."</signature>\n";
+ "<hash type=\"md5\">".$md5."</hash>\n",
+ "<hash type=\"sha1\">".$sha1."</hash>\n";
if( -r "download/$archive.asc" ) {
print "<signature type=\"pgp\" file=\"$archive.asc\">\n";