Changeset e89d59a for server/major


Ignore:
Timestamp:
05/17/2014 12:42:12 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
65f4210a
Parents:
a366dc3
Message:

Update to proftpd-1.3.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/proftpd.xml

    ra366dc3 re89d59a  
    77  <!ENTITY proftpd-download-http " ">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz">
    9   <!ENTITY proftpd-md5sum        "13c6fd7ce320886adc371c81a3e23f07">
    10   <!ENTITY proftpd-size          "7.4 MB">
    11   <!ENTITY proftpd-buildsize     "33 MB">
     9  <!ENTITY proftpd-md5sum        "aff1bff40e675244d72c4667f203e5bb">
     10  <!ENTITY proftpd-size          "7.2 MB">
     11  <!ENTITY proftpd-buildsize     "34 MB">
    1212  <!ENTITY proftpd-time          "0.3 SBU">
    1313]>
     
    6767      <xref linkend="openssl"/>,
    6868      <xref linkend="pcre"/>,
    69       <xref linkend="postgresql"/> and to run tests
     69      <xref linkend="postgresql"/> and to run tests:
    7070      <xref linkend="check"/> and
    7171      <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink>
     
    9999
    100100    <para>The tests for this package require a very old (2001) version of the
    101     Perl Module Test::Unit.  Using the lastest version of this Test::Unit
    102     results in many failures (34/1089) although the program appears to run
    103     well.  The tests take a long time (38 minutes, not CPU dependent) and are
    104     not recommended.  To test the results anyway, issue: <command>make
    105     check</command>.</para>
     101    Perl Module Test::Unit. Even when using that version of Test::Unit, there
     102    are many failures (41/1397) although the program appears to run
     103    well.  The tests take a long time (45 minutes, not CPU dependent) and are
     104    not recommended.  To test the results anyway, add the switch: <parameter>
     105    --enable-tests</parameter> to the <command>configure</command>, and
     106    issue: <command>make check</command>. If the tests are run with root
     107    privileges, more tests are run, but there are more failures.</para>
    106108
    107109    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    196198Group                           proftpd
    197199
     200# To cause every FTP user to be "jailed" (chrooted) into their home
     201# directory, uncomment this line.
     202#DefaultRoot ~
     203
     204
    198205# Normally, files should be overwritable.
    199206&lt;Directory /*&gt;
Note: See TracChangeset for help on using the changeset viewer.