Changeset 0d4a7b68


Ignore:
Timestamp:
06/01/2021 06:28:53 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:
9d11bbb7
Parents:
20e9b21
Message:

Firefox-78.11.0 (security fixes) and JS79.11.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    r20e9b21 r0d4a7b68  
    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        "0aa9c735305304373f9fddc35c56e81b">
    17   <!ENTITY js78-size          "319 MB">
     16  <!ENTITY js78-md5sum        "8a73fc5839fdea9f89c176cfce9f5fc9">
     17  <!ENTITY js78-size          "318 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.6 SBU (on a 4-core machine with parallelism=4)">
    2020]>
    2121
     
    182182
    183183    <para>
    184       To run JS test suite, issue:
     184      To run the JS test suite, issue:
    185185      <command>make -C js/src check-jstests
    186186      JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
     
    196196      ten or fourteen JS tests related to locale and timezone fail,
    197197      because of an issue with recent versions of <xref linkend="icu"/>.
     198    </para>
     199    <para>
    198200      To run the JIT test suite, issue:
    199201      <command>make -C js/src check-jit-test
    200       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
     202      JITTEST_EXTRA_ARGS="--timeout 300"</command>. One test may fail.
    201203    </para>
    202204
  • introduction/welcome/changelog.xml

    r20e9b21 r0d4a7b68  
    4343    -->
    4444    <listitem>
     45      <para>June 1st, 2021</para>
     46      <itemizedlist>
     47       <listitem>
     48          <para>[ken] - Update to firefox-78.11.0esr (security fixes) and
     49          JS-78.11.0. Fixes
     50          <ulink url="&blfs-ticket-root;15098">#15098</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>May 31st, 2021</para>
    4657      <itemizedlist>
  • packages.ent

    r20e9b21 r0d4a7b68  
    924924<!ENTITY falkon-minor-version         "0">
    925925<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    926 <!ENTITY firefox-version              "78.10.1">
     926<!ENTITY firefox-version              "78.11.0">
    927927<!ENTITY flashplayer-version          "27.0.0.187">
    928928<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r20e9b21 r0d4a7b68  
    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        "0aa9c735305304373f9fddc35c56e81b">
    10   <!ENTITY firefox-size          "319 MB">
     9  <!ENTITY firefox-md5sum        "8a73fc5839fdea9f89c176cfce9f5fc9">
     10  <!ENTITY firefox-size          "318 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 -->
     
    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          "30 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "28 SBU (on a 4-core machine) without tests">
    1818]>
    1919
     
    7575    </itemizedlist>
    7676
    77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
    7979      <listitem>
     
    8383        </para>
    8484      </listitem>
    85     </itemizedlist>
     85    </itemizedlist>-->
    8686
    8787    <note>
     
    302302    </para>
    303303
    304     <para>
     304<!--<para>
    305305      Apply a patch that prevent a crash when opening HTML videos if
    306306      compiling against rust-1.52.0 or higher:
    307307    </para>
    308308
    309 <screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-rust1520-1.patch</userinput></screen>
     309<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-rust1520-1.patch</userinput></screen>-->
    310310
    311311    <para>
Note: See TracChangeset for help on using the changeset viewer.