Changeset 37bf7b1


Ignore:
Timestamp:
03/21/2017 01:13:08 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
84a9efa
Parents:
ae0f6ec0
Message:

firefox-52.0.1. Thanks to Bruce for his comments on what tar is doing. I've reduced the text on the SBU because on a less-powerful AMD CPU where single-threading is slow, the build was only 13 SBU with -j4.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rae0f6ec0 r37bf7b1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to firefox-52.0.1. Fixes
     49          <ulink url="&blfs-ticket-root;9032">#9032</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to qupzilla-2.1.2. Fixes
    4953          <ulink url="&blfs-ticket-root;9030">#9030</ulink>.</para>
  • packages.ent

    rae0f6ec0 r37bf7b1  
    695695<!-- Chapter 43 -->
    696696<!ENTITY chromium-version             "57.0.2987.110">
    697 <!ENTITY firefox-version              "52.0">
     697<!ENTITY firefox-version              "52.0.1">
    698698<!ENTITY flashplayer-version          "25.0.0.127">
    699699<!ENTITY seamonkey-version            "2.46">
  • xsoft/graphweb/firefox.xml

    rae0f6ec0 r37bf7b1  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp " ">
    9   <!ENTITY firefox-md5sum        "76cf84d46590f60f13b0b3dda65d19ae">
    10   <!ENTITY firefox-size          "203 MB">
     9  <!ENTITY firefox-md5sum        "5374ed76d3bd5a2c1254b2d3997768a9">
     10  <!ENTITY firefox-size          "202 MB">
    1111  <!ENTITY firefox-buildsize     "4.8 GB (94 MB installed)">
    12   <!ENTITY firefox-time          "14 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)">
     12  <!ENTITY firefox-time          "14 SBU (with parallelism=4)">
    1313]>
    1414
     
    8686        The tarball <emphasis>firefox-&firefox-version;.source.tar.xz</emphasis>
    8787        will untar to <emphasis>firefox-&firefox-version;</emphasis> directory.
    88         However, if you do this in a directory where the sticky bit is set, such
     88        It will also reset the permissions of the current directory to 0755 if you
     89        have permisison to do that. If you do this in a directory where
     90        the sticky bit is set, such
    8991        as <filename class="directory">/tmp</filename> it will end with error
    9092        messages:
Note: See TracChangeset for help on using the changeset viewer.