Author: ken
Date: Sun Nov 15 00:40:47 2020
New Revision: 23901

Log:
seamonkey-2.53.5

Changed recommended deps - remove sqlite3, add libwebp.
Also moved them into order in the mozconfig.

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

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Nov 14 11:20:40 2020        (r23900)
+++ trunk/BOOK/general.ent      Sun Nov 15 00:40:47 2020        (r23901)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "13">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "November 13th, &year;">
+<!ENTITY releasedate  "November 15th, &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       Sat Nov 14 11:20:40 
2020        (r23900)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Nov 15 00:40:47 
2020        (r23901)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>November 15th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Update to seamonkey-2.53.5. Fixes
+          <ulink url="&blfs-ticket-root;14246">#14246</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 13th, 2020</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Nov 14 11:20:40 2020        (r23900)
+++ trunk/BOOK/packages.ent     Sun Nov 15 00:40:47 2020        (r23901)
@@ -916,7 +916,7 @@
 <!ENTITY firefox-version              "78.4.1">
 <!ENTITY flashplayer-version          "27.0.0.187">
 <!ENTITY qupzilla-version             "2.2.6">
-<!ENTITY seamonkey-version            "2.53.4">
+<!ENTITY seamonkey-version            "2.53.5">
 
 <!-- Chapter 41 -->
 <!ENTITY balsa-version                "2.5.11">

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml     Sat Nov 14 11:20:40 2020        
(r23900)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml     Sun Nov 15 00:40:47 2020        
(r23901)
@@ -6,10 +6,10 @@
 
   <!ENTITY seamonkey-download-http 
"&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
   <!ENTITY seamonkey-download-ftp " ">
-  <!ENTITY seamonkey-md5sum        "bbf02af3586f1d488e77517f8cd9f439">
-  <!ENTITY seamonkey-size          "281 MB">
-  <!ENTITY seamonkey-buildsize     "6.8 GB (145 MB installed)">
-  <!ENTITY seamonkey-time          "18 SBU (on a 4-core machine)">
+  <!ENTITY seamonkey-md5sum        "7d3e4e15da9d78ae756d9403982111f0">
+  <!ENTITY seamonkey-size          "273 MB">
+  <!ENTITY seamonkey-buildsize     "6.9 GB (149 MB installed)">
+  <!ENTITY seamonkey-time          "19 SBU (on a 4-core machine)">
 ]>
 
 <sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
@@ -80,7 +80,7 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
@@ -88,7 +88,7 @@
           <ulink 
url="&patch-root;/seamonkey-&seamonkey-version;-security_fixes-1.patch"/>
         </para>
       </listitem>
-    </itemizedlist>
+    </itemizedlist>-->
 
     <note>
       <para>
@@ -116,10 +116,12 @@
       <xref linkend="icu"/>,
       <xref linkend="libevent"/>,
       <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox 
-->
+      <xref linkend="libwebp"/>
+      <xref linkend="nasm"/>,
       <xref linkend="nspr"/>, 
-      <xref linkend="nss"/>,
-      <xref linkend="pulseaudio"/>, and
-      <xref linkend="sqlite"/>
+      <xref linkend="nss"/>, and
+      <xref linkend="pulseaudio"/>
+      <!-- <xref linkend="sqlite"/> system version no longer supported -->
     </para>
 <!--
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -212,16 +214,17 @@
 
 # Comment out following option if you have gconf installed
 ac_add_options --disable-gconf
-
+<!-- comments cause a blank line, following was for icu in the past
+     seems OK with icu-60, seamonkey-2.49
+     line below was with comment and explanation
+# Use the internal version of icu due to execution problems-->
 # Comment out following options if you have not installed
 # recommended dependencies:
-ac_add_options --enable-system-sqlite
+ac_add_options --with-system-icu
 ac_add_options --with-system-libevent
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
-ac_add_options --with-system-icu
-<!-- seems OK with icu-60, seamonkey-2.49
-# Use the internal version of icu due to execution problems-->
+ac_add_options --with-system-webp
 
 # The BLFS editors recommend not changing anything below this line:
 ac_add_options --prefix=/usr
@@ -270,7 +273,7 @@
       </para>
     </note>
 
-    <para>
+<!--<para>
       Apply a patch to fix a 0day vulnerability in Seamonkey:
     </para>
 
@@ -282,7 +285,7 @@
       Remove a deprecated include which breaks the build with glibc-2.32:
     </para>
 
-<screen><userinput>sed /sysctl/d -i 
mozilla/memory/build/mozjemalloc.cpp</userinput></screen>
+<screen><userinput>sed /sysctl/d -i 
mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
 
     <para>
       Compile <application>SeaMonkey</application> by running the following
-- 
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