Changeset 339af0e7


Ignore:
Timestamp:
08/29/2019 10:57:46 PM (5 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.0, 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:
607d79e
Parents:
a5d213d0
Message:

Tag proftpd and add the consolidated security patch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra5d213d0 r339af0e7  
    4545      <para>August 29th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a consolidated security patch to
     49          ProFTPD.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[timtas] - Update to dovecot-2.3.7.2. Fixes
  • server/major/proftpd.xml

    ra5d213d0 r339af0e7  
    3434    file archives over a network.</para>
    3535
    36     &lfs84_checked;
     36    &lfs90_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5555      <listitem>
    5656        <para>Estimated build time: &proftpd-time;</para>
     57      </listitem>
     58    </itemizedlist>
     59
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing="compact">
     62      <listitem>
     63        <para>
     64          Required patch:
     65          <ulink url="&patch-root;/proftpd-&proftpd-version;-consolidated_fixes-1.patch"/>
     66        </para>
    5767      </listitem>
    5868    </itemizedlist>
     
    6373    <para role="optional">
    6474      <xref linkend="libcap-pam"/>,
     75      <xref linkend="libssh2"/>,
    6576      <xref linkend="linux-pam"/>,
    6677      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    67       <xref linkend="pcre"/>, and
    68       <xref linkend="postgresql"/>
     78      <xref linkend="pcre"/>,
     79      <xref linkend="postgresql"/>, and
     80      <ulink url="https://metacpan.org/pod/Net::SSH2">Net::SSH2</ulink>
    6981    </para>
    7082
     
    88100ln -v -s /bin/false /usr/bin/proftpdshell          &amp;&amp;
    89101echo /usr/bin/proftpdshell &gt;&gt; /etc/shells</userinput></screen>
     102
     103    <para>
     104      First, apply a patch containing various security fixes from
     105      the upstream developers:
     106    </para>
     107
     108<screen><userinput remap="pre">patch -Np1 -i ../proftpd-&proftpd-version;-consolidated_fixes-1.patch</userinput></screen>
    90109
    91110    <para>Install <application>ProFTPD</application> as an unprivileged user by
Note: See TracChangeset for help on using the changeset viewer.