Changes in / [33de79b:85a581fd]


Ignore:
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r33de79b r85a581fd  
    4545      <para>August 29th, 2021</para>
    4646      <itemizedlist>
    47         <listitem>
    48           <para>[ken] - fetchmail: Recommend using ssl where possible to
    49           ensure that TLS is enforced.</para>
    50         </listitem>
    51         <listitem>
    52           <para>[renodr] - Fix a regression in BIND identified upstream. Fixes
    53           <ulink url="&blfs-ticket-root;15472">#15472</ulink>.</para>
    54         </listitem>
    55         <listitem>
    56           <para>[ken] - Update to seamonkey-2.53.9 (security update). Fixes
    57           <ulink url="&blfs-ticket-root;15464">#15464</ulink>.</para>
    58         </listitem>
    5947        <listitem>
    6048          <para>[bdubbs] - Update to pipewire-0.3.34. Fixes
  • networking/mailnews/fetchmail.xml

    r33de79b r85a581fd  
    3636    </para>
    3737
    38     &lfs110a_checked;
     38    &lfs110_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    173173    <sect3>
    174174      <title>Configuration Information</title>
    175 
    176       <note>
    177         <para>
    178           If you are connecting to a mailserver that supports SSL/TLS-wrapped
    179           or "implicit" mode on a dedicated port (default 993) you should use
    180           <command>fetchmail --ssl</command> or add the option 'ssl' in an
    181           rcfile.
    182         </para>
    183       </note>
    184175
    185176<screen><userinput>cat &gt; ~/.fetchmailrc &lt;&lt; "EOF"
  • networking/mailnews/mutt.xml

    r33de79b r85a581fd  
    3535    </para>
    3636
    37     &lfs110a_checked;
     37    &lfs110_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • packages.ent

    r33de79b r85a581fd  
    932932<!ENTITY flashplayer-version          "27.0.0.187">
    933933<!ENTITY qupzilla-version             "2.2.6">
    934 <!ENTITY seamonkey-version            "2.53.9">
     934<!ENTITY seamonkey-version            "2.53.8.1">
    935935
    936936<!-- Chapter 41 -->
  • pst/typesetting/asymptote.xml

    r33de79b r85a581fd  
    3838    </para>
    3939
    40     &lfs110a_checked;
     40    &lfs110_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/biber.xml

    r33de79b r85a581fd  
    5454    </para>
    5555
    56     &lfs110a_checked;
     56    &lfs110_checked;
    5757
    5858    <!-- note for editors: you can test this by using the latest version
  • pst/typesetting/dvisvgm.xml

    r33de79b r85a581fd  
    3434    </para>
    3535
    36     &lfs110a_checked;
     36    &lfs110_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/texlive.xml

    r33de79b r85a581fd  
    6464    </para>
    6565
    66     &lfs110a_checked;
     66    &lfs110_checked;
    6767
    6868    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/typesetting/xindy.xml

    r33de79b r85a581fd  
    3838    </para>
    3939
    40     &lfs110a_checked;
     40    &lfs110_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/mariadb.xml

    r33de79b r85a581fd  
    3636    </para>
    3737
    38     &lfs110a_checked;
     38    &lfs110_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/postgresql.xml

    r33de79b r85a581fd  
    3636    </para>
    3737
    38     &lfs110a_checked;
     38    &lfs110_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/bind.xml

    r33de79b r85a581fd  
    3535    </para>
    3636
    37     &lfs110a_checked;
     37    &lfs110_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    152152-->
    153153    <para>
    154       Fix a regression identified upstream:
    155     </para>
    156 
    157 <screen><userinput remap="pre">sed -i 's/MAPAPI=2.0/MAPAPI=3.0/' lib/dns/mapapi</userinput></screen>
    158 
    159     <para>
    160154      Install <application>BIND</application> by running the
    161155      following commands:
  • xsoft/graphweb/seamonkey.xml

    r33de79b r85a581fd  
    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        "f36c532bbd9c6903036aa02e9a40246b">
    10   <!ENTITY seamonkey-size          "272 MB">
     9  <!ENTITY seamonkey-md5sum        "3cba72ec6a37f7c68fac48876a3a5f8f">
     10  <!ENTITY seamonkey-size          "271 MB">
    1111  <!ENTITY seamonkey-buildsize     "6.1 GB (159 MB installed)">
    12   <!ENTITY seamonkey-time          "21 SBU (with parallelism=4)">
     12  <!ENTITY seamonkey-time          "20 SBU (on a 4-core machine)">
    1313]>
    1414
     
    137137      </para>
    138138    </note>
    139 
     139<!--
     140    <note>
     141      <para>
     142        You must have installed <application>Openssl</application> before
     143        <application>Python 2</application> or the build system will quickly
     144        fail with output including "ImportError: cannot import name
     145        HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
     146        an older version of Seamonkey), check if
     147        <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
     148        exists.  If it does not, reinstall <xref linkend="python2"/> (after
     149        installing <xref linkend="openssl"/>.  The latest version of any
     150        <emphasis>currently maintained</emphasis> version of Openssl should be
     151        satisfactory if already installed.
     152      </para>
     153    </note>
     154-->
    140155    <bridgehead renderas="sect4">Optional</bridgehead>
    141156    <para role="optional">
     
    176191
    177192<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    178 <literal># If you have a multicore machine, all cores will be used
    179 # unless you pass -jN to ./mach build
     193<literal># If you have a multicore machine, all cores will be used by default.
     194# If desired, you can reduce the number of cores used, e.g. to 1, by
     195# uncommenting the next line and setting a valid number of CPU cores.
     196#mk_add_options MOZ_MAKE_FLAGS="-j1"
    180197
    181198# If you have installed DBus-Glib comment out this line:
     
    207224ac_add_options --with-system-libevent
    208225ac_add_options --with-system-nspr
     226# nss-3.65 broke the build of seamonkey, use the shipped version
     227# Fixed with 2.53.8
    209228ac_add_options --with-system-nss
    210229ac_add_options --with-system-webp
     
    236255ac_add_options --enable-official-branding
    237256
    238 # The option to use system cairo was removed in 2.53.9.
     257# From firefox-40 (and the corresponding version of seamonkey),
     258# using system cairo caused seamonkey to crash
     259# frequently when it was doing background rendering in a tab.
     260# This appears to again work in seamonkey-2.49.2
     261ac_add_options --enable-system-cairo
    239262ac_add_options --enable-system-ffi
    240263ac_add_options --enable-system-pixman
     
    279302    </para>
    280303
    281 <screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
    282 ./mach configure                           &amp;&amp;
    283 ./mach build</userinput></screen>
    284 
    285 
    286     <!-- comment this since llvm must have been installed for rust
     304<screen><userinput>CC=gcc CXX=g++ ./mach build</userinput></screen>
     305
    287306    <note>
    288307      <para>
     
    290309        <xref linkend="llvm"/> is installed and you do not want to use clang.
    291310      </para>
    292     </note>-->
     311    </note>
    293312
    294313    <para>
     
    313332
    314333    <para>
    315       <command>export CC=gcc CXX=g++ ...</command>: Upstream now prefer
    316       <application>clang</application> so that they can use one compiler
    317       everywhere. On the X86 architectures <application>clang</application>
    318       takes a little longer than gcc to compile mozilla applications.
    319     </para>
    320 
    321     <para>
    322       <command>./mach configure</command>: This validates the supplied
    323       dependencies and the <filename>mozconfig</filename>.
    324     </para>
    325 
    326     <para>
    327       <option>./mach build --verbose</option>: Use this alternative if you
    328       need details of which files are being compiled, together with any C or
    329       C++ flags being used. But do not add '--verbose' to the install command,
    330       it is not accepted there.
    331     </para>
    332 
    333     <para>
    334       <option>./mach build -jN</option>: The build should, by default, use
    335       all the online CPU cores. If using all the cores causes the build to swap
    336       because you have insufficient memory, using fewer cores can be faster.
     334      <command>./mach build</command>: <application>Seamonkey</application>
     335      now uses this <application>python</application> script to run the
     336      build and install.
    337337    </para>
    338338
  • xsoft/other/rxvt-unicode.xml

    r33de79b r85a581fd  
    3535    </para>
    3636
    37     &lfs110a_checked;
     37    &lfs110_checked;
    3838
    3939    <note>
Note: See TracChangeset for help on using the changeset viewer.