Update to mozjs-68.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23364 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-07-04 19:37:40 +00:00
parent b905a8103a
commit 6c6baa9181
3 changed files with 13 additions and 8 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz">
<!ENTITY js68-download-ftp " ">
<!ENTITY js68-md5sum "a1156aed941b28a06115a9450a46563d">
<!ENTITY js68-size "303 MB">
<!ENTITY js68-md5sum "d94cd12ba6cdad6d5f4f2c8341c2dcde">
<!ENTITY js68-size "300 MB">
<!ENTITY js68-buildsize "2.8 GB (31 MB installed after removing 31MB static lib)">
<!ENTITY js68-time "2.4 SBU (with parallelism = 4)">
<!ENTITY js68-time "2.2 SBU (with parallelism = 4)">
]>
<!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->
@ -93,8 +93,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="llvm"/> (with <application>Clang</application>) and
<xref linkend="doxygen"/>
<xref linkend="llvm"/> (with <application>Clang</application>),
<xref linkend="nasm"/>, and
<xref linkend="doxygen"/> (for documentation)
</para>
<para condition="html" role="usernotes">
@ -219,7 +220,7 @@ rm -v /usr/lib/libjs_static.ajs</userinput></screen>
</para>
<para>
<envar>LLVM_OBJDUMP=/bin/false</envar>: Firefox building system
<envar>LLVM_OBJDUMP=/bin/false</envar>: The firefox build system
searches for <command>llvm-objdump</command>.
Since we are building the standalone JS engine instead of the entire
browser, they are not actually used.

View File

@ -44,6 +44,10 @@
<listitem>
<para>July 4th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to mozjs-68.10.0. Fixes
<ulink url="&blfs-ticket-root;13769">#13769</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to libuv-1.38.1. Fixes
<ulink url="&blfs-ticket-root;13766">#13766</ulink>.</para>

View File

@ -118,8 +118,8 @@
<!ENTITY iso-codes-version "4.5.0">
<!ENTITY jansson-version "2.13.1">
<!--<!ENTITY JS52-version "52.2.1gnome1">-->
<!ENTITY JS60-version "60.8.0">
<!ENTITY JS68-version "68.9.0">
<!--<!ENTITY JS60-version "60.8.0">-->
<!ENTITY JS68-version "68.10.0">
<!ENTITY json-c-version "0.14">
<!ENTITY json-glib-version "1.4.4">
<!ENTITY keyutils-version "1.6.1">