Ignore:
Timestamp:
09/06/2020 09:23:52 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
c32e75e2
Parents:
053b384
Message:

Update to libreoffice-7.0.1.2.
Update to cryptsetup-2.3.4.
Update to postfix-3.5.7.
Update to brotli-1.0.9.
Fix scour URL.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    r053b384 r2e18e741  
    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        "6c0ce8be21a7687b89354c77757d0c5b">
     9  <!ENTITY cryptsetup-md5sum        "911272e73181fdc850bb4d25103a9f83">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "34 MB (add 130 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 9.6 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "29 MB (add 115 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 9 SBU for tests)">
    1313]>
    1414
     
    157157      To test the result, issue as the <systemitem
    158158      class="username">root</systemitem> user: <command>make check</command>.
    159       Some tests may fail if the kernel configuration parameters above are not
    160       set. <!--Three (of 21) tests are known to fail.-->
     159      Some tests will fail if appropriate kernel configuration options are not
     160      set. Some additional options that may be needed for tests are:
     161      CONFIG_SCSI_LOWLEVEL,
     162      CONFIG_SCSI_DEBUG,
     163      CONFIG_BLK_DEV_DM_BUILTIN,
     164      CONFIG_CRYPTO_USER,
     165      CONFIG_CRYPTO_CRYPTD,
     166      CONFIG_CRYPTO_LRW,
     167      CONFIG_CRYPTO_XTS,
     168      CONFIG_CRYPTO_ESSIV,
     169      CONFIG_CRYPTO_CRCT10DIF,
     170      CONFIG_CRYPTO_AES_TI,
     171      CONFIG_CRYPTO_AES_NI_INTEL,
     172      CONFIG_CRYPTO_BLOWFISH,
     173      CONFIG_CRYPTO_CAST5,
     174      CONFIG_CRYPTO_SERPENT,
     175      CONFIG_CRYPTO_SERPENT_SSE2_X86_64,
     176      CONFIG_CRYPTO_SERPENT_AVX_X86_64,
     177      CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
     178      CONFIG_CRYPTO_TWOFISH_X86_64. 
     179      <!--I still had 5 of 19 tests fail after adding the above crypto options in the
     180      kernel.  bdubbs -->
    161181    </para>
    162182
Note: See TracChangeset for help on using the changeset viewer.