Opened 7 years ago
Closed 7 years ago
#10513 closed enhancement (fixed)
firefox-59.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
As with the betas for 59, https://ftp.mozilla.org/pub/firefox/releases/59.0/ does not provide a direct clickable link for the source. The SOURCE file is just text of links, for .tar.bz2 the link is https://hg.mozilla.org/releases/mozilla-release/archive/c61f5f5ead48c78a80c80db5c489bdc7cfaf8175.tar.bz2 which as you might expect downloads c61f5(etc).tar.bz2 which has a directory name of
mozilla-release-c61f5f5ead48c78a80c80db5c489bdc7cfaf8175/
For the book, this looks like it is going to be messy. I suppose we can use wget to insert the mozilla-release- onto the tarball name, or perhaps change it to firefox-59.0.tar.bz2 - but it will need a note of the directory name and wget will need to be added as a dependency.
This is the same file as was used for (candidate) build5, which is what I'm using at the moment. It no longer builds with system cairo (some of the code disagrees about the parameters used for at least one function).
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Release notes are at https://www.mozilla.org/en-US/firefox/59.0/releasenotes/ and the security fixes (CVE-2018-5125 to CVE-2018-5143, two memory corruption issues rated as critical, four others rated as high) are at https://www.mozilla.org/en-US/security/advisories/mfsa2018-06/
Hmm, I tried putting a wget example in a Note, but it overflows and looks awful. I've now used tinyurl.com (only for the wget example). That works out much better.