Opened 13 years ago
Closed 13 years ago
#19928 closed defect (bug) (fixed)
Add md5/sha1 for latest.zip and latest.tar.gz
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
Currently we have an md5 and sha1 for each version as listed on http://wordpress.org/download/release-archive/ but we do not seem to have them for http://wordpress.org/latest.zip or latest.tar.gz
Any chance we could get them added?
Change History (2)
#2
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
http://wordpress.org/latest.zip.md5
http://wordpress.org/latest.zip.sha1
http://wordpress.org/latest.tar.gz.md5
http://wordpress.org/latest.tar.gz.md5
curl --head http://wordpress.org/latest.zip HTTP/1.1 200 OK Server: nginx Date: Mon, 30 Jan 2012 15:26:12 GMT Content-Type: application/zip Connection: close Pragma: no-cache Cache-control: private Content-Description: File Transfer Content-Disposition: attachment; filename=wordpress-3.3.1.zip Content-MD5: d6332c76ec09fdc13db412ca0b024df9
Note: See
TracTickets for help on using
tickets.
In addition, is there any chance of getting the
Content-MD5
header added? It'll save the extra HTTP request for verification.