Ignore:
Timestamp:
12/26/2017 07:47:35 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
37a1fc56
Parents:
264efc84
Message:

Update to tcl/tk-8.6.8.
Update to gmime3-3.2.0.
Update to gnupg-2.2.4.
Update to xfce4-power-manager-1.6.1.
Update to nghttp2-1.29.0.
Update to krb5-1.16.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r264efc84 rf22b905  
    77  <!ENTITY mitkrb-download-http "https://web.mit.edu/kerberos/dist/krb5/&mitkrb-major-version;/krb5-&mitkrb-version;.tar.gz">
    88  <!ENTITY mitkrb-download-ftp  " ">
    9   <!ENTITY mitkrb-md5sum        "b160f72161c730897dc7689f876b6e2a">
    10   <!ENTITY mitkrb-size          "8.9 MB">
    11   <!ENTITY mitkrb-buildsize     "136 MB (additional 23 MB for the testsuite)">
    12   <!ENTITY mitkrb-time          "0.8 SBU (additional 5.0 SBU for the testsuite)">
     9  <!ENTITY mitkrb-md5sum        "23c5e9f07642db4a67f7a5b6168b1319">
     10  <!ENTITY mitkrb-size          "9.0 MB">
     11  <!ENTITY mitkrb-buildsize     "100 MB (add 24 MB for tests)">
     12  <!ENTITY mitkrb-time          "0.4 SBU (using parallelism=4; add 4.1 SBU for tests)">
    1313]>
    1414
     
    132132
    133133<screen><userinput>cd src &amp;&amp;
    134 
    135 sed -e 's@\^u}@^u cols 300}@' \
    136     -i tests/dejagnu/config/default.exp &amp;&amp;
    137 
    138 sed -e '/eq 0/{N;s/12 //}' \
    139     -i plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
     134 
     135sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp     &amp;&amp;
     136sed -i -e '/eq 0/{N;s/12 //}'    plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
    140137
    141138./configure --prefix=/usr            \
     
    150147    <para>
    151148      To test the build, issue as the <systemitem
    152       class="username">root</systemitem> user: <command>make check</command>.
     149      class="username">root</systemitem> user: <command>make -k check</command>.
    153150      You need at least <xref linkend="tcl"/>, which is used to drive the
    154151      testsuite.  Furthermore, <xref linkend="dejagnu"/> must be available for
     
    156153      installed, it may happen that the test suite pick up the installed
    157154      versions of the libraries, rather than the newly built ones. If so, it is
    158       better to run the tests after the installation.
     155      better to run the tests after the installation. The t_ccselect test
     156      i sknown to fail.
    159157    </para>
    160158
Note: See TracChangeset for help on using the changeset viewer.