Changeset 0bcaa9a6


Ignore:
Timestamp:
09/24/2015 08:34:11 PM (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.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:
19022367
Parents:
a243176b
Message:

firefox-41.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra243176b r0bcaa9a6  
    4444
    4545-->
     46    <listitem>
     47      <para>September 24th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Update to Firefox-41.0. Fixes
     51          <ulink url="&blfs-ticket-root;6971">#6971</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[ken] - Add an extra define to the sqlite instructions,
     55          for firefox-41.0.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
    4660    <listitem>
    4761      <para>September 21st, 2015</para>
  • packages.ent

    ra243176b r0bcaa9a6  
    632632<!-- Chapter 43 -->
    633633<!ENTITY seamonkey-version            "2.35">
    634 <!ENTITY firefox-version              "40.0.3">
     634<!ENTITY firefox-version              "41.0">
    635635
    636636<!-- Chapter 44 -->
  • server/databases/sqlite.xml

    ra243176b r0bcaa9a6  
    130130            -DSQLITE_ENABLE_COLUMN_METADATA=1     \
    131131            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
    132             -DSQLITE_SECURE_DELETE=1" &amp;&amp;
     132            -DSQLITE_SECURE_DELETE=1              \
     133            -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
    133134make</userinput></screen>
    134135
     
    162163      <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
    163164      -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
    164       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as
    165       <application>Firefox</application> require secure delete and enable unlock
    166       notify to be turned on. The only way to do this is to include them in the
     165      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>:
     166      Applications such as <application>Firefox</application> require secure
     167      delete and enable unlock notify to be turned on.  Since
     168      <application>firefox-41</application> the dbstat virtual table is also
     169      required. The only way to do this is to include them in the
    167170      CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
    168171      specify that to preserve those settings. You may, of course, wish to omit
  • xsoft/graphweb/firefox.xml

    ra243176b r0bcaa9a6  
    55  %general-entities;
    66
    7   <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     7  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88<!-- 550 Permission denied.
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "26a64a80cbd5b77d3b0d9734bff5bbad">
    12   <!ENTITY firefox-size          "171 MB">
    13   <!ENTITY firefox-buildsize     "3.8 GB (75 MB installed)">
    14   <!ENTITY firefox-time          "7.7 SBU (using parallelism=8)">
     11  <!ENTITY firefox-md5sum        "81324515c2f562db8c4800ebafaa5d25">
     12  <!ENTITY firefox-size          "153 MB">
     13  <!ENTITY firefox-buildsize     "4.0 GB (77 MB installed)">
     14  <!ENTITY firefox-time          "39 SBU">
    1515]>
    1616
     
    217217ac_add_options --enable-url-classifier
    218218
    219 ac_add_options --enable-system-cairo
     219# From firefox-40, using system cairo causes firefox to crash
     220# frequently when it is doing background rendering in a tab.
     221#ac_add_options --enable-system-cairo
    220222ac_add_options --enable-system-ffi
    221223ac_add_options --enable-system-pixman
Note: See TracChangeset for help on using the changeset viewer.