Changeset 5c4a616 for postlfs/security


Ignore:
Timestamp:
02/05/2021 01:37:44 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
81e5e5a
Parents:
683cfcab
Message:

Update to JasPer-2.0.24 (Security Update - 25 vulnerabilities fixed)
Update to glib-2.66.6 (Critical security update)
Update to audacious (and audacious-plugins) 4.1
Update to libevdev-1.11.0
Update to cbindgen-0.17.0
Update to poppler-21.02.0
Update to krb5-1.19
Update to Jinja2-2.11.3 (Python Module)
Update to mousepad-0.5.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r683cfcab r5c4a616  
    77  <!ENTITY mitkrb-download-http "https://kerberos.org/dist/krb5/&mitkrb-major-version;/krb5-&mitkrb-version;.tar.gz">
    88  <!ENTITY mitkrb-download-ftp  " ">
    9   <!ENTITY mitkrb-md5sum        "a64e8018a7572e0b4bd477c745129ffc">
     9  <!ENTITY mitkrb-md5sum        "aaf18447a5a014aa3b7e81814923f4c9">
    1010  <!ENTITY mitkrb-size          "8.3 MB">
    11   <!ENTITY mitkrb-buildsize     "138 MB (add 24 MB for tests)">
    12   <!ENTITY mitkrb-time          "0.8 SBU (add 4.4 SBU for tests)">
     11  <!ENTITY mitkrb-buildsize     "139 MB (add 24 MB for tests)">
     12  <!ENTITY mitkrb-time          "0.8 SBU (add 3.4 SBU for tests)">
    1313]>
    1414
     
    8080    <para role="optional">
    8181      <!-- <xref linkend="dejagnu"/> (for full test coverage), -->
     82      <xref linkend="bind-utils"/>,
    8283      <xref linkend="gnupg2"/> (to authenticate the package),
    8384      <xref linkend="keyutils"/>,
     
    8687      <xref linkend="rpcbind"/> (used during the testsuite),-->
    8788      <xref linkend="valgrind"/> (used during the testsuite),
     89      <xref linkend="yasm"/>,
    8890      <ulink url="http://thrysoee.dk/editline/">libedit</ulink>,
    8991      <ulink url="https://cmocka.org/">cmocka</ulink>,
     
    115117
    116118<screen><userinput>cd src &amp;&amp;
    117  
     119
    118120sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp     &amp;&amp;
    119121sed -i -e '/eq 0/{N;s/12 //}'    plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
     122sed -i '/t_iprop.py/d'           tests/Makefile.in                    &amp;&amp;
    120123
    121124./configure --prefix=/usr            \
    122125            --sysconfdir=/etc        \
    123126            --localstatedir=/var/lib \
     127            --runstatedir=/run       \
    124128            --with-system-et         \
    125129            --with-system-ss         \
     
    172176
    173177    <para>
    174       The first sed increases the width of the virtual terminal used for some
    175       tests to prevent some spurious text in the output which is taken as a
    176       failure. The second <command>sed</command> removes a test that is known
    177       to fail.
     178      The first <command>sed</command> increases the width of the virtual
     179      terminal used for some tests to prevent some spurious text in the output
     180      which is taken as a failure. The second <command>sed</command> removes a
     181      test that is known to fail. The third <command>sed</command> removes a
     182      test that is known to hang.
    178183    </para>
    179184
    180185    <para>
    181186      <parameter>--localstatedir=/var/lib</parameter>: This option is
    182       used so that the Kerberos variable run-time data is located in
     187      used so that the Kerberos variable runtime data is located in
    183188      <filename class="directory">/var/lib</filename> instead of
    184189      <filename class="directory">/usr/var</filename>.
     190    </para>
     191
     192    <para>
     193      <parameter>--runstatedir=/run</parameter>: This option is used so that
     194      the Kerberos runtime state information is located in
     195      <filename class="directory">/run</filename> instead of the deprecated
     196      <filename class="directory">/var/run</filename>.
    185197    </para>
    186198
Note: See TracChangeset for help on using the changeset viewer.