Ignore:
Timestamp:
04/30/2020 06:55:53 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
6545b53f
Parents:
c823c075
Message:

Update to cryptsetup-2.3.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    rc823c075 r93817f4  
    77  <!ENTITY cryptsetup-download-http "&kernel-dl;/linux/utils/cryptsetup/v&cryptsetup-minor;/cryptsetup-&cryptsetup-version;.tar.xz">
    88  <!ENTITY cryptsetup-download-ftp  " ">
    9   <!ENTITY cryptsetup-md5sum        "cef482c0579f34d9524311ac70c0875f">
     9  <!ENTITY cryptsetup-md5sum        "6e4ffb6d35a73f7539a5d0c1354654cd">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "29 MB (add 12 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 15 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "34 MB (add 129 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 9.1 SBU for tests)">
    1313]>
    1414
     
    7171    </itemizedlist>
    7272
     73<!-- No longer needed with 2.3.2.
    7374    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7475    <itemizedlist spacing="compact">
     
    8081      </listitem>
    8182    </itemizedlist>
     83-->
    8284
    8385    <bridgehead renderas="sect3">cryptsetup Dependencies</bridgehead>
     
    9496    <para role="optional">
    9597      <xref linkend="libpwquality"/>,
    96       <xref linkend="python2"/>, and
     98      <xref linkend="python2"/>,
     99      <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>, and
    97100      <ulink url="http://www.openwall.com/passwdqc/">passwdqc</ulink>
    98101    </para>
     
    121124  &lt;*/M&gt; SHA224 and SHA256 digest algorithm                [CONFIG_CRYPTO_SHA256]
    122125  &lt;*/M&gt; AES cipher algorithms                             [CONFIG_CRYPTO_AES]
    123   &lt;*/M&gt; AES cipher algorithms (x86_64)                    [CONFIG_CRYPTO_AES_X86_64]
    124126  &lt;*/M&gt; User-space interface for symmetric key cipher algorithms
    125127                                                          [CONFIG_CRYPTO_USER_API_SKCIPHER]
     
    136138      <title>Installation of cryptsetup</title>
    137139
     140<!-- No longer needed with 2.3.2
    138141    <para>
    139142      First, apply a patch to fix a build problem caused by API changes in
     
    142145
    143146<screen><userinput remap="pre">patch -Np1 -i ../cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch</userinput></screen>
     147-->
    144148
    145149    <para>
     
    155159      class="username">root</systemitem> user: <command>make check</command>.
    156160      Some tests may fail if the kernel configuration parameters above are not
    157       set. Three (of 21) tests are known to fail.
     161      set. <!--Three (of 21) tests are known to fail.-->
    158162    </para>
    159163
Note: See TracChangeset for help on using the changeset viewer.