Changeset 2ee0a026


Ignore:
Timestamp:
04/12/2006 06:17:06 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
82269e50
Parents:
85498e6
Message:

Updated to tripwire-2.4.0.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r85498e6 r2ee0a026  
    5656<!ENTITY iptables-version             "1.3.3">
    5757<!ENTITY gnupg-version                "1.4.3">
    58 <!ENTITY tripwire-version             "portable-0.9">
     58<!ENTITY tripwire-version             "2.4.0.1">
    5959<!ENTITY heimdal-version              "0.7.2">
    6060<!ENTITY mitkrb-version               "1.4.1">
  • introduction/welcome/changelog.xml

    r85498e6 r2ee0a026  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to tripwire-2.4.0.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Whois-4.7.13.</para>
    4952        </listitem>
  • postlfs/security/tripwire.xml

    r85498e6 r2ee0a026  
    55  %general-entities;
    66
    7   <!ENTITY tripwire-download-http "http://www.frenchfries.net/paul/tripwire/tripwire-&tripwire-version;.tar.gz">
     7  <!ENTITY tripwire-download-http "http://prdownloads.sourceforge.net/tripwire/tripwire-&tripwire-version;-src.tar.bz2?download">
    88  <!ENTITY tripwire-download-ftp  " ">
    9   <!ENTITY tripwire-md5sum        "02610d0593fe04d35d809ff6c5becc02">
    10   <!ENTITY tripwire-size          "869 KB">
    11   <!ENTITY tripwire-buildsize     "22 MB">
    12   <!ENTITY tripwire-time          "2.96 SBU">
     9  <!ENTITY tripwire-md5sum        "b371f79ac23cacc9ad40b1da76b4a0c4">
     10  <!ENTITY tripwire-size          "1.2 MB">
     11  <!ENTITY tripwire-buildsize     "37 MB">
     12  <!ENTITY tripwire-time          "1.6 SBU">
    1313]>
    1414
    15 <sect1 id="tripwire-portable" xreflabel="Tripwire-&tripwire-version;">
     15<sect1 id="tripwire" xreflabel="Tripwire-&tripwire-version;">
    1616  <?dbhtml filename="tripwire.html"?>
    1717
     
    2727  <title>Tripwire-&tripwire-version;</title>
    2828
    29   <indexterm zone="tripwire-portable">
     29  <indexterm zone="tripwire">
    3030    <primary sortas="a-Tripwire">Tripwire</primary>
    3131  </indexterm>
     
    5959    </itemizedlist>
    6060
     61    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>Required patch:
     65          <ulink url="&patch-root;/tripwire/tripwire-&tripwire-version;-gcc4_build_fixes-1.patch"/>
     66        </para>
     67      </listitem>
     68    </itemizedlist>
     69                                                       
    6170    <bridgehead renderas="sect3">Tripwire Dependencies</bridgehead>
    6271
     
    7584    commands:</para>
    7685
    77 <screen><userinput>sed -i -e 's@TWDB="${prefix}@TWDB="/var@' install/install.cfg &amp;&amp;
     86<screen><userinput>ln -s contrib install &amp;&amp;
     87patch -Np1 -i ../tripwire-&tripwire-version;-gcc4_build_fixes-1.patch &amp;&amp;
     88sed -i -e 's@TWDB="${prefix}@TWDB="/var@' install/install.cfg &amp;&amp;
    7889./configure --prefix=/usr --sysconfdir=/etc/tripwire &amp;&amp;
    7990make</userinput></screen>
    8091
     92    <warning><para>The default configuration is to use a local MTA. If
     93    you don't have an MTA installed and have no wish to install
     94    one, modify <filename>install/install.cfg</filename> to use an SMTP
     95    server instead.  Otherwise the install will fail.</para></warning>
     96 
    8197    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8298
     
    84100cp -v policy/*.txt /usr/share/doc/tripwire</userinput></screen>
    85101
    86     <para>The default configuration is to use a local MTA. If
    87     you don't have an MTA installed and have no wish to install
    88     one, modify <filename>install.cfg</filename> to use an SMTP
    89     server instead.</para>
    90 
    91102  </sect2>
    92103
    93104  <sect2 role="commands">
    94105    <title>Command Explanations</title>
     106
     107    <para><command>ln -s contrib install</command>: This command creates
     108    a symbolic link in the build directory needed for installation.</para>
    95109
    96110    <para><command>sed -i -e 's@TWDB="${prefix}@TWDB="/var@'
     
    117131      <para><filename>/etc/tripwire/*</filename></para>
    118132
    119       <indexterm zone="tripwire-portable tripwire-config">
     133      <indexterm zone="tripwire tripwire-config">
    120134        <primary sortas="e-etc-tripwire">/etc/tripwire/*</primary>
    121135      </indexterm>
     
    200214      <command>:x</command>.</para>
    201215
     216     
     217      <para>A good summary of tripwire operations can be found at       
     218      <ulink url="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-tripwire.html"/>.</para>
     219
    202220    </sect3>
    203221
     
    241259          <para>is a signature gathering utility that displays
    242260          the hash function values for the specified files.</para>
    243           <indexterm zone="tripwire-portable siggen">
     261          <indexterm zone="tripwire siggen">
    244262            <primary sortas="b-siggen">siggen</primary>
    245263          </indexterm>
     
    247265      </varlistentry>
    248266
    249       <varlistentry id='tripwire'>
     267      <varlistentry id='tripwire-program'>
    250268        <term><command>tripwire</command></term>
    251269        <listitem>
    252270          <para>is the main file integrity checking program.</para>
    253           <indexterm zone="tripwire-portable tripwire">
     271          <indexterm zone="tripwire tripwire">
    254272            <primary sortas="b-tripwire">tripwire</primary>
    255273          </indexterm>
     
    264282          <application>Tripwire</application> files and configuration
    265283          options.</para>
    266           <indexterm zone="tripwire-portable twadmin">
     284          <indexterm zone="tripwire twadmin">
    267285            <primary sortas="b-twadmin">twadmin</primary>
    268286          </indexterm>
     
    275293          <para>prints <application>Tripwire</application>
    276294          database and report files in clear text format.</para>
    277           <indexterm zone="tripwire-portable twprint">
     295          <indexterm zone="tripwire twprint">
    278296            <primary sortas="b-twprint">twprint</primary>
    279297          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.