Changeset 03adc377


Ignore:
Timestamp:
04/07/2023 05:46:37 PM (13 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
a12730f
Parents:
676ee3a7
Message:

Update to seamonkey-2.53.16 (Security Update)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r676ee3a7 r03adc377  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[renodr] - Update to Seamonkey-2.53.16 (Security Update). Fixes
     46         <ulink url="&blfs-ticket-root;17884">#17884</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Change SDL-1.2 to sdl12-compat-release-1.2.60.  Fixes
    4650         <ulink url="&blfs-ticket-root;17898">#17898</ulink>.</para>
  • packages.ent

    r676ee3a7 r03adc377  
    966966<!ENTITY firefox-version              "102.9.0">
    967967<!ENTITY firefox-md5                  "1ae083b6c2b5f265e9a882c5fa365304">
    968 <!ENTITY seamonkey-version            "2.53.15">
     968<!ENTITY seamonkey-version            "2.53.16">
    969969
    970970<!-- Chapter 41 -->
  • xsoft/graphweb/seamonkey.xml

    r676ee3a7 r03adc377  
    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        "d04916f10d082a503af9a309184365dd">
    10   <!ENTITY seamonkey-size          "249 MB">
    11   <!ENTITY seamonkey-buildsize     "3.2 GB (159 MB installed)">
     9  <!ENTITY seamonkey-md5sum        "92ebcb6d9410442a9c1cf9c321f292f4">
     10  <!ENTITY seamonkey-size          "254 MB">
     11  <!ENTITY seamonkey-buildsize     "4.4 GB (159 MB installed)">
    1212  <!ENTITY seamonkey-time          "11 SBU (with parallelism=4)">
    1313]>
     
    7575    </itemizedlist>
    7676
     77<!--
    7778    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7879    <itemizedlist spacing="compact">
     
    8485      </listitem>
    8586    </itemizedlist>
     87-->
    8688
    8789    <note>
     
    100102      <xref linkend="cbindgen"/>,
    101103      <xref linkend="gtk3"/>,
     104      <xref linkend="nodejs"/>,
    102105      <xref linkend="python2"/>,
    103106      <xref linkend="unzip"/>,
     
    257260    </note>
    258261
     262<!-- Applied upstream
    259263    <para>
    260264      Apply a patch to fix a build failure with LLVM-16:
     
    262266
    263267<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-upstream_fixes-1.patch</userinput></screen>
    264 
     268-->
    265269    <para>
    266270      First remove an obsolete flag in python code, that has been removed
     
    268272    </para>
    269273
    270 <screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     274<screen><userinput>grep -rl \'rU\' | xargs sed -i "s/'rU'/'r'/"</userinput></screen>
    271275
    272276<!-- Causes issues since xpidl is python2 in Seamonkey
     
    288292    third_party/python/virtualenv/virtualenv.py</userinput></screen>
    289293
     294<!-- Applied upstream
    290295    <para>
    291296      Next, work around a crash that occurs when playing audio when Seamonkey
     
    294299
    295300<screen><userinput>sed -i '/USE_PULSE_RUST/d' media/libcubeb/src/moz.build</userinput></screen>
     301-->
    296302
    297303    <para>
Note: See TracChangeset for help on using the changeset viewer.