Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    r8558044 r3f2db3a6  
    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        "504d1ab22cbc4d1a59a8d8c7ee5ed3bf">
     9  <!ENTITY cryptsetup-md5sum        "2303d57e78d4977344188a46e125095c">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "29 MB (add 113 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 14 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "29 MB (add 5 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 19 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="cryptsetup.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>cryptsetup-&cryptsetup-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9491    <para role="optional">
    9592      <xref linkend="libpwquality"/>,
    96       <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>, and
    97       <ulink url="http://www.openwall.com/passwdqc/">passwdqc</ulink>
     93      <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>,
     94      <ulink url="https://www.libssh.org/">libssh</ulink>, and
     95      <ulink url="https://www.openwall.com/passwdqc/">passwdqc</ulink>
    9896    </para>
    9997
     
    149147    </para>
    150148
    151 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     149<screen><userinput>./configure --prefix=/usr --disable-ssh-token &amp;&amp;
    152150make</userinput></screen>
    153151
     
    175173      CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
    176174      CONFIG_CRYPTO_TWOFISH_X86_64.
    177       <!--I still had 5 of 19 tests fail after adding the above crypto options in the
    178       kernel.  bdubbs -->
     175      <!--I had 1 of 21 tests fail with the above crypto options in the
     176      kernel.  Eight tests were not run.  Version 2.4.3.
     177      Failed test  was tcrypt-compat-test
     178      tcrypt-images/tc_1-ripemd160-cbc-aes [FAILED]
     179      bdubbs -->
    179180    </para>
    180181
     
    187188  </sect2>
    188189
    189   <!--sect2 role="commands">
     190  <sect2 role="commands">
    190191    <title>Command Explanations</title>
    191 
    192   </sect2-->
     192    <para>
     193      <option>--disable-ssh-token</option>:  This option is required if
     194      the optional libssh dependency is not installed.
     195    </para>
     196  </sect2>
    193197
    194198  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.