Changeset e4565e8


Ignore:
Timestamp:
09/01/2016 03:32:06 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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
Children:
4d3f03f6
Parents:
75f4372c
Message:

Update to tripwire-2.4.3.1
Misc url and md5sum updates

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r75f4372c re4565e8  
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    1010  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    11   <!ENTITY imagemagick-md5sum        "a5b7169a295ce90a6aad23f8580d7c65">
     11  <!ENTITY imagemagick-md5sum        "72d5b71d2ede2c863086df28f66ceda7">
    1212  <!ENTITY imagemagick-size          "8.4 MB">
    1313  <!ENTITY imagemagick-buildsize     "142 MB, with typical dependencies (add 31 MB for the test suite)">
  • introduction/welcome/changelog.xml

    r75f4372c re4565e8  
    4848      <para>September 1st, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to tripwire-2.4.3.1. No ticket.</para>
     52        </listitem>
    5053        <listitem>
    5154          <para>[pierre] - Update to OpenJDK-1.8.0.102. Fixes
  • packages.ent

    r75f4372c re4565e8  
    4141<!ENTITY stunnel-version              "5.35">
    4242<!ENTITY sudo-version                 "1.8.17p1">
    43 <!ENTITY tripwire-version             "2.4.2.2">
     43<!ENTITY tripwire-version             "2.4.3.1">
    4444
    4545<!-- Chapter 5 -->
  • postlfs/editors/emacs.xml

    r75f4372c re4565e8  
    77<!--  <!ENTITY emacs-download-http "https://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
    88  <!ENTITY emacs-download-ftp  "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz"> -->
    9   <!ENTITY emacs-download-http "http://git.savannah.gnu.org/cgit/emacs.git//cgit/emacs.git/snapshot/emacs-25.1-rc2.tar.gz">
     9  <!ENTITY emacs-download-http "http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-&emacs-version;.tar.gz">
    1010  <!ENTITY emacs-download-ftp  " ">
    1111  <!ENTITY emacs-md5sum        "cb88785c43e20927425b02700f3f33c6">
  • postlfs/security/tripwire.xml

    r75f4372c re4565e8  
    55  %general-entities;
    66
    7   <!ENTITY tripwire-download-http "&sourceforge-repo;/tripwire/tripwire-&tripwire-version;-src.tar.bz2">
     7  <!ENTITY tripwire-download-http "https://github.com/Tripwire/tripwire-open-source/archive/&tripwire-version;.tar.gz">
    88  <!ENTITY tripwire-download-ftp  " ">
    9   <!ENTITY tripwire-md5sum        "2462ea16fb0b5ae810471011ad2f2dd6">
    10   <!ENTITY tripwire-size          "704 KB">
    11   <!ENTITY tripwire-buildsize     "31 MB">
    12   <!ENTITY tripwire-time          "1.3 SBU (includes interactive time during install)">
     9  <!ENTITY tripwire-md5sum        "36c7f1beb5431db870506d5604c0d060">
     10  <!ENTITY tripwire-size          "812 KB">
     11  <!ENTITY tripwire-buildsize     "27 MB">
     12  <!ENTITY tripwire-time          "1.6 SBU (includes interactive time during install)">
    1313]>
    1414
     
    3333    used to verify the integrity of the files on a given system.</para>
    3434
    35     &lfs79_checked;
     35    &lfs7a_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
     59    <note>
     60      <para>
     61        The <application>tripwire</application> source tarball shown above
     62        downloads with the correct name, tripwire-open-source-&tripwire-version;.tar.gz,
     63        if using a browser such as Firefox. If you prefer to use a command line
     64        program such as wget, you normally would obtain
     65        &tripwire-version;.tar.gz. To obtain this package with the proper
     66        filename, run:
     67
     68<screen><userinput>wget -c https://github.com/Tripwire/tripwire-open-source/archive/&tripwire-version;.tar.gz \
     69     -O tripwire-open-source-&tripwire-version;.tar.gz</userinput></screen>.
     70      </para>
     71    </note>
     72
    5973    <bridgehead renderas="sect3">Tripwire Dependencies</bridgehead>
    6074
     
    7791    commands:</para>
    7892
    79 <screen><userinput>sed -i -e 's@TWDB="${prefix}@TWDB="/var@' install/install.cfg            &amp;&amp;
    80 sed -i -e 's/!Equal/!this->Equal/' src/cryptlib/algebra.h                &amp;&amp;
    81 sed -i -e '/stdtwadmin.h/i#include &lt;unistd.h&gt;' src/twadmin/twadmincl.cpp &amp;&amp;
    82 sed -i -e '/TWMAN/ s|${prefix}|/usr/share|' \
    83        -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;|' \
    84        install/install.cfg                                               &amp;&amp;
    85 sed -i -e 's/eArchiveOpen e\([^)]*)\)/throw ( eArchiveOpen\1 )/' \
    86        -e '/throw e;/d' src/core/archive.cpp                             &amp;&amp;
    87 
    88 ./configure --prefix=/usr --sysconfdir=/etc/tripwire                     &amp;&amp;
     93<screen><userinput>sed -e 's|TWDB="${prefix}|TWDB="/var|'   \
     94    -e '/TWMAN/ s|${prefix}|/usr/share|' \
     95    -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;| \
     96    -i   install/install.cfg                         &amp;&amp;                     
     97
     98./configure --prefix=/usr --sysconfdir=/etc/tripwire &amp;&amp;
    8999make</userinput></screen>
    90100
     
    106116    <title>Command Explanations</title>
    107117
    108     <para><command>sed -i -e 's@TWDB="${prefix}@TWDB="/var@'
    109     install/install.cfg</command>: This command tells the package to install
    110     the program database and reports in
    111     <filename class="directory">/var/lib/tripwire</filename>.</para>
    112 
    113     <para><command>sed ... src/cryptlib/algebra.h</command>:
    114     Fix a compilation issue with gcc-4.7.</para>
    115 
    116     <para><command>sed ... src/twadmin/twadmincl.cpp</command>:
    117     Fix a compilation issue with gcc-4.7.</para>
    118 
    119     <para><command>sed ... install/install.cfg</command>:
    120     Fix the location of the man and doc directories.</para>
    121 
    122     <para><command>sed ... src/core/archive.cpp</command>:
    123     Fix compilation with gcc-4.9.</para>
     118    <para><command>sed ... install/install.cfg</command>: This command tells the
     119    package to install the program database and reports in
     120    <filename class="directory">/var/lib/tripwire</filename> and sets the
     121    proper location for man pages and documentation.</para>
    124122
    125123    <para><command>make install</command>: This command creates the
     
    140138    later.</para></note>
    141139
    142     <para><command>cp -v policy/*.txt /usr/doc/tripwire</command>: This command
     140    <para><command>cp -v policy/*.txt /usr/doc/tripwire-&tripwire-version;</command>: This command
    143141    installs the <application>tripwire</application> sample policy files with
    144142    the other <application>tripwire</application> documentation.</para>
Note: See TracChangeset for help on using the changeset viewer.