Changeset e7138cbb


Ignore:
Timestamp:
03/08/2008 10:05:42 AM (16 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
fc7a8b79
Parents:
b3061d36
Message:

Updated to portmap-6.0 and nfs-utils-1.1.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    rb3061d36 re7138cbb  
    1717    <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    1818
    19   <!ENTITY portmap-download-http " ">
    20   <!ENTITY portmap-download-ftp  "ftp://ftp.porcupine.org/pub/security/portmap_&portmap-version;.tar.gz">
    21   <!ENTITY portmap-md5sum        "781e16ed4487c4caa082c6fef09ead4f">
    22   <!ENTITY portmap-size          "18 KB">
     19  <!ENTITY portmap-download-http "http://neil.brown.name/portmap/portmap-&portmap-version;.tgz">
     20  <!ENTITY portmap-download-ftp  " ">
     21  <!ENTITY portmap-md5sum        "ac108ab68bf0f34477f8317791aaf1ff">
     22  <!ENTITY portmap-size          "21 KB">
    2323  <!ENTITY portmap-buildsize     "268 KB">
    2424  <!ENTITY portmap-time          "0.01 SBU">
     
    6969    </itemizedlist>
    7070
    71     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    72     <itemizedlist spacing='compact'>
    73       <listitem>
    74         <para>Required Patch: <ulink
    75         url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
    76       </listitem>
    77       <listitem>
    78         <para>Required Patch: <ulink
    79         url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
    80       </listitem>
    81     </itemizedlist>
    82 
    8371    <bridgehead renderas="sect3">Portmap Dependencies</bridgehead>
    8472
     
    9482    <title>Installation of Portmap</title>
    9583
    96     <para>Portmap runs as a daemon with a uid of 1.  This uid is not
    97     configurable.  To set up a user to match this uid, as the
    98     <systemitem class="username">root</systemitem> user, run:</para>
     84    <para>Portmap runs as a daemon with a uid of 1.  This uid is only
     85    configurable at compile time and is used as default. To set up a
     86    user to match this uid, as the <systemitem class="username">root</systemitem>
     87    user, issue:</para>
    9988
    10089<screen><userinput>useradd -u 1 -g 1 -d /dev/null -s /bin/false bin</userinput></screen>
     
    10392    commands:</para>
    10493
    105 <screen><userinput>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
    106 patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
    107 make</userinput></screen>
     94<screen><userinput>make</userinput></screen>
     95
     96    <para>If you want the portmap daemon to use a uid/gid other than the
     97    defaults, pass DAEMON_UID=x and DAEMON_GID=y as shown below:</para>
     98    <para><command>make DAEMON_UID=x DAEMON_GID=y</command></para>
    10899
    109100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general.ent

    rb3061d36 re7138cbb  
    342342<!ENTITY ntp-version                  "4.2.4p0">
    343343<!ENTITY openssh-version              "4.7p1">
    344 <!ENTITY portmap-version              "5beta">
     344<!ENTITY portmap-version              "6.0">
    345345<!ENTITY rsync-version                "2.6.9">
    346346<!ENTITY samba3-version               "3.0.25b">
     
    372372<!ENTITY apache-version               "2.2.4">
    373373<!-- bind (chapter 19) -->
    374 <!ENTITY nfs-utils-version            "1.0.10">
     374<!ENTITY nfs-utils-version            "1.1.1">
    375375<!-- openssh (chapter 18) -->
    376376<!ENTITY proftpd-version              "1.3.0">
  • introduction/welcome/changelog.xml

    rb3061d36 re7138cbb  
    6060        <listitem>
    6161          <para>[randy] - Updated to Balsa-2.3.22.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[thomas] - Updated to portmap-6.0 and nfs-utils-1.1.1</para>
    6265        </listitem>
    6366      </itemizedlist>
  • server/major/nfs-utils.xml

    rb3061d36 re7138cbb  
    77  <!ENTITY nfs-utils-download-http "http://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
    88  <!ENTITY nfs-utils-download-ftp  "ftp://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
    9   <!ENTITY nfs-utils-md5sum        "db97cc425e845e60f0dad855ba6a9830">
    10   <!ENTITY nfs-utils-size          "520 KB">
     9  <!ENTITY nfs-utils-md5sum        "407785488241f9db67b1874e3f36370e">
     10  <!ENTITY nfs-utils-size          "785 KB">
    1111  <!ENTITY nfs-utils-buildsize     "8.2 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.