mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Add rpcsvc-proto-1.2 and libnsl-1.1.0. Add dependencies to Postfix and NFS-Utils. Fixes #9285.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19080 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c8385bb7ff
commit
a15d5e1ea1
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "August 23rd, &year;">
|
||||
<!ENTITY releasedate "August 24th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -42,6 +42,17 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>August 24th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Add rpcsvc-proto-1.2 and libnsl-1.1.0. Add
|
||||
dependencies to Postfix and NFS-Utils. Fixes
|
||||
<ulink url="&blfs-ticket-root;9285">#9285</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>August 23rd, 2017</para>
|
||||
<itemizedlist>
|
||||
|
167
networking/netlibs/libnsl.xml
Normal file
167
networking/netlibs/libnsl.xml
Normal file
@ -0,0 +1,167 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/&libnsl-version;.tar.gz">
|
||||
<!ENTITY libnsl-download-ftp " ">
|
||||
<!ENTITY libnsl-md5sum "af13f06000c691bc19dfc82822ab5374">
|
||||
<!ENTITY libnsl-size "212 KB">
|
||||
<!ENTITY libnsl-buildsize "8.1 MB">
|
||||
<!ENTITY libnsl-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libnsl" xreflabel="libnsl-&libnsl-version;">
|
||||
<?dbhtml filename="libnsl.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libnsl-&libnsl-version;</title>
|
||||
|
||||
<indexterm zone="libnsl">
|
||||
<primary sortas="a-libnsl">libnsl</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libnsl</title>
|
||||
|
||||
<para>
|
||||
The <application>libnsl</application> package contains the public client
|
||||
interface for NIS(YP) and NIS+. It replaces the NIS library that used to
|
||||
be in GlibC.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&libnsl-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&libnsl-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &libnsl-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &libnsl-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &libnsl-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &libnsl-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Requried</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="rpcsvc-proto"/> and <xref linkend="libtirpc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libnsl"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libnsl</title>
|
||||
|
||||
<para>
|
||||
Install <application>libnsl</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fi &&
|
||||
./configure --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv /usr/lib/libnsl.so.2* /lib &&
|
||||
ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
|
||||
libraries into /lib so they are available before /usr is mounted.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
libnsl.{a,so}
|
||||
</seg>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libnsl-lib">
|
||||
<term><filename class="libraryfile">libnsl.{a,so}</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
provides the NIS (YP) API functions required by other programs.
|
||||
</para>
|
||||
<indexterm zone="libnsl libnsl-lib">
|
||||
<primary sortas="c-libnsl">libnsl.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -96,6 +96,11 @@
|
||||
|
||||
<screen><userinput>sed '/stdlib.h/a#include <stdint.h>' -i src/xdr_sizeof.c</userinput></screen>
|
||||
|
||||
<para>
|
||||
Fix a symbol name needed by NIS libraries:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed '/key_secret_is/s/secret/secretkey/' -i src/libtirpc.map</userinput></screen>
|
||||
<para>
|
||||
Install <application>libtirpc</application> by running the following
|
||||
commands:
|
||||
|
@ -29,12 +29,14 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ldns.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libevent.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnsl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libndp.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsoup.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtirpc.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="neon.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nghttp2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcsvc-proto.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="serf.xml"/>
|
||||
|
||||
<!-- systemd only -->
|
||||
|
146
networking/netlibs/rpcsvc-proto.xml
Normal file
146
networking/netlibs/rpcsvc-proto.xml
Normal file
@ -0,0 +1,146 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/archive/rpcsvc-proto-&rpcsvc-proto-version;.tar.gz">
|
||||
<!ENTITY rpcsvc-proto-download-ftp " ">
|
||||
<!ENTITY rpcsvc-proto-md5sum "9b118a3026cc2ce8ded16c5f4f162042">
|
||||
<!ENTITY rpcsvc-proto-size "64 KB">
|
||||
<!ENTITY rpcsvc-proto-buildsize "2.6 MB">
|
||||
<!ENTITY rpcsvc-proto-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="rpcsvc-proto" xreflabel="rpcsvc-proto-&rpcsvc-proto-version;">
|
||||
<?dbhtml filename="rpcsvc-proto.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>rpcsvc-proto-&rpcsvc-proto-version;</title>
|
||||
|
||||
<indexterm zone="rpcsvc-proto">
|
||||
<primary sortas="a-rpcsvc-proto">rpcsvc-proto</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to rpcsvc-proto</title>
|
||||
|
||||
<para>
|
||||
The <application>rpcsvc-proto</application> package contains the rcpsvc
|
||||
protocol.x files and headers, fromerly included with GlibC, that are not
|
||||
included in replacment <xref linkend="libtirpc"/>, along with the rpcgen
|
||||
program.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&rpcsvc-proto-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&rpcsvc-proto-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &rpcsvc-proto-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &rpcsvc-proto-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &rpcsvc-proto-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &rpcsvc-proto-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/rpcsvc-proto"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of rpcsvc-proto</title>
|
||||
|
||||
<para>
|
||||
Install <application>rpcsvc-proto</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fi &&
|
||||
./configure --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
rpcgen
|
||||
</seg>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/rpcsvc
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="rpcgen">
|
||||
<term><command>rpcgen</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Generates C code to implement the RPC protocol.
|
||||
</para>
|
||||
<indexterm zone="rpcsvc-proto rpcgen">
|
||||
<primary sortas="b-rpcgen">rpcgen</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -67,13 +67,16 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="sqlite"/> and
|
||||
|
||||
<phrase revision="sysv"><ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink></phrase>
|
||||
|
||||
<xref linkend="lvm2"/> (libdevmapper for NFSv4 support),
|
||||
<phrase revision="systemd"><xref linkend="libnfsidmap"/></phrase>
|
||||
|
||||
<phrase revision="sysv"><ulink
|
||||
url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink></phrase>
|
||||
(for NFSv4 support),
|
||||
<xref linkend="libnsl"/> (for NIS client support),
|
||||
<xref linkend="sqlite"/>,
|
||||
<phrase revision="sysv">
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink>
|
||||
(for NFSv4 support),</phrase>
|
||||
<xref linkend="mitkrb"/> or
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink> (for GSS and RPC security support) and
|
||||
@ -86,6 +89,15 @@
|
||||
<xref linkend="rpcbind"/>
|
||||
</para>
|
||||
|
||||
<!-- NSS configuration isn't directly related to NFS, but left here in case
|
||||
<bridgehead renderas="sect4">Optional (runtime for NIS clients)</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="https://github.com/thkukuk/libnss_compat">libnss_compat</ulink>,
|
||||
<ulink url="https://github.com/thkukuk/libnss_nis">libnss_nis</ulink>, and
|
||||
<ulink url="https://github.com/thkukuk/libnss_nisplus">libnss_nisplus</ulink>
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/nfs-utils"/></para>
|
||||
|
||||
|
@ -454,6 +454,7 @@
|
||||
<!ENTITY libevent-version "2.1.8">
|
||||
<!ENTITY libnl-version "3.3.0">
|
||||
<!ENTITY libnl-dl-version "3_3_0">
|
||||
<!ENTITY libnsl-version "1.1.0">
|
||||
<!ENTITY libpcap-version "1.8.1">
|
||||
<!ENTITY libndp-version "1.6">
|
||||
<!ENTITY libproxy-version "0.4.7">
|
||||
@ -461,6 +462,7 @@
|
||||
<!ENTITY libtirpc-version "1.0.2">
|
||||
<!ENTITY neon-version "0.30.2">
|
||||
<!ENTITY nghttp2-version "1.25.0">
|
||||
<!ENTITY rpcsvc-proto-version "1.2">
|
||||
<!ENTITY serf-version "1.3.9">
|
||||
<!ENTITY uhttpmock-version "0.5.1">
|
||||
|
||||
|
@ -78,7 +78,8 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="db"/>,
|
||||
<xref linkend="cyrus-sasl"/>, and
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="libnsl"/>, and
|
||||
<xref linkend="openssl"/>
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user