Changeset 94d8583


Ignore:
Timestamp:
02/27/2015 12:56:59 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
76b8abe
Parents:
b379ac51
Message:

firefox-36.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb379ac51 r94d8583  
    4848      <para>February 26th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to firefox-36.0. Fixes
     52          <ulink url="&blfs-ticket-root;6170">#6170</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to mpg123-1.22.0. Fixes
  • packages.ent

    rb379ac51 r94d8583  
    591591<!-- Chapter 35 -->
    592592<!ENTITY seamonkey-version            "2.32.1">
    593 <!ENTITY firefox-version              "35.0.1">
     593<!ENTITY firefox-version              "36.0">
    594594
    595595<!-- Chapter 36 -->
  • xsoft/graphweb/firefox.xml

    rb379ac51 r94d8583  
    99  <!ENTITY firefox-download-ftp
    1010           "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "82eda528e4570b181aadcee602afda2d">
    12   <!ENTITY firefox-size          "168 MB">
    13   <!ENTITY firefox-buildsize     "5.2 GB (78 MB installed)">
    14   <!ENTITY firefox-time          "85 SBU">
     11  <!ENTITY firefox-md5sum        "74190b0302782a5d25532def423355a7">
     12  <!ENTITY firefox-size          "172 MB">
     13  <!ENTITY firefox-buildsize     "3.3 GB (74 MB installed, also requires up to 1.7GB of virtual memory for linking during the build)">
     14  <!ENTITY firefox-time          "25 SBU">
    1515]>
    1616
     
    130130      <xref linkend="gst10-libav"/> at runtime),
    131131      <xref linkend="libnotify"/>,
     132      <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
    132133      <xref linkend="openjdk"/>,
    133134      <xref linkend="pulseaudio"/>,
     
    228229EOF</userinput></screen>
    229230
     231    <!-- this problem seems to have gone with 36.0
    230232    <note><para>
    231233      There is a problem on i686 systems when building
    232234      <application>Firefox</application> with <application>gcc</application>
    233235      versions ranging from 4.8 to 4.9.1 and using the switch
    234       <quote>--enable-optimize</quote>. There are two alternatives. The best
     236      <quote>\-\-enable-optimize</quote>. There are two alternatives. The best
    235237      one is to upgrade <application>gcc</application> to version 4.9.2 or later
    236238      because it will give better perfomance and smaller binaries.  However, if
     
    239241
    240242<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/&amp;=-O2/' mozconfig || true</userinput></screen>
    241     </note>
     243    </note>-->
    242244
    243245    <para>
Note: See TracChangeset for help on using the changeset viewer.