Author: ken
Date: Thu Sep 24 13:34:11 2015
New Revision: 16457

Log:
firefox-41.0

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/databases/sqlite.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 24 13:08:04 
2015        (r16456)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 24 13:34:11 
2015        (r16457)
@@ -44,6 +44,20 @@
 
 -->
     <listitem>
+      <para>September 24th, 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Update to Firefox-41.0. Fixes
+          <ulink url="&blfs-ticket-root;6971">#6971</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[ken] - Add an extra define to the sqlite instructions,
+          for firefox-41.0.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 21st, 2015</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Sep 24 13:08:04 2015        (r16456)
+++ trunk/BOOK/packages.ent     Thu Sep 24 13:34:11 2015        (r16457)
@@ -631,7 +631,7 @@
 
 <!-- Chapter 43 -->
 <!ENTITY seamonkey-version            "2.35">
-<!ENTITY firefox-version              "40.0.3">
+<!ENTITY firefox-version              "41.0">
 
 <!-- Chapter 44 -->
 <!ENTITY balsa-version                "2.5.2">

Modified: trunk/BOOK/server/databases/sqlite.xml
==============================================================================
--- trunk/BOOK/server/databases/sqlite.xml      Thu Sep 24 13:08:04 2015        
(r16456)
+++ trunk/BOOK/server/databases/sqlite.xml      Thu Sep 24 13:34:11 2015        
(r16457)
@@ -129,7 +129,8 @@
             CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
             -DSQLITE_ENABLE_COLUMN_METADATA=1     \
             -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
-            -DSQLITE_SECURE_DELETE=1" &amp;&amp;
+            -DSQLITE_SECURE_DELETE=1              \
+            -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -161,9 +162,11 @@
     <para>
       <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
       -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
-      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as
-      <application>Firefox</application> require secure delete and enable 
unlock
-      notify to be turned on. The only way to do this is to include them in the
+      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 
-DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>:
+      Applications such as <application>Firefox</application> require secure
+      delete and enable unlock notify to be turned on.  Since
+      <application>firefox-41</application> the dbstat virtual table is also
+      required. The only way to do this is to include them in the
       CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
       specify that to preserve those settings. You may, of course, wish to omit
       the <literal>'-g'</literal> if you do not wish to create debugging

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Thu Sep 24 13:08:04 2015        
(r16456)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Thu Sep 24 13:34:11 2015        
(r16457)
@@ -4,14 +4,14 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY firefox-download-http 
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
+  <!ENTITY firefox-download-http 
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
 <!-- 550 Permission denied.
   <!ENTITY firefox-download-ftp 
"&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
 -->
   <!ENTITY firefox-download-ftp " ">
-  <!ENTITY firefox-md5sum        "26a64a80cbd5b77d3b0d9734bff5bbad">
-  <!ENTITY firefox-size          "171 MB">
-  <!ENTITY firefox-buildsize     "3.8 GB (75 MB installed)">
-  <!ENTITY firefox-time          "7.7 SBU (using parallelism=8)">
+  <!ENTITY firefox-md5sum        "81324515c2f562db8c4800ebafaa5d25">
+  <!ENTITY firefox-size          "153 MB">
+  <!ENTITY firefox-buildsize     "4.0 GB (77 MB installed)">
+  <!ENTITY firefox-time          "39 SBU">
 ]>
 
 <sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@@ -216,7 +216,9 @@
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-url-classifier
 
-ac_add_options --enable-system-cairo
+# From firefox-40, using system cairo causes firefox to crash
+# frequently when it is doing background rendering in a tab.
+#ac_add_options --enable-system-cairo
 ac_add_options --enable-system-ffi
 ac_add_options --enable-system-pixman
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to