Changeset 3bf5de79
- Timestamp:
- 11/15/2020 08:40:47 AM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 44a03dd
- Parents:
- 544b6a3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r544b6a3 r3bf5de79 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 3th, &year;">9 <!ENTITY releasedate "November 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r544b6a3 r3bf5de79 43 43 --> 44 44 <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> 45 55 <para>November 13th, 2020</para> 46 56 <itemizedlist> -
packages.ent
r544b6a3 r3bf5de79 917 917 <!ENTITY flashplayer-version "27.0.0.187"> 918 918 <!ENTITY qupzilla-version "2.2.6"> 919 <!ENTITY seamonkey-version "2.53. 4">919 <!ENTITY seamonkey-version "2.53.5"> 920 920 921 921 <!-- Chapter 41 --> -
xsoft/graphweb/seamonkey.xml
r544b6a3 r3bf5de79 7 7 <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz"> 8 8 <!ENTITY seamonkey-download-ftp " "> 9 <!ENTITY seamonkey-md5sum " bbf02af3586f1d488e77517f8cd9f439">10 <!ENTITY seamonkey-size "2 81MB">11 <!ENTITY seamonkey-buildsize "6. 8 GB (145MB installed)">12 <!ENTITY seamonkey-time "1 8SBU (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)"> 13 13 ]> 14 14 … … 81 81 </itemizedlist> 82 82 83 83 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead> 84 84 <itemizedlist spacing="compact"> 85 85 <listitem> … … 89 89 </para> 90 90 </listitem> 91 </itemizedlist> 91 </itemizedlist>--> 92 92 93 93 <note> … … 117 117 <xref linkend="libevent"/>, 118 118 <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox --> 119 <xref linkend="libwebp"/> 120 <xref linkend="nasm"/>, 119 121 <xref linkend="nspr"/>, 120 <xref linkend="nss"/>, 121 <xref linkend="pulseaudio"/> , and122 < xref linkend="sqlite"/>122 <xref linkend="nss"/>, and 123 <xref linkend="pulseaudio"/> 124 <!-- <xref linkend="sqlite"/> system version no longer supported --> 123 125 </para> 124 126 <!-- … … 213 215 # Comment out following option if you have gconf installed 214 216 ac_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--> 216 221 # Comment out following options if you have not installed 217 222 # recommended dependencies: 218 ac_add_options -- enable-system-sqlite223 ac_add_options --with-system-icu 219 224 ac_add_options --with-system-libevent 220 225 ac_add_options --with-system-nspr 221 226 ac_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--> 227 ac_add_options --with-system-webp 225 228 226 229 # The BLFS editors recommend not changing anything below this line: … … 271 274 </note> 272 275 273 276 <!--<para> 274 277 Apply a patch to fix a 0day vulnerability in Seamonkey: 275 278 </para> … … 283 286 </para> 284 287 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>--> 286 289 287 290 <para>
Note:
See TracChangeset
for help on using the changeset viewer.