Changeset 393517d3


Ignore:
Timestamp:
11/16/2020 09:29:32 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
14ff5ee
Parents:
71654ad
Message:

Firefox-78.5.0 and JS78-78.5.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    r71654ad r393517d3  
    99  <!ENTITY js78-download-ftp  " ">
    1010  <!-- 78.4.1 -->
    11   <!ENTITY js78-md5sum        "ec12a707c129a98fb957e4123eadce84">
     11  <!ENTITY js78-md5sum        "154f790f56b0a7aa344947c45accad5d">
    1212  <!ENTITY js78-size          "319 MB">
    13   <!ENTITY js78-buildsize     "2.9 GB (36 MB installed after removing 35MB static lib)">
     13  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 35MB static lib)">
    1414  <!ENTITY js78-time          "2.5 SBU (with parallelism = 4)">
    1515]>
     
    187187      It's recommended to redirect the output into a log.
    188188      <!-- recheck when ICU gets upgraded -->
    189       Fourteen JS tests related to locale and timezone are known to fail,
     189      <!-- ken: removed "are known to fail' becasue there are
     190       4096 known failures, these icu items are unexpected failures
     191       and I found the wording confusing  -->
     192      Ten JS tests related to locale and timezone fail,
    190193      because of an issue in <xref linkend="icu"/>.
    191       To run JIT test suite, issue:
     194      To run the JIT test suite, issue:
    192195      <command>make -C js/src check-jit-test
    193       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
     196      JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests
     197      may show as unexpected failures.
    194198    </para>
    195199
  • introduction/welcome/changelog.xml

    r71654ad r393517d3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to Firefox-78.5.0 and JS78-78.5.0. Fixes
     49          <ulink url="&blfs-ticket-root;14250">#14250</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to paxmirabilis-20201030 (pax). Fixes
    4953          <ulink url="&blfs-ticket-root;14248">#14248</ulink>.</para>
  • packages.ent

    r71654ad r393517d3  
    914914<!ENTITY falkon-minor-version         "0">
    915915<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    916 <!ENTITY firefox-version              "78.4.1">
     916<!ENTITY firefox-version              "78.5.0">
    917917<!ENTITY flashplayer-version          "27.0.0.187">
    918918<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r71654ad r393517d3  
    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        "ec12a707c129a98fb957e4123eadce84">
     9  <!ENTITY firefox-md5sum        "154f790f56b0a7aa344947c45accad5d">
    1010  <!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.0 GB (185 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "5.1 GB (185 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
     
    7676    </itemizedlist>
    7777
    78     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7979    <itemizedlist spacing="compact">
    8080      <listitem>
     
    8484        </para>
    8585      </listitem>
    86     </itemizedlist>
     86    </itemizedlist>-->
    8787
    8888    <note>
     
    305305     <para>
    306306       In the esr version of firefox-78, the code to ensure that add-ons
    307        are signed by the trused root has been disabled, presumably for
     307       are signed by the trusted root has been disabled, presumably for
    308308       organizations which require their own add-ons. To enable it as an
    309309       added security measure issue the following command:
     
    356356esac</userinput></screen>
    357357    -->
    358     <para>
     358<!--<para>
    359359      Apply a patch to allow this to be compiled with <xref linkend="rust"/>:
    360360    </para>
    361361
    362 <screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>
     362<screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>-->
    363363
    364364    <para>
Note: See TracChangeset for help on using the changeset viewer.