Changeset 2c5bbb8


Ignore:
Timestamp:
03/23/2021 04:36:17 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:
756a787
Parents:
639a5b9
Message:

Firefox-78.9.0 and JS78.9.0.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r639a5b9 r2c5bbb8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 22nd, &year;">
     9<!ENTITY releasedate  "March 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/js78.xml

    r639a5b9 r2c5bbb8  
    77<!-- for when firefox and js78 use same version
    88  <!ENTITY ff78-version       "&firefox-version;">
    9   and when they are on differnet versions - keep this for when
     9  and when they are on different versions - keep this for when
    1010  we have moved to next firefox-esr (ff-91) and JS  has not moved
    1111  <!ENTITY ff78-version       "&JS78-version;"> -->
     
    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        "04858eb8431d560e62189878d1abb7bd">
    17   <!ENTITY js78-size          "316 MB">
    18   <!ENTITY js78-buildsize     "2.9 GB (36 MB installed after removing 35MB static lib)">
    19   <!ENTITY js78-time          "2.2 SBU (with parallelism = 4)">
     16  <!ENTITY js78-md5sum        "10529ea05d2a1b46eb239330a3ae5471">
     17  <!ENTITY js78-size          "318 MB">
     18  <!ENTITY js78-buildsize     "2.0 GB (36 MB installed after removing 34MB static lib)">
     19  <!ENTITY js78-time          "2.0 SBU (on a 4-core machine)">
    2020]>
    2121
  • introduction/welcome/changelog.xml

    r639a5b9 r2c5bbb8  
    4343    -->
    4444    <listitem>
     45      <para>March 23nd, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-78.9.0 and JS-78.9.0 (security fixes).
     49          Fixes <ulink url="&blfs-ticket-root;14804">#14804</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 22nd, 2021</para>
    4656      <itemizedlist>
  • packages.ent

    r639a5b9 r2c5bbb8  
    917917<!ENTITY falkon-minor-version         "0">
    918918<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    919 <!ENTITY firefox-version              "78.8.0">
     919<!ENTITY firefox-version              "78.9.0">
    920920<!ENTITY flashplayer-version          "27.0.0.187">
    921921<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r639a5b9 r2c5bbb8  
    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        "04858eb8431d560e62189878d1abb7bd">
    10   <!ENTITY firefox-size          "316 MB">
     9  <!ENTITY firefox-md5sum        "10529ea05d2a1b46eb239330a3ae5471">
     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 -->
    13   <!ENTITY firefox-buildsize     "5.1 GB (185 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "5.1 GB (187 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          "27 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "22 SBU (on a 4-core machine) without tests">
    1818]>
    1919
     
    386386    </para>
    387387
    388 <screen role="root"><userinput>./mach install                                                  &amp;&amp;
    389 
    390 mkdir -pv  /usr/lib/mozilla/plugins                             &amp;&amp;
    391 ln    -sfv ../../mozilla/plugins /usr/lib/firefox/browser/</userinput></screen>
     388<screen role="root"><userinput>./mach install</userinput></screen>
    392389
    393390    <para>
Note: See TracChangeset for help on using the changeset viewer.