mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Firefox-78.5.0 and JS78-78.5.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23907 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
71654ad3ed
commit
393517d31b
@ -8,9 +8,9 @@
|
||||
<!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
|
||||
<!ENTITY js78-download-ftp " ">
|
||||
<!-- 78.4.1 -->
|
||||
<!ENTITY js78-md5sum "ec12a707c129a98fb957e4123eadce84">
|
||||
<!ENTITY js78-md5sum "154f790f56b0a7aa344947c45accad5d">
|
||||
<!ENTITY js78-size "319 MB">
|
||||
<!ENTITY js78-buildsize "2.9 GB (36 MB installed after removing 35MB static lib)">
|
||||
<!ENTITY js78-buildsize "3.0 GB (36 MB installed after removing 35MB static lib)">
|
||||
<!ENTITY js78-time "2.5 SBU (with parallelism = 4)">
|
||||
]>
|
||||
|
||||
@ -186,11 +186,15 @@ make</userinput></screen>
|
||||
JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
|
||||
It's recommended to redirect the output into a log.
|
||||
<!-- recheck when ICU gets upgraded -->
|
||||
Fourteen JS tests related to locale and timezone are known to fail,
|
||||
<!-- ken: removed "are known to fail' becasue there are
|
||||
4096 known failures, these icu items are unexpected failures
|
||||
and I found the wording confusing -->
|
||||
Ten JS tests related to locale and timezone fail,
|
||||
because of an issue in <xref linkend="icu"/>.
|
||||
To run JIT test suite, issue:
|
||||
To run the JIT test suite, issue:
|
||||
<command>make -C js/src check-jit-test
|
||||
JITTEST_EXTRA_ARGS="--timeout 300"</command>.
|
||||
JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests
|
||||
may show as unexpected failures.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>November 16th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to Firefox-78.5.0 and JS78-78.5.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;14250">#14250</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to paxmirabilis-20201030 (pax). Fixes
|
||||
<ulink url="&blfs-ticket-root;14248">#14248</ulink>.</para>
|
||||
|
@ -913,7 +913,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 "78.4.1">
|
||||
<!ENTITY firefox-version "78.5.0">
|
||||
<!ENTITY flashplayer-version "27.0.0.187">
|
||||
<!ENTITY qupzilla-version "2.2.6">
|
||||
<!ENTITY seamonkey-version "2.53.5">
|
||||
|
@ -6,11 +6,11 @@
|
||||
|
||||
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
|
||||
<!ENTITY firefox-download-ftp " ">
|
||||
<!ENTITY firefox-md5sum "ec12a707c129a98fb957e4123eadce84">
|
||||
<!ENTITY firefox-md5sum "154f790f56b0a7aa344947c45accad5d">
|
||||
<!ENTITY firefox-size "319 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 "5.0 GB (185 MB installed) without tests">
|
||||
<!ENTITY firefox-buildsize "5.1 GB (185 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 -->
|
||||
@ -75,7 +75,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
@ -83,7 +83,7 @@
|
||||
<ulink url="&patch-root;/firefox-&firefox-version;esr-rustc1470-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</itemizedlist>-->
|
||||
|
||||
<note>
|
||||
<para>
|
||||
@ -304,7 +304,7 @@ EOF</userinput></screen>
|
||||
|
||||
<para>
|
||||
In the esr version of firefox-78, the code to ensure that add-ons
|
||||
are signed by the trused root has been disabled, presumably for
|
||||
are signed by the trusted root has been disabled, presumably for
|
||||
organizations which require their own add-ons. To enable it as an
|
||||
added security measure issue the following command:
|
||||
</para>
|
||||
@ -355,11 +355,11 @@ echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
|
||||
i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;;
|
||||
esac</userinput></screen>
|
||||
-->
|
||||
<para>
|
||||
<!--<para>
|
||||
Apply a patch to allow this to be compiled with <xref linkend="rust"/>:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>-->
|
||||
|
||||
<para>
|
||||
Now invoke the Python script to compile the package.
|
||||
|
Loading…
Reference in New Issue
Block a user