source: networking/netlibs/libtirpc.xml@ 4df25bd0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4df25bd0 was 4df25bd0, checked in by Ken Moffat <ken@…>, 7 years ago

Patch libtirpc and rpcbind for CVE-2017-8779.

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[821903b8]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9f35d02]7 <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
[821903b8]8 <!ENTITY libtirpc-download-ftp " ">
[a4b8fa34]9 <!ENTITY libtirpc-md5sum "36ce1c0ff80863bb0839d54aa0b94014">
10 <!ENTITY libtirpc-size "484 KB">
11 <!ENTITY libtirpc-buildsize "6.9 MB">
[1004f84]12 <!ENTITY libtirpc-time "less than 0.1 SBU">
[821903b8]13]>
14
15<sect1 id="libtirpc" xreflabel="libtirpc-&libtirpc-version;">
16 <?dbhtml filename="libtirpc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libtirpc-&libtirpc-version;</title>
24
25 <indexterm zone="libtirpc">
26 <primary sortas="a-libtirpc">libtirpc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libtirpc</title>
31
[c503fad7]32 <para>
33 The <application>libtirpc</application> package contains
[0d7900a]34 libraries that support programs that use the Remote Procedure Call (RPC)
35 API. It replaces the RPC, but not the NIS library entries that
[c503fad7]36 used to be in glibc.
37 </para>
[821903b8]38
[89f706b2]39 &lfs80_checked;
[821903b8]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
[c503fad7]44 <para>
45 Download (HTTP): <ulink url="&libtirpc-download-http;"/>
46 </para>
[821903b8]47 </listitem>
48 <listitem>
[c503fad7]49 <para>
50 Download (FTP): <ulink url="&libtirpc-download-ftp;"/>
51 </para>
[821903b8]52 </listitem>
53 <listitem>
[c503fad7]54 <para>
55 Download MD5 sum: &libtirpc-md5sum;
56 </para>
[821903b8]57 </listitem>
58 <listitem>
[c503fad7]59 <para>
60 Download size: &libtirpc-size;
61 </para>
[821903b8]62 </listitem>
63 <listitem>
[0d7900a]64 <para>
[c503fad7]65 Estimated disk space required: &libtirpc-buildsize;
66 </para>
[821903b8]67 </listitem>
68 <listitem>
[c503fad7]69 <para>
70 Estimated build time: &libtirpc-time;
71 </para>
[821903b8]72 </listitem>
73 </itemizedlist>
74
[4df25bd0]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
[821903b8]85 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
[c2b0e50]89 <xref linkend="mitkrb"/> for the GSSAPI
[821903b8]90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
[cd34755]93 <ulink url="&blfs-wiki;/libtirpc"/>
94 </para>
[821903b8]95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libtirpc</title>
99
[a4b8fa34]100 <note><para>If updating this package, you will also need to update
101 any existing version of <xref linkend='rpcbind'/></para></note>
[1f6099c]102
[c503fad7]103 <para>
104 Install <application>libtirpc</application> by running the following
105 commands:
106 </para>
[821903b8]107
[4df25bd0]108<screen><userinput>
109patch -Np1 -i ../libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch &amp;&amp;
110./configure --prefix=/usr \
111 --sysconfdir=/etc \
112 --disable-static \
113 --disable-gssapi &amp;&amp;
[821903b8]114make</userinput></screen>
115
[c503fad7]116 <para>
117 This package does not come with a test suite.
118 </para>
[821903b8]119
[c503fad7]120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
[821903b8]123
[c503fad7]124<screen role="root"><userinput>make install &amp;&amp;
125mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
[a4b8fa34]126ln -sfv ../../lib/libtirpc.so.3.0.0 /usr/lib/libtirpc.so</userinput></screen>
[821903b8]127
128 </sect2>
129
[e867a12]130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
[485aec87]133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
[fddb28c]136 <para>
[f3429309]137 <parameter>--disable-gssapi</parameter>: This switch is needed if
[c2b0e50]138 no GSSAPI is installed. Remove this switch if you have one
139 installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
[fddb28c]140 </para>
141
[c503fad7]142 <para>
[0d7900a]143 <command>mv -v /usr/lib/libtirpc.so.* ...</command>: Move shared
[c503fad7]144 libraries into /lib so they are available before /usr is mounted.
145 </para>
[d40e1a4]146
[e867a12]147 </sect2>
148
[821903b8]149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
[c3c56b2]153 <segtitle>Installed Programs</segtitle>
[821903b8]154 <segtitle>Installed Libraries</segtitle>
[fdd7a91]155 <segtitle>Installed Directory</segtitle>
[821903b8]156
157 <seglistitem>
[c3c56b2]158 <seg>
159 None
160 </seg>
[c503fad7]161 <seg>
[485aec87]162 libtirpc.so
[c503fad7]163 </seg>
164 <seg>
[9fe905c]165 /usr/include/tirpc
[c503fad7]166 </seg>
[821903b8]167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="libtirpc-lib">
[485aec87]176 <term><filename class="libraryfile">libtirpc.so</filename></term>
[821903b8]177 <listitem>
[c503fad7]178 <para>
179 provides the Remote Procedure Call (RPC) API functions required by
180 other programs.
181 </para>
[821903b8]182 <indexterm zone="libtirpc libtirpc-lib">
[485aec87]183 <primary sortas="c-libtirpc">libtirpc.so</primary>
[821903b8]184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.