Changeset 93817f4
- Timestamp:
- 04/30/2020 06:55:53 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6545b53f
- Parents:
- c823c075
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc823c075 r93817f4 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to cryptsetup-2.3.2. Fixes 49 <ulink url="&blfs-ticket-root;13482">#13482</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to libmypaint-1.6.0. Fixes 49 53 <ulink url="&blfs-ticket-root;13480">#13480</ulink>.</para> -
packages.ent
rc823c075 r93817f4 9 9 <!ENTITY cracklib-version "2.9.7"> 10 10 <!ENTITY cryptsetup-minor "2.3"> 11 <!ENTITY cryptsetup-version "&cryptsetup-minor;. 1">11 <!ENTITY cryptsetup-version "&cryptsetup-minor;.2"> 12 12 <!ENTITY cyrus-sasl-version "2.1.27"> 13 13 <!ENTITY gnupg2-version "2.2.20"> -
postlfs/security/cryptsetup.xml
rc823c075 r93817f4 7 7 <!ENTITY cryptsetup-download-http "&kernel-dl;/linux/utils/cryptsetup/v&cryptsetup-minor;/cryptsetup-&cryptsetup-version;.tar.xz"> 8 8 <!ENTITY cryptsetup-download-ftp " "> 9 <!ENTITY cryptsetup-md5sum " cef482c0579f34d9524311ac70c0875f">9 <!ENTITY cryptsetup-md5sum "6e4ffb6d35a73f7539a5d0c1354654cd"> 10 10 <!ENTITY cryptsetup-size "11 MB"> 11 <!ENTITY cryptsetup-buildsize " 29 MB (add 12MB for tests)">12 <!ENTITY cryptsetup-time "0.2 SBU (add 15SBU 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)"> 13 13 ]> 14 14 … … 71 71 </itemizedlist> 72 72 73 <!-- No longer needed with 2.3.2. 73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 75 <itemizedlist spacing="compact"> … … 80 81 </listitem> 81 82 </itemizedlist> 83 --> 82 84 83 85 <bridgehead renderas="sect3">cryptsetup Dependencies</bridgehead> … … 94 96 <para role="optional"> 95 97 <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 97 100 <ulink url="http://www.openwall.com/passwdqc/">passwdqc</ulink> 98 101 </para> … … 121 124 <*/M> SHA224 and SHA256 digest algorithm [CONFIG_CRYPTO_SHA256] 122 125 <*/M> AES cipher algorithms [CONFIG_CRYPTO_AES] 123 <*/M> AES cipher algorithms (x86_64) [CONFIG_CRYPTO_AES_X86_64]124 126 <*/M> User-space interface for symmetric key cipher algorithms 125 127 [CONFIG_CRYPTO_USER_API_SKCIPHER] … … 136 138 <title>Installation of cryptsetup</title> 137 139 140 <!-- No longer needed with 2.3.2 138 141 <para> 139 142 First, apply a patch to fix a build problem caused by API changes in … … 142 145 143 146 <screen><userinput remap="pre">patch -Np1 -i ../cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch</userinput></screen> 147 --> 144 148 145 149 <para> … … 155 159 class="username">root</systemitem> user: <command>make check</command>. 156 160 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.--> 158 162 </para> 159 163
Note:
See TracChangeset
for help on using the changeset viewer.