Author: igor
Date: Wed Oct  2 03:06:17 2013
New Revision: 11906

Log:
update to rsync-3.1.0

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/rsync.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Oct  2 02:50:58 2013        (r11905)
+++ trunk/BOOK/general.ent      Wed Oct  2 03:06:17 2013        (r11906)
@@ -445,7 +445,7 @@
 <!ENTITY nfs-utils-version            "1.2.8">
 <!ENTITY ntp-version                  "4.2.6p5">
 <!ENTITY rpcbind-version              "0.2.1">
-<!ENTITY rsync-version                "3.0.9">
+<!ENTITY rsync-version                "3.1.0">
 <!ENTITY samba-version                "4.0.9">
 <!ENTITY wget-version                 "1.14">
 <!ENTITY wireless-tools-version       "29">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct  2 02:50:58 
2013        (r11905)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct  2 03:06:17 
2013        (r11906)
@@ -47,6 +47,10 @@
       <para>October 2nd, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[igor] - Update to rsync-3.1.0. Fixes
+          <ulink url="&blfs-ticket-root;4131">#4131</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to nspr-4.10.1. Fixes
           <ulink url="&blfs-ticket-root;4127">#4127</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/netprogs/rsync.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/rsync.xml    Wed Oct  2 02:50:58 2013        
(r11905)
+++ trunk/BOOK/networking/netprogs/rsync.xml    Wed Oct  2 03:06:17 2013        
(r11906)
@@ -6,10 +6,10 @@
 
   <!ENTITY rsync-download-http 
"http://samba.org/ftp/rsync/src/rsync-&rsync-version;.tar.gz";>
   <!ENTITY rsync-download-ftp  
"ftp://ftp.samba.org/pub/rsync/src/rsync-&rsync-version;.tar.gz";>
-  <!ENTITY rsync-md5sum        "5ee72266fe2c1822333c407e1761b92b">
-  <!ENTITY rsync-size          "780 KB">
-  <!ENTITY rsync-buildsize     "35 MB (includes installing all documentation)">
-  <!ENTITY rsync-time          "0.4 SBU">
+  <!ENTITY rsync-md5sum        "3be148772a33224771a8d4d2a028b132">
+  <!ENTITY rsync-size          "864 KB">
+  <!ENTITY rsync-buildsize     "9.4 MB">
+  <!ENTITY rsync-time          "0.3 SBU">
 ]>
 
 <sect1 id="rsync" xreflabel="rsync-&rsync-version;">
@@ -92,7 +92,7 @@
     <para>Install <application>rsync</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --without-included-zlib &amp;&amp;
 make</userinput></screen>
 
     <para>If you have <xref linkend="doxygen"/> installed and wish to
@@ -125,6 +125,16 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <parameter>--without-included-zlib</parameter>: This switch enables
+      compilation with system-installed zlib library.
+    </para>
+
+  </sect2>
+
   <sect2 role="configuration">
     <title>Configuring rsync</title>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to