Changes in / [9d11bbb7:b1c3841]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    r9d11bbb7 rb1c3841  
    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        "8a73fc5839fdea9f89c176cfce9f5fc9">
    17   <!ENTITY js78-size          "318 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.6 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
    2020]>
    2121
     
    182182
    183183    <para>
    184       To run the JS test suite, issue:
     184      To run 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>
    200198      To run the JIT test suite, issue:
    201199      <command>make -C js/src check-jit-test
    202       JITTEST_EXTRA_ARGS="--timeout 300"</command>. One test may fail.
     200      JITTEST_EXTRA_ARGS="--timeout 300"</command>.
    203201    </para>
    204202
  • introduction/welcome/changelog.xml

    r9d11bbb7 rb1c3841  
    4949          util-linux (in LFS).</para>
    5050        </listitem>
    51         <listitem>
    52           <para>[ken] - Update to firefox-78.11.0esr (security fixes) and
    53           JS-78.11.0. Fixes
    54           <ulink url="&blfs-ticket-root;15098">#15098</ulink>.</para>
    55         </listitem>
    5651      </itemizedlist>
    5752    </listitem>
  • packages.ent

    r9d11bbb7 rb1c3841  
    926926<!ENTITY falkon-minor-version         "0">
    927927<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    928 <!ENTITY firefox-version              "78.11.0">
     928<!ENTITY firefox-version              "78.10.1">
    929929<!ENTITY flashplayer-version          "27.0.0.187">
    930930<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r9d11bbb7 rb1c3841  
    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        "8a73fc5839fdea9f89c176cfce9f5fc9">
    10   <!ENTITY firefox-size          "318 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 -->
     
    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
     
    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.