Update to seamonkey-2.53.11.1.

This commit is contained in:
Bruce Dubbs 2022-03-26 18:28:32 -05:00
parent 3e208e9941
commit cf31c27e48
4 changed files with 16 additions and 10 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>March 26th, 2022</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to seamonkey-2.53.11.1. Fixes
<ulink url="&blfs-ticket-root;16323">#16323</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to llvm-14.0.0. Fixes
<ulink url="&blfs-ticket-root;16315">#16315</ulink>.</para>

View File

@ -956,7 +956,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY firefox-version "91.7.1">
<!ENTITY flashplayer-version "27.0.0.187">
<!ENTITY qupzilla-version "2.2.6">
<!ENTITY seamonkey-version "2.53.11">
<!ENTITY seamonkey-version "2.53.11.1">
<!-- Chapter 41 -->
<!ENTITY balsa-version "2.6.3">

View File

@ -12,7 +12,7 @@
If you are compiling this package in chroot you must do two things.
First, as the <systemitem class="username">root</systemitem> user,
ensure that <filename>/dev/shm</filename> is mounted. If you do not
do this, the <application>Python</application> configury will fail
do this, the <application>Python</application> configuration will fail
with a traceback report referencing
<filename>/usr/lib/pythonN.N/multiprocessing/synchronize.py</filename>.
Run:

View File

@ -6,8 +6,8 @@
<!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
<!ENTITY seamonkey-download-ftp " ">
<!ENTITY seamonkey-md5sum "afe1b9d56699e159dd57236d3cc56b36">
<!ENTITY seamonkey-size "274 MB">
<!ENTITY seamonkey-md5sum "a0d8d01720958976de3d54301563b198">
<!ENTITY seamonkey-size "275 MB">
<!ENTITY seamonkey-buildsize "6.1 GB (161 MB installed)">
<!ENTITY seamonkey-time "17 SBU (with parallelism=4)">
]>
@ -78,7 +78,7 @@
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -88,7 +88,7 @@
</para>
</listitem>
</itemizedlist>
-->
<note>
<para>
The tarball
@ -253,21 +253,23 @@ EOF</userinput></screen>
href="../../xincludes/mozshm.xml"/>
<!-- if this package switches to using ./mach, replace the
folliowing by including mozmach.xml -->
<para>
<!--<para>
Second, either as the <systemitem class="username">root</systemitem>
user export the <envar>$SHELL</envar> environment variable using
<command>export SHELL=/bin/sh</command> or else prepend
<envar>SHELL=/bin/sh</envar> when running the first
<command>make</command> command.
</para>
</para>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/mozmach.xml"/>
</note>
<!--
<para>
Apply a patch to fix a critical security vulnerability in Seamonkey:
</para>
<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fix-1.patch</userinput></screen>
-->
<para>
Compile <application>SeaMonkey</application> by running the following
commands: