Changeset 8b319a8


Ignore:
Timestamp:
02/04/2017 02:04:28 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
660bc6a
Parents:
34484cf
Message:

tripwire-2.4.3.2
babl-0.1.24
xkeyboard-config-2.20
gimp-2.8.20

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/babl.xml

    r34484cf r8b319a8  
    1010<!--  <!ENTITY babl-download-ftp
    1111  "ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">-->
    12   <!ENTITY babl-md5sum        "b66682d1c3e209001eabf1294b72d841">
    13   <!ENTITY babl-size          "600 KB">
    14   <!ENTITY babl-buildsize     "12 MB (with tests)">
     12  <!ENTITY babl-md5sum        "c32245f90a0b59e4714b546308d2ee34">
     13  <!ENTITY babl-size          "602 KB">
     14  <!ENTITY babl-buildsize     "15 MB (with tests)">
    1515  <!ENTITY babl-time          "0.2 SBU (with tests)">
    1616]>
  • introduction/welcome/changelog.xml

    r34484cf r8b319a8  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[pierre] - Update to gimp-2.8.20. Fixes
     50          <ulink url="&blfs-ticket-root;8836">#8836</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[pierre] - Update to xkeyboard-config-2.20. Fixes
     54          <ulink url="&blfs-ticket-root;8835">#8835</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[pierre] - Update to babl-0.1.24. Fixes
     58          <ulink url="&blfs-ticket-root;8833">#8833</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[pierre] - Update to tripwire-2.4.3.2. Fixes
     62          <ulink url="&blfs-ticket-root;8832">#8832</ulink>.</para>
     63        </listitem>
     64        <listitem>
    4965          <para>[dj] - Update to Thunderbird-45.7.0. Fixes
    5066          <ulink url="&blfs-ticket-root;8806">#8806</ulink>.</para>
  • packages.ent

    r34484cf r8b319a8  
    4242<!ENTITY stunnel-version              "5.40">
    4343<!ENTITY sudo-version                 "1.8.19p2">
    44 <!ENTITY tripwire-version             "2.4.3.1">
     44<!ENTITY tripwire-version             "2.4.3.2">
    4545
    4646<!-- Chapter 5 -->
     
    173173<!-- Chapter 10 -->
    174174<!ENTITY aalib-version                "1.4rc5">
    175 <!ENTITY babl-version                 "0.1.22">
     175<!ENTITY babl-version                 "0.1.24">
    176176<!ENTITY exiv2-version                "0.25">
    177177<!ENTITY freetype2-version            "2.7.1">
     
    493493<!ENTITY xbitmaps-version             "1.1.1">
    494494<!ENTITY xcursor-themes-version       "1.0.4">
    495 <!ENTITY xkeyboard-config-version     "2.19">
     495<!ENTITY xkeyboard-config-version     "2.20">
    496496<!ENTITY mesa-version                 "13.0.4">
    497497<!ENTITY xcb-util-version             "0.4.0">
     
    704704<!ENTITY fontforge-version            "20161004">
    705705<!ENTITY gparted-version              "0.27.0">
    706 <!ENTITY gimp-version                 "2.8.18">
     706<!ENTITY gimp-version                 "2.8.20">
    707707<!ENTITY hexchat-version              "2.12.4">
    708708<!ENTITY icedtea-web-version          "1.6.2">
  • postlfs/security/tripwire.xml

    r34484cf r8b319a8  
    77  <!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        "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)">
     9  <!ENTITY tripwire-md5sum        "4ec693b96112e4933235f75908695951">
     10  <!ENTITY tripwire-size          "945 KB">
     11  <!ENTITY tripwire-buildsize     "33 MB">
     12  <!ENTITY tripwire-time          "1.2 SBU (scripting install)">
    1313]>
    1414
     
    9393<screen><userinput>sed -e 's|TWDB="${prefix}|TWDB="/var|'   \
    9494    -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;
     95    -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;|' \
     96    -i installer/install.cfg                               &amp;&amp;
     97find . -name Makefile.am | xargs                           \
     98    sed -i 's/^[[:alpha:]_]*_HEADERS.*=/noinst_HEADERS =/' &amp;&amp;
     99sed '/dist/d' -i man/man?/Makefile.am                      &amp;&amp;
     100autoreconf -fi                                             &amp;&amp;
     101
     102./configure --prefix=/usr --sysconfdir=/etc/tripwire       &amp;&amp;
    99103make</userinput></screen>
    100104
     
    111115cp -v policy/*.txt /usr/share/doc/tripwire-&tripwire-version;</userinput></screen>
    112116
     117    <note>
     118      <para>
     119        During <command>make install</command>, several questions
     120        are asked, including passwords. If you want to make a script, you have
     121        to apply a <application>sed</application> before running
     122        <command>make install</command>:
     123      </para>
     124
     125<screen><userinput>sed -i -e 's@installer/install.sh@&amp; -n -s <replaceable>&lt;site-password&gt;</replaceable> -l <replaceable>&lt;local-password&gt;</replaceable>@' Makefile</userinput></screen>
     126
     127      <para>
     128        Of course, you should do this with dummy passwords and change them
     129        later.
     130      </para>
     131    </note>
     132
    113133  </sect2>
    114134
     
    116136    <title>Command Explanations</title>
    117137
    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>
    122 
    123     <para><command>make install</command>: This command creates the
    124     <application>Tripwire</application> security keys as well as installing
    125     the binaries. There are two keys: a site key and a local key which are
    126     stored in <filename class="directory">/etc/tripwire/</filename>.</para>
    127 
    128     <note><para>During <command>make install</command>, several questions
    129     are asked, including passwords. If you want to make a script, you have
    130     to apply a <application>sed</application> before running
    131     <command>make install</command>:</para>
    132 
    133138    <para>
    134     <command>sed -i -e 's@install/install.sh@&amp; -n -s<replaceable>&lt;site-password&gt;</replaceable> -l<replaceable>&lt;local-password&gt;</replaceable>@' Makefile</command>
     139      <command>sed ... installer/install.cfg</command>: This command tells
     140      the package to install the program database and reports in
     141      <filename class="directory">/var/lib/tripwire</filename> and sets the
     142      proper location for man pages and documentation.
    135143    </para>
    136144
    137     <para>Of course, you should do this with dummy passwords and change them
    138     later.</para></note>
    139 
    140     <para><command>cp -v policy/*.txt /usr/doc/tripwire-&tripwire-version;</command>: This command
    141     installs the <application>tripwire</application> sample policy files with
    142     the other <application>tripwire</application> documentation.</para>
     145    <para>
     146      <command>find ...</command>, <command>sed ...</command>, and
     147      <command>autoreconf -fi</command>: The build system is unusable as is, and
     148      has to be modified for the build to succeed.
     149    </para>
     150
     151    <para>
     152      <command>make install</command>: This command creates the
     153      <application>Tripwire</application> security keys as well as installing
     154      the binaries. There are two keys: a site key and a local key which are
     155      stored in <filename class="directory">/etc/tripwire/</filename>.
     156    </para>
     157
     158    <para>
     159      <command>cp -v policy/*.txt /usr/doc/tripwire-&tripwire-version;</command>:
     160      This command installs the <application>tripwire</application> sample
     161      policy files with the other <application>tripwire</application>
     162      documentation.i
     163    </para>
    143164
    144165  </sect2>
     
    215236      as the <systemitem class="username">root</systemitem> user, with:</para>
    216237
    217 <screen role="root">twprint --print-report -r /var/lib/tripwire/report/<replaceable>&lt;report-name.twr&gt;</replaceable></screen>
     238<screen role="root"><userinput>twprint --print-report -r /var/lib/tripwire/report/<replaceable>&lt;report-name.twr&gt;</replaceable></userinput></screen>
    218239
    219240      <para>After you run an integrity check, you should examine the
     
    271292        <seg>siggen, tripwire, twadmin, and twprint</seg>
    272293        <seg>None</seg>
    273         <seg>/etc/tripwire, /var/lib/tripwire, and /usr/share/doc/tripwire</seg>
     294        <seg>/etc/tripwire, /var/lib/tripwire,
     295        and /usr/share/doc/tripwire-&tripwire-version;</seg>
    274296      </seglistitem>
    275297    </segmentedlist>
  • x/installing/xkeyboard-config.xml

    r34484cf r8b319a8  
    99  <!ENTITY xkeyboard-config-download-ftp
    1010  "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
    11   <!ENTITY xkeyboard-config-md5sum        "88cbf55f2f32b80ba9bb872889daf7ff">
    12   <!ENTITY xkeyboard-config-size          "964 KB">
    13   <!ENTITY xkeyboard-config-buildsize     "13 MB">
     11  <!ENTITY xkeyboard-config-md5sum        "1f68886339116ae3877052204c9b9b88">
     12  <!ENTITY xkeyboard-config-size          "955 KB">
     13  <!ENTITY xkeyboard-config-buildsize     "20 MB">
    1414  <!ENTITY xkeyboard-config-time          "less than 0.1 SBU">
    1515]>
  • xsoft/other/gimp.xml

    r34484cf r8b319a8  
    77  <!ENTITY gimp-download-http "http://download.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  " ">
    9   <!ENTITY gimp-md5sum        "5adaa11a68bc8a42bb2c778fee4d389c">
     9  <!ENTITY gimp-md5sum        "d405640c426b234d6efc36fb4f5bae57">
    1010  <!ENTITY gimp-size          "20 MB">
    11   <!ENTITY gimp-buildsize     "575 MB (additional 714 MB to run
     11  <!ENTITY gimp-buildsize     "643 MB (additional 714 MB to run
    1212                               the test suite)">
    13   <!ENTITY gimp-time          "5.9 SBU (additional 0.9 SBU to run
     13  <!ENTITY gimp-time          "4.2 SBU (additional 0.8 SBU to run
    1414                               the test suite)">
    1515
     
    146146      <command>sendmail</command> program),
    147147      <xref linkend="gtk-doc"/>,
    148       <xref linkend="webkitgtk2"/> (required for the help-plugin) and
     148      <xref linkend="webkitgtk2"/>, and
    149149      <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
    150150    </para>
     
    256256    <para>
    257257      <parameter>--without-gvfs</parameter>: the choice of the backend to
    258       handle URI information, e.g., when dragging images from a browser into the
    259       <application>Gimp</application>, is made at compile time.  This parameter will
    260       ensure that <application>cURL</application> is used at run-time, instead of
    261       <application>Gvfs</application>.  You can omit this if you are installing
    262       <application>Gvfs</application> AND will be running <command>gvfsd</command>,
    263       e.g., in a <application>GNOME</application> desktop.
     258      handle URI information, e.g., when dragging images from a browser into
     259      the <application>Gimp</application>, is made at compile time. This
     260      parameter will ensure that <application>cURL</application> is used at
     261      run-time, instead of <application>Gvfs</application>. You can omit this
     262      if you are installing <application>Gvfs</application> AND will be running
     263      <command>gvfsd</command>, e.g., in a <application>GNOME</application>
     264      desktop.
    264265    </para>
    265266
     
    302303
    303304      <para>
    304         The GIMP uses either a plugin or a browser for its help system.  <!--
    305         The depedency to build the plugin, WebKitGTK+-2.4.x, has been deprecated
    306         and is no longer in BLFS. -->  To set up the help system to work with
    307         the default browser, use Edit -> Preferences -> Help System and select
    308         'Web Browser' for the 'Help Browser to use' setting.
     305        The GIMP uses either a plugin (if you have installed <xref
     306        linkend="webkitgtk2"/>) or a browser for its help system.<!--
     307        The depedency to build the plugin, WebKitGTK+-2.4.x, has been
     308        deprecated and is no longer in BLFS. --> To set up the help system to
     309        work with the default browser, use Edit -> Preferences -> Help System
     310        and select 'Web Browser' for the 'Help Browser to use' setting.
    309311      </para>
    310312    </sect3>
     
    322324      <seglistitem>
    323325        <seg>
    324           gimp, gimp-2.8,
    325           gimp-console, gimp-console-2.8, and
     326          gimp (symlink), gimp-2.8,
     327          gimp-console (symlink), gimp-console-2.8, and
    326328          gimptool-2.0
    327329        </seg>
Note: See TracChangeset for help on using the changeset viewer.