Author: ken
Date: Tue Aug 27 09:57:37 2013
New Revision: 11712
Log:
rpcbind-0.2.1 - thanks to Bruce for the help.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netprogs/rpcbind.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Aug 27 07:09:12 2013 (r11711)
+++ trunk/BOOK/general.ent Tue Aug 27 09:57:37 2013 (r11712)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 26th, &year;">
+<!ENTITY releasedate "August 27th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -448,7 +448,7 @@
<!ENTITY net-tools-version "CVS_20101030">
<!ENTITY nfs-utils-version "1.2.8">
<!ENTITY ntp-version "4.2.6p5">
-<!ENTITY rpcbind-version "0.2.0">
+<!ENTITY rpcbind-version "0.2.1">
<!ENTITY rsync-version "3.0.9">
<!ENTITY samba-version "4.0.9">
<!ENTITY wget-version "1.14">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Aug 27 07:09:12
2013 (r11711)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Aug 27 09:57:37
2013 (r11712)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>August 27th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Update to rpcbind-0.2.1. Fixes
+ <ulink url="&blfs-ticket-root;3987">#3987</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 26th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netprogs/rpcbind.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/rpcbind.xml Tue Aug 27 07:09:12 2013
(r11711)
+++ trunk/BOOK/networking/netprogs/rpcbind.xml Tue Aug 27 09:57:37 2013
(r11712)
@@ -6,9 +6,9 @@
<!ENTITY rpcbind-download-http
"&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2">
<!ENTITY rpcbind-download-ftp " ">
- <!ENTITY rpcbind-md5sum "1a77ddb1aaea8099ab19c351eeb26316">
- <!ENTITY rpcbind-size "272 KB">
- <!ENTITY rpcbind-buildsize "3.8 MB">
+ <!ENTITY rpcbind-md5sum "0a5f9c2142af814c55d957aaab3bcc68">
+ <!ENTITY rpcbind-size "109 KB">
+ <!ENTITY rpcbind-buildsize "1.9 MB">
<!ENTITY rpcbind-time "less than 0.1 SBU">
]>
@@ -81,7 +81,8 @@
<para>Install <application>rpcbind</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --bindir=/sbin &&
+ <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
+<screen><userinput>./configure --prefix=/usr --bindir=/sbin
--with-rpcuser=root &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -92,6 +93,14 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><command>--with-rpcuser=root</command>: This works around an error in
+ the configure script.</para>
+
+ </sect2>
+
<sect2 role="configuration">
<title>Configuring rpcbind</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page