Changeset 6c6baa91


Ignore:
Timestamp:
07/04/2020 07:37:40 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23aee7e
Parents:
b905a81
Message:

Update to mozjs-68.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23364 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    rb905a81 r6c6baa91  
    77  <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz">
    88  <!ENTITY js68-download-ftp  " ">
    9   <!ENTITY js68-md5sum        "a1156aed941b28a06115a9450a46563d">
    10   <!ENTITY js68-size          "303 MB">
     9  <!ENTITY js68-md5sum        "d94cd12ba6cdad6d5f4f2c8341c2dcde">
     10  <!ENTITY js68-size          "300 MB">
    1111  <!ENTITY js68-buildsize     "2.8 GB (31 MB installed after removing 31MB static lib)">
    12   <!ENTITY js68-time          "2.4 SBU (with parallelism = 4)">
     12  <!ENTITY js68-time          "2.2 SBU (with parallelism = 4)">
    1313]>
    1414
     
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
    96       <xref linkend="llvm"/> (with <application>Clang</application>) and
    97       <xref linkend="doxygen"/>
     96      <xref linkend="llvm"/> (with <application>Clang</application>),
     97      <xref linkend="nasm"/>, and
     98      <xref linkend="doxygen"/> (for documentation)
    9899    </para>
    99100
     
    220221
    221222    <para>
    222       <envar>LLVM_OBJDUMP=/bin/false</envar>: Firefox building system
     223      <envar>LLVM_OBJDUMP=/bin/false</envar>: The firefox build system
    223224      searches for <command>llvm-objdump</command>.
    224225      Since we are building the standalone JS engine instead of the entire
  • introduction/welcome/changelog.xml

    rb905a81 r6c6baa91  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to mozjs-68.10.0. Fixes
     49          <ulink url="&blfs-ticket-root;13769">#13769</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to libuv-1.38.1. Fixes
    4953          <ulink url="&blfs-ticket-root;13766">#13766</ulink>.</para>
  • packages.ent

    rb905a81 r6c6baa91  
    119119<!ENTITY jansson-version              "2.13.1">
    120120<!--<!ENTITY JS52-version                 "52.2.1gnome1">-->
    121 <!ENTITY JS60-version                 "60.8.0">
    122 <!ENTITY JS68-version                 "68.9.0">
     121<!--<!ENTITY JS60-version                 "60.8.0">-->
     122<!ENTITY JS68-version                 "68.10.0">
    123123<!ENTITY json-c-version               "0.14">
    124124<!ENTITY json-glib-version            "1.4.4">
Note: See TracChangeset for help on using the changeset viewer.