Changeset f4fc636


Ignore:
Timestamp:
05/04/2020 11:04:25 PM (4 years ago)
Author:
Ken Moffat <ken@…>
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:
d9914a3
Parents:
d60738d
Message:

firefox-68.8.0 and similarly use it for JS68.

I have no explanation why the JS68 build (both were on same system as 68.7.0) became so much slower.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd60738d rf4fc636  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 3nd, &year;">
     9<!ENTITY releasedate  "May 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/js68.xml

    rd60738d rf4fc636  
    88  <!ENTITY js68-download-ftp  " ">
    99  <!-- FIXME (that gets a highlight) - md5sum and size should match firefox -->
    10   <!ENTITY firefox-md5sum     "a3e8676285f4fd7834ac16b1fee4e20c">
    11   <!ENTITY firefox-size       "298 MB">
     10  <!ENTITY firefox-md5sum     "12d50aaca2b5f32b49114f05187af342">
     11  <!ENTITY firefox-size       "299 MB">
    1212  <!ENTITY js68-buildsize     "2.8 GB (30 MB installed after removing 31MB static lib)">
    13   <!ENTITY js68-time          "1.6 SBU (with parallelism = 4)">
     13  <!ENTITY js68-time          "2.3 SBU (with parallelism = 4)">
    1414]>
    1515
  • introduction/welcome/changelog.xml

    rd60738d rf4fc636  
    4343    -->
    4444    <listitem>
     45      <para>May 4th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-68.8.0, also used for JS68. Fixes
     49          <ulink url="&blfs-ticket-root;13498">#13498</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 3rd, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    rd60738d rf4fc636  
    902902<!ENTITY falkon-minor-version         "0">
    903903<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    904 <!ENTITY firefox-version              "68.7.0"> <!-- also used for JS68 -->
     904<!ENTITY firefox-version              "68.8.0"> <!-- also used for JS68 -->
    905905<!ENTITY flashplayer-version          "27.0.0.187">
    906906<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    rd60738d rf4fc636  
    88  <!ENTITY firefox-download-ftp  " ">
    99  <!-- FIXME the version, md5sum and size should be shared with js68 -->
    10   <!ENTITY firefox-md5sum        "a3e8676285f4fd7834ac16b1fee4e20c">
    11   <!ENTITY firefox-size          "298 MB">
     10  <!ENTITY firefox-md5sum        "12d50aaca2b5f32b49114f05187af342">
     11  <!ENTITY firefox-size          "299 MB">
    1212  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1313    But the extra cached cargo files, if any, seem to be minimal -->
Note: See TracChangeset for help on using the changeset viewer.