Changeset 81d8cac


Ignore:
Timestamp:
01/16/2017 02:39:15 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
1b44747
Parents:
4118724f
Message:

Update to proftpd-1.3.5c

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4118724f r81d8cac  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to proftpd-1.3.5c. Fixes
     50          <ulink url="&blfs-ticket-root;8758">#8758</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[pierre] - Update to cups-filters-1.13.2. Fixes
    5054          <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para>
  • packages.ent

    r4118724f r81d8cac  
    455455<!-- Chapter 20 -->
    456456<!ENTITY apache-version               "2.4.25">
    457 <!ENTITY proftpd-version              "1.3.5b">
     457<!ENTITY proftpd-version              "1.3.5c">
    458458<!ENTITY vsftpd-version               "3.0.3">
    459459
  • server/major/proftpd.xml

    r4118724f r81d8cac  
    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        "f7b8e3a383b34a894c2502db74ccccde">
     9  <!ENTITY proftpd-md5sum        "b7f28af46af38cbe17345704cccd5148">
    1010  <!ENTITY proftpd-size          "29 MB">
    1111  <!ENTITY proftpd-buildsize     "68 MB">
    12   <!ENTITY proftpd-time          "0.3 SBU">
     12  <!ENTITY proftpd-time          "0.2 SBU">
    1313]>
    1414
     
    6666      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    6767      <xref linkend="openssl"/>,
    68       <xref linkend="pcre"/>,
    69       <xref linkend="postgresql"/> and to run tests:
    70       <xref linkend="check"/> and
    71       <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink>
     68      <xref linkend="pcre"/>, and
     69      <xref linkend="postgresql"/>
    7270    </para>
    7371
     
    9896make</userinput></screen>
    9997
    100     <para>The tests for this package require a very old (2001) version of the
    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>
     98    <para>This packages does not come with a usable test suite.</para>
    10899
    109100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    110101
    111 <screen role="root"><userinput>make install</userinput></screen>
     102<screen role="root"><userinput>make install                                   &amp;&amp;
     103install -d -m755 /usr/share/doc/proftpd-&proftpd-version; &amp;&amp;
     104cp -Rv doc/*     /usr/share/doc/proftpd-&proftpd-version;</userinput></screen>
    112105
    113106  </sect2>
  • xsoft/other/inkscape.xml

    r4118724f r81d8cac  
    138138
    139139<screen><userinput>./autogen.sh &amp;&amp;
     140
    140141IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
    141142IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \
Note: See TracChangeset for help on using the changeset viewer.