Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    r3f2db3a6 r8558044  
    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        "2303d57e78d4977344188a46e125095c">
     9  <!ENTITY cryptsetup-md5sum        "504d1ab22cbc4d1a59a8d8c7ee5ed3bf">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "29 MB (add 5 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 19 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "29 MB (add 113 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 14 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="cryptsetup.html"?>
    1717
     18  <sect1info>
     19    <date>$Date$</date>
     20  </sect1info>
    1821
    1922  <title>cryptsetup-&cryptsetup-version;</title>
     
    3134    </para>
    3235
    33     &lfs112_checked;
     36    &lfs110a_checked;
    3437
    3538    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9194    <para role="optional">
    9295      <xref linkend="libpwquality"/>,
    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>
     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>
    9698    </para>
    9799
     
    147149    </para>
    148150
    149 <screen><userinput>./configure --prefix=/usr --disable-ssh-token &amp;&amp;
     151<screen><userinput>./configure --prefix=/usr &amp;&amp;
    150152make</userinput></screen>
    151153
     
    173175      CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
    174176      CONFIG_CRYPTO_TWOFISH_X86_64.
    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 -->
     177      <!--I still had 5 of 19 tests fail after adding the above crypto options in the
     178      kernel.  bdubbs -->
    180179    </para>
    181180
     
    188187  </sect2>
    189188
    190   <sect2 role="commands">
     189  <!--sect2 role="commands">
    191190    <title>Command Explanations</title>
    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>
     191
     192  </sect2-->
    197193
    198194  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.