Changeset 89d7ee1


Ignore:
Timestamp:
01/25/2021 10:58:05 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:
657b29e1
Parents:
200c089
Message:

Update to firefox-78.7.0 and JS78.7.0.

I think that both of these contain security fixes,
release notes are not due until tomorrow.

For firefox I've separated the configure stage,
when I first used mach I did not know that could be done.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    r200c089 r89d7ee1  
    88  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    99  <!ENTITY js78-download-ftp  " ">
    10   <!ENTITY js78-md5sum        "e573693287da352bfdaba80fcdfd1d43">
     10  <!ENTITY js78-md5sum        "b8e719da9b66ab4184e4c02b6f7056cf">
    1111  <!ENTITY js78-size          "318 MB">
    1212  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 35MB static lib)">
  • introduction/welcome/changelog.xml

    r200c089 r89d7ee1  
    4545      <para>January 25th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-78.7.0 and JS 78.7.0.  Both
     49          appear to contain security fixes. Fixes
     50          <ulink url="&blfs-ticket-root;14564">#14564</ulink>.</para>
     51        </listitem>
    4752       <listitem>
    4853          <para>[timtas] - Update to evince-3.38.1. Fixes
  • packages.ent

    r200c089 r89d7ee1  
    915915<!ENTITY falkon-minor-version         "0">
    916916<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    917 <!ENTITY firefox-version              "78.6.1">
     917<!ENTITY firefox-version              "78.7.0">
    918918<!ENTITY flashplayer-version          "27.0.0.187">
    919919<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r200c089 r89d7ee1  
    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        "e573693287da352bfdaba80fcdfd1d43">
     9  <!ENTITY firefox-md5sum        "b8e719da9b66ab4184e4c02b6f7056cf">
    1010  <!ENTITY firefox-size          "318 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
     
    368368<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
    369369export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
     370./mach configure                           &amp;&amp;
    370371./mach build</userinput></screen>
    371372
Note: See TracChangeset for help on using the changeset viewer.