Changeset 306a1a2


Ignore:
Timestamp:
04/21/2023 01:45:58 AM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
42b48ae7
Parents:
a617894
Message:

Update to nfs-utils-2.6.3.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra617894 r306a1a2  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to nfs-utils-2.6.3. Fixes
     46         <ulink url="&blfs-ticket-root;17960">#17960</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to vala-0.56.7. Fixes
    4650         <ulink url="&blfs-ticket-root;17959">#17959</ulink>.</para>
  • networking/netprogs/nfs-utils.xml

    ra617894 r306a1a2  
    88  <!ENTITY nfs-utils-download-http "&nfs-utils-root;/&nfs-utils-version;/nfs-utils-&nfs-utils-version;.tar.xz">
    99  <!ENTITY nfs-utils-download-ftp  " ">
    10   <!ENTITY nfs-utils-md5sum        "0961dc4777363b88f10305fc4957449f">
    11   <!ENTITY nfs-utils-size          "700 KB">
    12   <!ENTITY nfs-utils-buildsize     "17 MB">
    13   <!ENTITY nfs-utils-time          "0.2 SBU">
     10  <!ENTITY nfs-utils-md5sum        "d47ff4ca79b71d64d37c0f0e81aae134">
     11  <!ENTITY nfs-utils-size          "712 KB">
     12  <!ENTITY nfs-utils-buildsize     "17 MB (with tests">
     13  <!ENTITY nfs-utils-time          "0.2 SBU (with tests)">
    1414]>
    1515
     
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required">
    76       <xref linkend="libtirpc"/> and
    77       <xref linkend="rpcsvc-proto"/>
     76      <xref linkend="libtirpc"/>,
     77      <xref linkend="libevent"/>,
     78      <xref linkend="rpcsvc-proto"/>, and
     79      <xref linkend="sqlite"/>
    7880    </para>
    7981
     
    8688      <xref linkend="libnsl"/> (for NIS client support),
    8789      <xref linkend="openldap"/> (for LDAP authentication),
    88       <xref linkend="sqlite"/>,
    8990      <xref linkend="mitkrb"/> or
    9091      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">
     
    199200            --sbindir=/usr/sbin    \
    200201            --disable-nfsv4        \
    201             --disable-gss &amp;&amp;
     202            --disable-gss i        \
     203            LIBS="-lsqlite3 -levent_core" &amp;&amp;
    202204make</userinput></screen>
    203205
    204206    <!-- Test breakage: see
    205     http://lists.linuxfromscratch.org/pipermail/blfs-book/2017-December/071861.html -->
     207    http://lists.linuxfromscratch.org/pipermail/blfs-book/2017-December/071861.html
    206208    <para>
    207209      This package does not come with a working test suite.
    208210    </para>
    209 
    210     <para>
    211       Now, as the <systemitem class="username">root</systemitem> user:
     211    -->
     212
     213    <para>
     214      Now, as the &root; user:
    212215    </para>
    213216
    214217<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
    215218
    216 <screen role='root'><userinput>make install                      &amp;&amp;
    217 chmod u+w,go+r /usr/sbin/mount.nfs    &amp;&amp;
    218 chown nobody.nogroup /var/lib/nfs</userinput></screen>
    219 
    220     <!-- commented, in case the tests get fixed
    221     <para>
    222       The tests for this package require that the package be installed and
    223       configured as specified below.  In addition, the daemon from <xref
    224       linkend="rpcbind"/> needs to be running and the tests need to be run as
    225       the <systemitem class="username">root</systemitem> user.
    226     </para>
    227 
    228     <para>
    229       To test the results, issue, as root: <command>make check</command>.
    230     </para>-->
     219<screen role='root'><userinput>make install                       &amp;&amp;
     220chmod u+w,go+r /usr/sbin/mount.nfs &amp;&amp;
     221chown nobody:nogroup /var/lib/nfs</userinput></screen>
     222
     223    <para>
     224      The tests for this package require that the package be installed.
     225      In addition, the rpc.statd daemon must not be running and the tests
     226      need to be run as the &root; user.
     227    </para>
     228
     229    <para>
     230      To test the results, issue, as &root;: <command>make check</command>.
     231    </para>
    231232
    232233  </sect2>
     
    252253
    253254    <para>
    254       <command>chown nobody.nogroup /var/lib/nfs</command>: The
     255      <parameter>LIBS="-lsqlite3 -levent_core"</parameter>: is required for
     256      the fsidd program.
     257    </para>
     258
     259    <para>
     260      <command>chown nobody:nogroup /var/lib/nfs</command>: The
    255261      rpc.statd program uses the ownership of this directory to set
    256262      it's UID and GID.  This command sets those to unprivileged entries.
     
    457463
    458464      <seglistitem>
    459         <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
     465        <seg>exportfs, fsidd, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
    460466        nfsconf, nfsdclnts, nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd,
    461467        rpcdebug, showmount, sm-notify, start-statd,
     
    483489      </varlistentry>
    484490
     491      <varlistentry id="fsidd">
     492        <term><command>fsidd</command></term>
     493        <listitem>
     494          <para>
     495            offers a local UNIX domain socket interface
     496            for all NFS userspace to query the reexport database
     497          </para>
     498          <indexterm zone="nfs-utils fsidd">
     499            <primary sortas="b-fsidd">fsidd</primary>
     500          </indexterm>
     501        </listitem>
     502      </varlistentry>
     503
    485504      <varlistentry id="mountstats">
    486505        <term><command>mountstats</command></term>
  • packages.ent

    ra617894 r306a1a2  
    657657<!ENTITY ncftp-version                "3.2.6">
    658658<!ENTITY net-tools-version            "2.10">
    659 <!ENTITY nfs-utils-version            "2.6.2">
     659<!ENTITY nfs-utils-version            "2.6.3">
    660660<!ENTITY ntp-version                  "4.2.8p15">
    661661<!ENTITY rpcbind-version              "1.2.6">
Note: See TracChangeset for help on using the changeset viewer.