Opened 15 years ago
Closed 15 years ago
#19928 closed defect (bug) (fixed)
Add md5/sha1 for latest.zip and latest.tar.gz
| Reported by: | sivel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org Site | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
15 years ago
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In addition, is there any chance of getting the
Content-MD5header added? It'll save the extra HTTP request for verification.