firefox-68.9.0 and also for JS68.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23226 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-06-01 21:17:20 +00:00
parent 99903a237c
commit f3d9ce9b50
4 changed files with 13 additions and 8 deletions

View File

@ -7,10 +7,10 @@
<!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
<!ENTITY js68-download-ftp " ">
<!-- FIXME (that gets a highlight) - md5sum and size should match firefox -->
<!ENTITY firefox-md5sum "12d50aaca2b5f32b49114f05187af342">
<!ENTITY firefox-size "299 MB">
<!ENTITY js68-buildsize "2.8 GB (30 MB installed after removing 31MB static lib)">
<!ENTITY js68-time "2.3 SBU (with parallelism = 4)">
<!ENTITY firefox-md5sum "a1156aed941b28a06115a9450a46563d">
<!ENTITY firefox-size "303 MB">
<!ENTITY js68-buildsize "2.8 GB (31 MB installed after removing 31MB static lib)">
<!ENTITY js68-time "2.4 SBU (with parallelism = 4)">
]>
<!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->

View File

@ -44,6 +44,11 @@
<listitem>
<para>June 1st, 2020</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to firefox-68.9.0, also used for
JS68. Fixes
<ulink url="&blfs-ticket-root;13609">#13609</ulink>.</para>
</listitem>
<listitem>
<para>[thomas] - Update to fetchmail-6.4.6. Fixes
<ulink url="&blfs-ticket-root;13603">#13603</ulink>.</para>

View File

@ -901,7 +901,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY falkon-major-version "3.1">
<!ENTITY falkon-minor-version "0">
<!ENTITY falkon-version "&falkon-major-version;.&falkon-minor-version;">
<!ENTITY firefox-version "68.8.0"> <!-- also used for JS68 -->
<!ENTITY firefox-version "68.9.0"> <!-- also used for JS68 -->
<!ENTITY flashplayer-version "27.0.0.187">
<!ENTITY qupzilla-version "2.2.6">
<!ENTITY seamonkey-version "2.53.2">

View File

@ -7,11 +7,11 @@
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
<!ENTITY firefox-download-ftp " ">
<!-- FIXME the version, md5sum and size should be shared with js68 -->
<!ENTITY firefox-md5sum "12d50aaca2b5f32b49114f05187af342">
<!ENTITY firefox-size "299 MB">
<!ENTITY firefox-md5sum "a1156aed941b28a06115a9450a46563d">
<!ENTITY firefox-size "303 MB">
<!-- NB with stylo, much of the build uses rust, and therefore cargo files.
But the extra cached cargo files, if any, seem to be minimal -->
<!ENTITY firefox-buildsize "4.3 GB (166 MB installed) without tests">
<!ENTITY firefox-buildsize "4.3 GB (167 MB installed) without tests">
<!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
most practical way to get a timing on a machine with more cores, if taking
cores offline is not practical. If in doubt, round up -->