Changeset 67f5f160


Ignore:
Timestamp:
08/27/2013 04:57:37 PM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
b5e8375
Parents:
69f94a4
Message:

rpcbind-0.2.1 - thanks to Bruce for the help.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r69f94a4 r67f5f160  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 26th, &year;">
     9<!ENTITY releasedate  "August 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    449449<!ENTITY nfs-utils-version            "1.2.8">
    450450<!ENTITY ntp-version                  "4.2.6p5">
    451 <!ENTITY rpcbind-version              "0.2.0">
     451<!ENTITY rpcbind-version              "0.2.1">
    452452<!ENTITY rsync-version                "3.0.9">
    453453<!ENTITY samba-version                "4.0.9">
  • introduction/welcome/changelog.xml

    r69f94a4 r67f5f160  
    4545-->
    4646    <listitem>
     47      <para>August 27th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Update to rpcbind-0.2.1.  Fixes
     51          <ulink url="&blfs-ticket-root;3987">#3987</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>August 26th, 2013</para>
    4858      <itemizedlist>
  • networking/netprogs/rpcbind.xml

    r69f94a4 r67f5f160  
    77  <!ENTITY rpcbind-download-http "&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2">
    88  <!ENTITY rpcbind-download-ftp  " ">
    9   <!ENTITY rpcbind-md5sum        "1a77ddb1aaea8099ab19c351eeb26316">
    10   <!ENTITY rpcbind-size          "272 KB">
    11   <!ENTITY rpcbind-buildsize     "3.8 MB">
     9  <!ENTITY rpcbind-md5sum        "0a5f9c2142af814c55d957aaab3bcc68">
     10  <!ENTITY rpcbind-size          "109 KB">
     11  <!ENTITY rpcbind-buildsize     "1.9 MB">
    1212  <!ENTITY rpcbind-time          "less than 0.1 SBU">
    1313]>
     
    8282    commands:</para>
    8383
    84 <screen><userinput>./configure --prefix=/usr --bindir=/sbin &amp;&amp;
     84    <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
     85<screen><userinput>./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root &amp;&amp;
    8586make</userinput></screen>
    8687
     
    9091
    9192<screen role="root"><userinput>make install</userinput></screen>
     93
     94  </sect2>
     95
     96  <sect2 role="commands">
     97    <title>Command Explanations</title>
     98
     99    <para><command>--with-rpcuser=root</command>: This works around an error in
     100    the configure script.</para>
    92101
    93102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.