Author: ken
Date: Tue Oct 23 12:45:37 2018
New Revision: 20647

Log:
Update to firefox-63.0.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Oct 22 07:16:01 2018        (r20646)
+++ trunk/BOOK/general.ent      Tue Oct 23 12:45:37 2018        (r20647)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "23">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 21st, &year;">
+<!ENTITY releasedate  "October 23rd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Oct 22 07:16:01 
2018        (r20646)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Oct 23 12:45:37 
2018        (r20647)
@@ -42,6 +42,16 @@
     </listitem>
 -->
     <listitem>
+      <para>October 23rd, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Update to firefox-63.0 [security fix]. Fixes
+          <ulink url="&blfs-ticket-root;11277">#11277</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 21st, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Oct 22 07:16:01 2018        (r20646)
+++ trunk/BOOK/packages.ent     Tue Oct 23 12:45:37 2018        (r20647)
@@ -744,7 +744,7 @@
 <!ENTITY chromium-version             "64.0.3282.186">
 <!ENTITY epiphany-version             "3.28.3.1">
 <!ENTITY falkon-version               "3.0.1">
-<!ENTITY firefox-version              "62.0.3">
+<!ENTITY firefox-version              "63.0">
 <!ENTITY flashplayer-version          "27.0.0.187">
 <!ENTITY qupzilla-version             "2.2.6">
 <!ENTITY seamonkey-version            "2.49.4">

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Mon Oct 22 07:16:01 2018        
(r20646)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Tue Oct 23 12:45:37 2018        
(r20647)
@@ -6,12 +6,12 @@
 
   <!ENTITY firefox-download-http 
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
   <!ENTITY firefox-download-ftp  " ">
-  <!ENTITY firefox-md5sum        "01378ce8811bb595a06d0127608feacb">
-  <!ENTITY firefox-size          "248 MB">
+  <!ENTITY firefox-md5sum        "17f6cea22026840dfa255190a7cec1e2">
+  <!ENTITY firefox-size          "254 MB">
   <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
     But the extra cached cargo files, if any, seem to be minimal -->
-  <!ENTITY firefox-buildsize     "9.5 GB (142 MB installed) without tests">
-  <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
+  <!ENTITY firefox-buildsize     "9.9 GB (141 MB installed) without tests">
+  <!ENTITY firefox-time          "30 SBU (with parallelism=4) without tests">
 ]>
 
 <sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@@ -134,6 +134,7 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="autoconf213"/>,
+      <xref linkend="cbindgen"/>,
       <application>Clang</application> (from <xref linkend="llvm"/>),
       both <xref linkend="gtk3"/> and
       <xref linkend="gtk2"/>,
@@ -154,7 +155,8 @@
     <para role="recommended">
       <xref linkend="icu"/>,
       <xref linkend="libevent"/>,
-      <xref linkend="libvpx"/>, and
+      <xref linkend="libvpx"/>,
+      <xref linkend="nodejs"/>, and
       <xref linkend="sqlite"/>
     </para>
 
@@ -240,6 +242,10 @@
 # If you have installed GConf, comment out this line
 ac_add_options --disable-gconf
 
+# Uncomment this if you have not installed nodejs
+# but note that nodejs will be required in firefox-64 
+#ac_add_options --disable-nodejs 
+
 # From firefox-61, the stylo CSS code can no-longer be disabled
 
 # Comment out following options if you have not installed
-- 
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