mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to tripwire-2.4.2.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9081 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1ae6204a78
commit
fdcbc8d2f6
@ -114,7 +114,7 @@ $Date$
|
||||
<!ENTITY gpgme-version "1.3.1">
|
||||
<!ENTITY libcap2-version "2.22">
|
||||
<!ENTITY nettle-version "2.4">
|
||||
<!ENTITY tripwire-version "2.4.1.2">
|
||||
<!ENTITY tripwire-version "2.4.2.2">
|
||||
<!ENTITY heimdal-version "1.4">
|
||||
<!ENTITY mitkrb-version "1.6">
|
||||
<!ENTITY cyrus-sasl-version "2.1.23">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>December 7th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to tripwire-2.4.2.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to Linux-PAM-1.1.5.</para>
|
||||
</listitem>
|
||||
|
@ -79,11 +79,11 @@
|
||||
<para>Install <application>xine User Interface</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i 's#info_ptr->##
|
||||
/RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
|
||||
src/xitk/Imlib-light/load.c &&
|
||||
sed -i '/#include.*curl.types.h*/d' src/xitk/download.c &&
|
||||
./configure --prefix=/usr --disable-lirc &&
|
||||
<screen><userinput>sed -i -e 's/info_ptr->//' \
|
||||
-e '/RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
|
||||
src/xitk/Imlib-light/load.c &&
|
||||
sed -i -e '/#include.*curl.types.h*/d' src/xitk/download.c &&
|
||||
./configure --prefix=/usr --disable-lirc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -97,10 +97,10 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i 's#info_ptr->## ...</command>: this sed fixes
|
||||
<para><command>sed -i -e 's/info_ptr->// ...</command>: this sed fixes
|
||||
compiling against libpng-&libpng-version;.</para>
|
||||
|
||||
<para><command>sed -i '/#include.*curl.types.h*/d' src/xitk/download.c</command>:
|
||||
<para><command>sed -i -e '/#include.*curl.types.h*/d' src/xitk/download.c</command>:
|
||||
<application>curl-&curl-version;</application> no longer installs
|
||||
<filename>curl/types.h</filename>, this fixes the compile.</para>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY tripwire-download-http "&sourceforge-repo;/tripwire/tripwire-&tripwire-version;-src.tar.bz2">
|
||||
<!ENTITY tripwire-download-ftp " ">
|
||||
<!ENTITY tripwire-md5sum "1147c278b528ed593023912c4b649a">
|
||||
<!ENTITY tripwire-size "700 KB">
|
||||
<!ENTITY tripwire-buildsize "28 MB">
|
||||
<!ENTITY tripwire-time "1.6 SBU">
|
||||
<!ENTITY tripwire-md5sum "2462ea16fb0b5ae810471011ad2f2dd6">
|
||||
<!ENTITY tripwire-size "704 KB">
|
||||
<!ENTITY tripwire-buildsize "31 MB">
|
||||
<!ENTITY tripwire-time "1.3 SBU (includes interactive time during install)">
|
||||
]>
|
||||
|
||||
<sect1 id="tripwire" xreflabel="Tripwire-&tripwire-version;">
|
||||
@ -32,6 +32,8 @@
|
||||
<para>The <application>Tripwire</application> package contains programs
|
||||
used to verify the integrity of the files on a given system.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -210,7 +212,7 @@ tripwire --init</userinput></screen>
|
||||
<command>:wq</command>.</para>
|
||||
|
||||
<para>A good summary of tripwire operations can be found at
|
||||
<ulink url="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-tripwire.html"/>.</para>
|
||||
<ulink url="http://va-holladays.no-ip.info:2200/tools/security-docs/tripwire-v1.0.pdf"/>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user