Author: bdubbs
Date: Sun Jan 15 18:39:15 2017
New Revision: 18191

Log:
Update to proftpd-1.3.5c

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/major/proftpd.xml
   trunk/BOOK/xsoft/other/inkscape.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 15 11:09:21 
2017        (r18190)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 15 18:39:15 
2017        (r18191)
@@ -46,6 +46,10 @@
       <para>January 15th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to proftpd-1.3.5c. Fixes
+          <ulink url="&blfs-ticket-root;8758">#8758</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Update to cups-filters-1.13.2. Fixes
           <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Jan 15 11:09:21 2017        (r18190)
+++ trunk/BOOK/packages.ent     Sun Jan 15 18:39:15 2017        (r18191)
@@ -454,7 +454,7 @@
 <!-- Part V -->
 <!-- Chapter 20 -->
 <!ENTITY apache-version               "2.4.25">
-<!ENTITY proftpd-version              "1.3.5b">
+<!ENTITY proftpd-version              "1.3.5c">
 <!ENTITY vsftpd-version               "3.0.3">
 
 <!-- Chapter 21 -->

Modified: trunk/BOOK/server/major/proftpd.xml
==============================================================================
--- trunk/BOOK/server/major/proftpd.xml Sun Jan 15 11:09:21 2017        (r18190)
+++ trunk/BOOK/server/major/proftpd.xml Sun Jan 15 18:39:15 2017        (r18191)
@@ -6,10 +6,10 @@
 
   <!ENTITY proftpd-download-http " ">
   <!ENTITY proftpd-download-ftp  
"ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz";>
-  <!ENTITY proftpd-md5sum        "f7b8e3a383b34a894c2502db74ccccde">
+  <!ENTITY proftpd-md5sum        "b7f28af46af38cbe17345704cccd5148">
   <!ENTITY proftpd-size          "29 MB">
   <!ENTITY proftpd-buildsize     "68 MB">
-  <!ENTITY proftpd-time          "0.3 SBU">
+  <!ENTITY proftpd-time          "0.2 SBU">
 ]>
 
 <sect1 id="proftpd" xreflabel="ProFTPD-&proftpd-version;">
@@ -65,10 +65,8 @@
       <xref linkend="linux-pam"/>,
       <xref linkend="mariadb"/> or <ulink 
url="http://www.mysql.com/";>MySQL</ulink>,
       <xref linkend="openssl"/>,
-      <xref linkend="pcre"/>,
-      <xref linkend="postgresql"/> and to run tests:
-      <xref linkend="check"/> and
-      <ulink 
url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink>
+      <xref linkend="pcre"/>, and
+      <xref linkend="postgresql"/> 
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -97,18 +95,13 @@
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var/run &amp;&amp;
 make</userinput></screen>
 
-    <para>The tests for this package require a very old (2001) version of the
-    Perl Module Test::Unit. Even when using that version of Test::Unit, there
-    are many failures (41/1397) although the program appears to run
-    well.  The tests take a long time (45 minutes, not CPU dependent) and are
-    not recommended.  To test the results anyway, add the switch: <parameter>
-    --enable-tests</parameter> to the <command>configure</command>, and
-    issue: <command>make check</command>. If the tests are run with root
-    privileges, more tests are run, but there are more failures.</para>
+    <para>This packages does not come with a usable test suite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install                                   
&amp;&amp;
+install -d -m755 /usr/share/doc/proftpd-&proftpd-version; &amp;&amp;
+cp -Rv doc/*     /usr/share/doc/proftpd-&proftpd-version;</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==============================================================================
--- trunk/BOOK/xsoft/other/inkscape.xml Sun Jan 15 11:09:21 2017        (r18190)
+++ trunk/BOOK/xsoft/other/inkscape.xml Sun Jan 15 18:39:15 2017        (r18191)
@@ -137,6 +137,7 @@
     </para>
 
 <screen><userinput>./autogen.sh &amp;&amp;
+
 IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
 IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI 
-lMagickWand-6.Q16HDRI" \
 ./configure --prefix=/usr &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to