Changeset ca73053a


Ignore:
Timestamp:
05/09/2021 09:28:41 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
a2b672b
Parents:
ce960d7
Message:

Firefox-78.10.1 and JS-78.10.1.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rce960d7 rca73053a  
    1414  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    1515  <!ENTITY js78-download-ftp  " ">
    16   <!ENTITY js78-md5sum        "b81fc212639eab6a20c0a262e2eee302">
    17   <!ENTITY js78-size          "320 MB">
     16  <!ENTITY js78-md5sum        "0aa9c735305304373f9fddc35c56e81b">
     17  <!ENTITY js78-size          "319 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.5 SBU (on a 4-core machine)">
     19  <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
    2020]>
    2121
     
    160160        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161161         href="../../xincludes/mozconfigure.xml"/>
     162
     163        <para>
     164          Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
     165          the rust code will use all processors.
     166        </para>
    162167     </note>
    163168
     
    190195      Depending on the machine, either
    191196      ten or fourteen JS tests related to locale and timezone fail,
    192       because of an issue in <xref linkend="icu"/>.
     197      because of an issue with recent versions of <xref linkend="icu"/>.
    193198      To run the JIT test suite, issue:
    194199      <command>make -C js/src check-jit-test
    195       JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests
    196       may show as unexpected failures.
     200      JITTEST_EXTRA_ARGS="--timeout 300"</command>.
    197201    </para>
    198202
  • introduction/welcome/changelog.xml

    rce960d7 rca73053a  
    4646     <para>May 9th, 2021</para>
    4747     <itemizedlist>
     48       <listitem>
     49         <para>[ken] - Update to firefox-78.10.1 and js78.10.1. Fixes
     50         <ulink url="&blfs-ticket-root;14995">#14995</ulink>.</para>
     51       </listitem>
    4852       <listitem>
    4953         <para>[ken] - Fix seamonkey build breakage with rust-1.52.0.</para>
  • packages.ent

    rce960d7 rca73053a  
    922922<!ENTITY falkon-minor-version         "0">
    923923<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    924 <!ENTITY firefox-version              "78.10.0">
     924<!ENTITY firefox-version              "78.10.1">
    925925<!ENTITY flashplayer-version          "27.0.0.187">
    926926<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    rce960d7 rca73053a  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "b81fc212639eab6a20c0a262e2eee302">
    10   <!ENTITY firefox-size          "320 MB">
     9  <!ENTITY firefox-md5sum        "0aa9c735305304373f9fddc35c56e81b">
     10  <!ENTITY firefox-size          "319 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "5.2 GB (187 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "5.2 GB (186 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "28 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "30 SBU (on a 4-core machine) without tests">
    1818]>
    1919
Note: See TracChangeset for help on using the changeset viewer.