Changeset 98484411


Ignore:
Timestamp:
05/14/2017 10:48:16 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
be0bd12
Parents:
c7ef815
Message:

Update to firefox-53.0.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc7ef815 r98484411  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to firefox-53.0.2. Fixes
     49          <ulink url="&blfs-ticket-root;9205">#9205</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Update to make-ca.sh-20170514.</para>
    4953        </listitem>
  • packages.ent

    rc7ef815 r98484411  
    707707<!-- Chapter 43 -->
    708708<!ENTITY chromium-version             "58.0.3029.96">
    709 <!ENTITY firefox-version              "53.0">
     709<!ENTITY firefox-version              "53.0.2">
    710710<!ENTITY flashplayer-version          "25.0.0.148">
    711711<!ENTITY seamonkey-version            "2.46">
  • xsoft/graphweb/firefox.xml

    rc7ef815 r98484411  
    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        "73175f850d4ff6068c6af674df20477c">
    10   <!ENTITY firefox-size          "204 MB">
    11   <!ENTITY firefox-buildsize     "4.8 GB (95 MB installed)">           
    12   <!ENTITY firefox-time          "16 SBU (with parallelism=4)">         
     9  <!ENTITY firefox-md5sum        "bf4643f9a95f13adf8336532490ea3d2">
     10  <!ENTITY firefox-size          "205 MB">
     11  <!ENTITY firefox-buildsize     "5.3 GB (111 MB installed)">           
     12  <!ENTITY firefox-time          "17 SBU (with parallelism=4)">         
    1313]>
    1414
     
    3636
    3737    &lfs80_checked;
     38    &gcc7_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    211212ac_add_options --disable-necko-wifi
    212213
    213 # Uncomment this option if you wish to build with gtk+-2
    214 #ac_add_options --enable-default-toolkit=cairo-gtk2
    215 
    216214# Uncomment these lines if you have installed optional dependencies:
    217215#ac_add_options --enable-system-hunspell
     
    253251ac_add_options --disable-tests
    254252
    255 ac_add_options --enable-optimize
     253# Full optimization is broken with gcc7
     254ac_add_options --enable-optimize="-O2"
    256255
    257256ac_add_options --enable-gio
Note: See TracChangeset for help on using the changeset viewer.