Changeset 57daeab9


Ignore:
Timestamp:
02/29/2020 05:57:53 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
779536a
Parents:
d2308280
Message:

Update to seamonkey-2.53.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    rd2308280 r57daeab9  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>February 29th, 2020</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to seamonkey-2.53.1. This has security fixes
     50          from several previous versions of firefox, and is a recommended
     51          upgrade. Fixes
     52          <ulink url="&blfs-ticket-root;13202">#13202</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4457    <listitem>
    4558      <para>February 28th, 2020</para>
  • packages.ent

    rd2308280 r57daeab9  
    887887<!ENTITY flashplayer-version          "27.0.0.187">
    888888<!ENTITY qupzilla-version             "2.2.6">
    889 <!ENTITY seamonkey-version            "2.49.5">
     889<!ENTITY seamonkey-version            "2.53.1">
    890890
    891891<!-- Chapter 41 -->
  • xsoft/graphweb/seamonkey.xml

    rd2308280 r57daeab9  
    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        "91f60a7aca6f8bc053ffddc7259ae4ec">
    10   <!ENTITY seamonkey-size          "221 MB">
    11   <!ENTITY seamonkey-buildsize     "5.6 GB (117 MB installed)">
    12   <!ENTITY seamonkey-time          "18 SBU (using parallelism=4)">
     9  <!ENTITY seamonkey-md5sum        "869232efee67a15922fe4c1493449b3f">
     10  <!ENTITY seamonkey-size          "756 MB">
     11  <!ENTITY seamonkey-buildsize     "6.9 GB (154 MB installed)">
     12  <!ENTITY seamonkey-time          "19 SBU (using parallelism=4)">
    1313]>
    1414
     
    105105      <xref linkend="autoconf213"/>,
    106106      both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
     107      <xref linkend="rust"/>,
    107108      <xref linkend="unzip"/>,
    108109      <xref linkend="yasm"/>, and
     
    114115      <xref linkend="icu"/>,
    115116      <xref linkend="libevent"/>,
    116       <xref linkend="libvpx"/>,
     117      <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox -->
    117118      <xref linkend="nspr"/>,
    118119      <xref linkend="nss"/>,
     
    216217ac_add_options --enable-system-sqlite
    217218ac_add_options --with-system-libevent
    218 ac_add_options --with-system-libvpx
    219219ac_add_options --with-system-nspr
    220220ac_add_options --with-system-nss
     
    236236ac_add_options --enable-install-strip
    237237
    238 ac_add_options --enable-gio
     238# not recognized since 2.53.1 - ac_add_options --enable-gio
    239239ac_add_options --enable-official-branding
    240 ac_add_options --enable-safe-browsing
    241 ac_add_options --enable-url-classifier
     240# not recognized since 2.53.1 - ac_add_options --enable-safe-browsing
     241# not recognized since 2.53.1 - ac_add_options --enable-url-classifier
    242242
    243243# From firefox-40 (and the corresponding version of seamonkey),
     
    263263    </para></note>
    264264
     265    <!--
    265266    <para>
    266267      <application>GCC-9</application> generates some false positives with
     
    270271    </para>
    271272
    272 <screen><userinput>grep -rl -- '-Werror=format' | xargs sed -i 's/error=format/no-&amp;/'</userinput></screen>
     273<screen><userinput>grep -rl - - '-Werror=format' | xargs sed -i 's/error=format/no-&amp;/'</userinput></screen>
     274    Does not seem to be needed anymore with 2.53.1 -renodr -->
    273275
    274276    <para>
     
    278280
    279281<screen><userinput>sed -i -e '/pid_t gettid/,+3 s@^@//@' mozilla/tools/profiler/core/platform.h</userinput></screen>
    280 
     282    <!-- Doesn't seem to be needed anymore with 2.53.1
    281283    <para>
    282284      Remove a search for an unneeded library:
     
    284286
    285287<screen><userinput>sed -i '/USE_LIBS/,+2 s/^/#/' mozilla/security/manager/ssl/moz.build</userinput></screen>
     288    -->
     289
     290    <para>
     291      Remove some unneeded files not removed during the release process:
     292    </para>
     293
     294<screen><userinput>rm -rf .git mozilla/.git</userinput></screen>
    286295
    287296    <para>
     
    322331unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
    323332-->
     333<!--
    324334    <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
    325335      All the Development Libraries and Headers
     
    340350      </para>
    341351    </note>
    342 
     352       Does not seem to be valid with 2.53.1-->
    343353  </sect2>
    344354
     
    444454        </seg>
    445455        <seg>
    446           /usr/include/seamonkey-&seamonkey-version; (optional),
    447           /usr/lib/seamonkey-&seamonkey-version;,
    448           /usr/lib/seamonkey-devel-&seamonkey-version; (optional), and
    449           /usr/share/idl/seamonkey-&seamonkey-version; (optional)
     456      <!--/usr/include/seamonkey-&seamonkey-version; (optional),-->
     457          /usr/lib/seamonkey-&seamonkey-version;
     458      <!--/usr/lib/seamonkey-devel-&seamonkey-version; (optional), and
     459          /usr/share/idl/seamonkey-&seamonkey-version; (optional)-->
    450460        </seg>
    451461      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.