Changeset 3bf5de79


Ignore:
Timestamp:
11/15/2020 08:40:47 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
44a03dd
Parents:
544b6a3
Message:

seamonkey-2.53.5

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

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r544b6a3 r3bf5de79  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 13th, &year;">
     9<!ENTITY releasedate  "November 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r544b6a3 r3bf5de79  
    4343    -->
    4444    <listitem>
     45      <para>November 15th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to seamonkey-2.53.5. Fixes
     49          <ulink url="&blfs-ticket-root;14246">#14246</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 13th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r544b6a3 r3bf5de79  
    917917<!ENTITY flashplayer-version          "27.0.0.187">
    918918<!ENTITY qupzilla-version             "2.2.6">
    919 <!ENTITY seamonkey-version            "2.53.4">
     919<!ENTITY seamonkey-version            "2.53.5">
    920920
    921921<!-- Chapter 41 -->
  • xsoft/graphweb/seamonkey.xml

    r544b6a3 r3bf5de79  
    77  <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
    88  <!ENTITY seamonkey-download-ftp " ">
    9   <!ENTITY seamonkey-md5sum        "bbf02af3586f1d488e77517f8cd9f439">
    10   <!ENTITY seamonkey-size          "281 MB">
    11   <!ENTITY seamonkey-buildsize     "6.8 GB (145 MB installed)">
    12   <!ENTITY seamonkey-time          "18 SBU (on a 4-core machine)">
     9  <!ENTITY seamonkey-md5sum        "7d3e4e15da9d78ae756d9403982111f0">
     10  <!ENTITY seamonkey-size          "273 MB">
     11  <!ENTITY seamonkey-buildsize     "6.9 GB (149 MB installed)">
     12  <!ENTITY seamonkey-time          "19 SBU (on a 4-core machine)">
    1313]>
    1414
     
    8181    </itemizedlist>
    8282
    83     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     83<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8484    <itemizedlist spacing="compact">
    8585      <listitem>
     
    8989        </para>
    9090      </listitem>
    91     </itemizedlist>
     91    </itemizedlist>-->
    9292
    9393    <note>
     
    117117      <xref linkend="libevent"/>,
    118118      <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox -->
     119      <xref linkend="libwebp"/>
     120      <xref linkend="nasm"/>,
    119121      <xref linkend="nspr"/>,
    120       <xref linkend="nss"/>,
    121       <xref linkend="pulseaudio"/>, and
    122       <xref linkend="sqlite"/>
     122      <xref linkend="nss"/>, and
     123      <xref linkend="pulseaudio"/>
     124      <!-- <xref linkend="sqlite"/> system version no longer supported -->
    123125    </para>
    124126<!--
     
    213215# Comment out following option if you have gconf installed
    214216ac_add_options --disable-gconf
    215 
     217<!-- comments cause a blank line, following was for icu in the past
     218     seems OK with icu-60, seamonkey-2.49
     219     line below was with comment and explanation
     220# Use the internal version of icu due to execution problems-->
    216221# Comment out following options if you have not installed
    217222# recommended dependencies:
    218 ac_add_options --enable-system-sqlite
     223ac_add_options --with-system-icu
    219224ac_add_options --with-system-libevent
    220225ac_add_options --with-system-nspr
    221226ac_add_options --with-system-nss
    222 ac_add_options --with-system-icu
    223 <!-- seems OK with icu-60, seamonkey-2.49
    224 # Use the internal version of icu due to execution problems-->
     227ac_add_options --with-system-webp
    225228
    226229# The BLFS editors recommend not changing anything below this line:
     
    271274    </note>
    272275
    273     <para>
     276<!--<para>
    274277      Apply a patch to fix a 0day vulnerability in Seamonkey:
    275278    </para>
     
    283286    </para>
    284287
    285 <screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>
     288<screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
    286289
    287290    <para>
Note: See TracChangeset for help on using the changeset viewer.