Changeset ec66152


Ignore:
Timestamp:
04/05/2017 01:48:15 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
325d88d6
Parents:
ce242f2
Message:

Update to pwire-open-source-2.4.3.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rce242f2 rec66152  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to pwire-open-source-2.4.3.5. Fixes
     49          <ulink url="&blfs-ticket-root;9075">#9075</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to vala-0.36.1. Fixes
    4953          <ulink url="&blfs-ticket-root;9082">#9082</ulink>.</para>
  • packages.ent

    rce242f2 rec66152  
    4242<!ENTITY stunnel-version              "5.41">
    4343<!ENTITY sudo-version                 "1.8.19p2">
    44 <!ENTITY tripwire-version             "2.4.3.4">
     44<!ENTITY tripwire-version             "2.4.3.5">
    4545
    4646<!-- Chapter 5 -->
  • postlfs/security/tripwire.xml

    rce242f2 rec66152  
    77  <!ENTITY tripwire-download-http "https://github.com/Tripwire/tripwire-open-source/releases/download/&tripwire-version;/tripwire-open-source-&tripwire-version;.tar.gz">
    88  <!ENTITY tripwire-download-ftp  " ">
    9   <!ENTITY tripwire-md5sum        "7d93ed95b3a2aa45431481b7cc0e5d7a">
    10   <!ENTITY tripwire-size          "948 KB">
     9  <!ENTITY tripwire-md5sum        "34f09583d7ab4c10003db61707f1b707">
     10  <!ENTITY tripwire-size          "944 KB">
    1111  <!ENTITY tripwire-buildsize     "28 MB">
    12   <!ENTITY tripwire-time          "1.2 SBU (scripting install)">
     12  <!ENTITY tripwire-time          "1.6 SBU (scripting install)">
    1313]>
    1414
     
    9595    -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;|' \
    9696    -i installer/install.cfg                               &amp;&amp;
     97
    9798find . -name Makefile.am | xargs                           \
    9899    sed -i 's/^[[:alpha:]_]*_HEADERS.*=/noinst_HEADERS =/' &amp;&amp;
     100
    99101sed '/dist/d' -i man/man?/Makefile.am                      &amp;&amp;
    100102autoreconf -fi                                             &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.