Author: bdubbs
Date: 2006-04-12 00:17:06 -0600 (Wed, 12 Apr 2006)
New Revision: 5848

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/tripwire.xml
Log:
Updated to tripwire-2.4.0.1

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-12 00:03:04 UTC (rev 5847)
+++ trunk/BOOK/general.ent      2006-04-12 06:17:06 UTC (rev 5848)
@@ -55,7 +55,7 @@
 <!ENTITY shadow-version               "4.0.15">
 <!ENTITY iptables-version             "1.3.3">
 <!ENTITY gnupg-version                "1.4.3">
-<!ENTITY tripwire-version             "portable-0.9">
+<!ENTITY tripwire-version             "2.4.0.1">
 <!ENTITY heimdal-version              "0.7.2">
 <!ENTITY mitkrb-version               "1.4.1">
 <!ENTITY cyrus-sasl-version           "2.1.21">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-12 00:03:04 UTC 
(rev 5847)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-12 06:17:06 UTC 
(rev 5848)
@@ -45,6 +45,9 @@
       <para>April 12th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Updated to tripwire-2.4.0.1.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Whois-4.7.13.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/postlfs/security/tripwire.xml
===================================================================
--- trunk/BOOK/postlfs/security/tripwire.xml    2006-04-12 00:03:04 UTC (rev 
5847)
+++ trunk/BOOK/postlfs/security/tripwire.xml    2006-04-12 06:17:06 UTC (rev 
5848)
@@ -4,15 +4,15 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY tripwire-download-http 
"http://www.frenchfries.net/paul/tripwire/tripwire-&tripwire-version;.tar.gz";>
+  <!ENTITY tripwire-download-http 
"http://prdownloads.sourceforge.net/tripwire/tripwire-&tripwire-version;-src.tar.bz2?download";>
   <!ENTITY tripwire-download-ftp  " ">
-  <!ENTITY tripwire-md5sum        "02610d0593fe04d35d809ff6c5becc02">
-  <!ENTITY tripwire-size          "869 KB">
-  <!ENTITY tripwire-buildsize     "22 MB">
-  <!ENTITY tripwire-time          "2.96 SBU">
+  <!ENTITY tripwire-md5sum        "b371f79ac23cacc9ad40b1da76b4a0c4">
+  <!ENTITY tripwire-size          "1.2 MB">
+  <!ENTITY tripwire-buildsize     "37 MB">
+  <!ENTITY tripwire-time          "1.6 SBU">
 ]>
 
-<sect1 id="tripwire-portable" xreflabel="Tripwire-&tripwire-version;">
+<sect1 id="tripwire" xreflabel="Tripwire-&tripwire-version;">
   <?dbhtml filename="tripwire.html"?>
 
   <sect1info>
@@ -26,7 +26,7 @@
 
   <title>Tripwire-&tripwire-version;</title>
 
-  <indexterm zone="tripwire-portable">
+  <indexterm zone="tripwire">
     <primary sortas="a-Tripwire">Tripwire</primary>
   </indexterm>
 
@@ -58,6 +58,15 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Required patch:
+          <ulink 
url="&patch-root;/tripwire/tripwire-&tripwire-version;-gcc4_build_fixes-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+                                                       
     <bridgehead renderas="sect3">Tripwire Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -74,25 +83,30 @@
     <para>Compile <application>Tripwire</application> by running the following
     commands:</para>
 
-<screen><userinput>sed -i -e '[EMAIL PROTECTED]"[EMAIL PROTECTED]"/var@' 
install/install.cfg &amp;&amp;
+<screen><userinput>ln -s contrib install &amp;&amp;
+patch -Np1 -i ../tripwire-&tripwire-version;-gcc4_build_fixes-1.patch 
&amp;&amp;
+sed -i -e '[EMAIL PROTECTED]"[EMAIL PROTECTED]"/var@' install/install.cfg 
&amp;&amp;
 ./configure --prefix=/usr --sysconfdir=/etc/tripwire &amp;&amp;
 make</userinput></screen>
 
+    <warning><para>The default configuration is to use a local MTA. If
+    you don't have an MTA installed and have no wish to install
+    one, modify <filename>install/install.cfg</filename> to use an SMTP
+    server instead.  Otherwise the install will fail.</para></warning>
+ 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install &amp;&amp;
 cp -v policy/*.txt /usr/share/doc/tripwire</userinput></screen>
 
-    <para>The default configuration is to use a local MTA. If
-    you don't have an MTA installed and have no wish to install
-    one, modify <filename>install.cfg</filename> to use an SMTP
-    server instead.</para>
-
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>ln -s contrib install</command>: This command creates 
+    a symbolic link in the build directory needed for installation.</para>
+
     <para><command>sed -i -e '[EMAIL PROTECTED]"[EMAIL PROTECTED]"/var@'
     install/install.cfg</command>: This command tells the package to install
     the program database and reports in
@@ -116,7 +130,7 @@
 
       <para><filename>/etc/tripwire/*</filename></para>
 
-      <indexterm zone="tripwire-portable tripwire-config">
+      <indexterm zone="tripwire tripwire-config">
         <primary sortas="e-etc-tripwire">/etc/tripwire/*</primary>
       </indexterm>
 
@@ -199,6 +213,10 @@
       about, remove the 'x' before the filename in the report and type
       <command>:x</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>
+
     </sect3>
 
     <sect3>
@@ -240,17 +258,17 @@
         <listitem>
           <para>is a signature gathering utility that displays
           the hash function values for the specified files.</para>
-          <indexterm zone="tripwire-portable siggen">
+          <indexterm zone="tripwire siggen">
             <primary sortas="b-siggen">siggen</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id='tripwire'>
+      <varlistentry id='tripwire-program'>
         <term><command>tripwire</command></term>
         <listitem>
           <para>is the main file integrity checking program.</para>
-          <indexterm zone="tripwire-portable tripwire">
+          <indexterm zone="tripwire tripwire">
             <primary sortas="b-tripwire">tripwire</primary>
           </indexterm>
         </listitem>
@@ -263,7 +281,7 @@
           certain administrative functions related to
           <application>Tripwire</application> files and configuration
           options.</para>
-          <indexterm zone="tripwire-portable twadmin">
+          <indexterm zone="tripwire twadmin">
             <primary sortas="b-twadmin">twadmin</primary>
           </indexterm>
         </listitem>
@@ -274,7 +292,7 @@
         <listitem>
           <para>prints <application>Tripwire</application>
           database and report files in clear text format.</para>
-          <indexterm zone="tripwire-portable twprint">
+          <indexterm zone="tripwire twprint">
             <primary sortas="b-twprint">twprint</primary>
           </indexterm>
         </listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to