mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Some more package updates, fix iptables compilation.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10927 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
48fcfcf67c
commit
3ff3b9bb87
@ -180,7 +180,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY liboauth-version "1.0.0">
|
||||
<!ENTITY libpwquality-version "1.2.0">
|
||||
<!ENTITY linux-pam-version "1.1.6">
|
||||
<!ENTITY mitkrb-version "1.10.3">
|
||||
<!ENTITY mitkrb-version "1.11">
|
||||
<!ENTITY nettle-version "2.5">
|
||||
<!ENTITY nss-major-version "14">
|
||||
<!ENTITY nss-minor-version "1">
|
||||
@ -371,7 +371,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY pciutils-version "3.1.10">
|
||||
<!ENTITY raptor-version "2.0.8">
|
||||
<!ENTITY rasqal-version "0.9.29">
|
||||
<!ENTITY redland-version "1.0.15">
|
||||
<!ENTITY redland-version "1.0.16">
|
||||
<!ENTITY sg3_utils-version "1.34">
|
||||
<!ENTITY strigi-version "0.7.7">
|
||||
<!ENTITY sysstat-version "10.0.5">
|
||||
|
@ -6,13 +6,13 @@
|
||||
|
||||
<!ENTITY redland-download-http "http://download.librdf.org/source/redland-&redland-version;.tar.gz">
|
||||
<!ENTITY redland-download-ftp " ">
|
||||
<!ENTITY redland-md5sum "b0deb87f3c7d3237a3d587c1e0f2f266">
|
||||
<!ENTITY redland-size "1.5 MB">
|
||||
<!ENTITY redland-buildsize "20.9 MB">
|
||||
<!ENTITY redland-md5sum "32f8e1417a64d3c6f2c727f9053f55ea">
|
||||
<!ENTITY redland-size "1.6 MB">
|
||||
<!ENTITY redland-buildsize "21 MB">
|
||||
<!ENTITY redland-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="redland" xreflabel="redland-&redland-version;">
|
||||
<sect1 id="redland" xreflabel="Redland-&redland-version;">
|
||||
<?dbhtml filename="redland.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -23,7 +23,7 @@
|
||||
<title>Redland-&redland-version;</title>
|
||||
|
||||
<indexterm zone="redland">
|
||||
<primary sortas="a-redland">redland</primary>
|
||||
<primary sortas="a-Redland">Redland</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
@ -58,15 +58,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/redland-&redland-version;-fixes-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
<bridgehead renderas="sect3">Redland Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -108,8 +99,8 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--disable-static</option>: This option prevents compiling the
|
||||
static archive versions of the libraries.</para>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -83,12 +83,18 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - lm_sensors 3.3.3.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - MIT Kerberos V5 1.11.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - PulseAudio 3.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Qpdf 4.0.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Redland 1.0.16.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - SoundTouch 1.7.1.</para>
|
||||
</listitem>
|
||||
|
@ -134,7 +134,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>LDFLAGS="-L$PWD/libiptc/.libs" \
|
||||
./configure --prefix=/usr \
|
||||
--exec-prefix= \
|
||||
--bindir=/usr/bin \
|
||||
--with-xtlibdir=/lib/xtables \
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.10/krb5-&mitkrb-version;-signed.tar">
|
||||
<!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.11/krb5-&mitkrb-version;-signed.tar">
|
||||
<!ENTITY mitkrb-download-ftp " ">
|
||||
<!ENTITY mitkrb-md5sum "a31eaa949d663cccca6b790af4573368">
|
||||
<!ENTITY mitkrb-size "11 MB">
|
||||
<!ENTITY mitkrb-buildsize "120 MB (Additional 20 MB if running the testsuite)">
|
||||
<!ENTITY mitkrb-md5sum "1a13c53899806c4da99a798a04d25545">
|
||||
<!ENTITY mitkrb-size "12 MB">
|
||||
<!ENTITY mitkrb-buildsize "125 MB (Additional 20 MB if running the testsuite)">
|
||||
<!ENTITY mitkrb-time "1.4 SBU (additional 2.0 SBU if running the testsuite)">
|
||||
]>
|
||||
|
||||
@ -123,14 +123,18 @@
|
||||
<screen>gpg: Signature made Wed Aug 8 22:29:58 2012 GMT using RSA key ID F376813D
|
||||
gpg: Can't check signature: public key not found</screen>
|
||||
|
||||
<para>You can import the public key with:</para>
|
||||
<para>
|
||||
You can import the public key with:
|
||||
</para>
|
||||
|
||||
<screen><userinput>gpg gpg --keyserver pgp.mit.edu --recv-keys 0xF376813D</userinput></screen>
|
||||
|
||||
<para>Now re-verify the package with the first command above. You should
|
||||
get a indication of a good signature, but the key will still not be certified
|
||||
with a trusted signature. Trusting the downloaded key is a separate operation
|
||||
but it is up to you to determine the level of trust.</para>
|
||||
<para>
|
||||
Now re-verify the package with the first command above. You should get a
|
||||
indication of a good signature, but the key will still not be certified
|
||||
with a trusted signature. Trusting the downloaded key is a separate
|
||||
operation but it is up to you to determine the level of trust.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Build <application>MIT Kerberos V5</application> by running the
|
||||
@ -138,7 +142,6 @@ gpg: Can't check signature: public key not found</screen>
|
||||
</para>
|
||||
|
||||
<screen><userinput>cd src &&
|
||||
sed -i -e 's/^YYSTYPE yylval/&={0}/' lib/krb5/krb/deltat.c &&
|
||||
./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var/lib \
|
||||
@ -159,7 +162,7 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit \
|
||||
kdb5 krb5 krb5support verto-k5ev verto ; do
|
||||
kdb5 krb5 krb5support verto ; do
|
||||
chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
|
||||
done &&
|
||||
|
||||
@ -198,12 +201,7 @@ unset LIBRARY INFOFILE</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ... lib/krb5/krb/deltat.c</command>: This sed
|
||||
fixes a problem when building with GCC 4.7.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-dns-for-realm</option>: This parameter allows
|
||||
<option>--enable-dns-for-realm</option>: This switch allows
|
||||
realms to be resolved using the DNS server.
|
||||
</para>
|
||||
|
||||
@ -483,11 +481,13 @@ EOF</userinput></screen>
|
||||
<seg>
|
||||
libgssapi_krb5.so, libgssrpc.so, libk5crypto.so,
|
||||
libkadm5clnt.so, libkadm5srv.so, libkdb5.so, libkdb_ldap.so,
|
||||
libkrb5.so, libkrb5support.so, libverto-k5ev.so and
|
||||
libverto.so
|
||||
libkrb5.so, libkrb5support.so, and libverto.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/{gssapi,gssrpc,kadm5,krb5},
|
||||
/usr/include/gssapi,
|
||||
/usr/include/gssrpc,
|
||||
/usr/include/kadm5,
|
||||
/usr/include/krb5,
|
||||
/usr/lib/krb5,
|
||||
/usr/share/doc/krb5-&mitkrb-version;,
|
||||
/usr/share/examples/krb5 and
|
||||
@ -734,7 +734,7 @@ EOF</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgssapi_krb5">
|
||||
<term><filename class='libraryfile'>libgssapi_krb5.so</filename></term>
|
||||
<term><filename class="libraryfile">libgssapi_krb5.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contain the Generic Security Service Application Programming
|
||||
@ -751,7 +751,7 @@ EOF</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkadm5clnt">
|
||||
<term><filename class='libraryfile'>libkadm5clnt.so</filename></term>
|
||||
<term><filename class="libraryfile">libkadm5clnt.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains the administrative authentication and password checking
|
||||
@ -764,7 +764,7 @@ EOF</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkadm5srv">
|
||||
<term><filename class='libraryfile'>libkadm5srv.so</filename></term>
|
||||
<term><filename class="libraryfile">libkadm5srv.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contain the administrative authentication and password
|
||||
@ -777,7 +777,7 @@ EOF</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkdb5">
|
||||
<term><filename class='libraryfile'>libkdb5.so</filename></term>
|
||||
<term><filename class="libraryfile">libkdb5.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a Kerberos 5 authentication/authorization database
|
||||
@ -790,7 +790,7 @@ EOF</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkrb5">
|
||||
<term><filename class='libraryfile'>libkrb5.so</filename></term>
|
||||
<term><filename class="libraryfile">libkrb5.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an all-purpose <application>Kerberos 5</application> library.
|
||||
|
Loading…
Reference in New Issue
Block a user