Changeset 416617d6


Ignore:
Timestamp:
09/18/2017 07:38:05 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ad930e6
Parents:
e4c7cf8e
Message:

Fix cryptsetup dependencies

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re4c7cf8e r416617d6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 17th, &year;">
     9<!ENTITY releasedate  "September 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re4c7cf8e r416617d6  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>September 18th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Clarify cryptsetup dependencies.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>September 17th, 2017</para>
  • postlfs/security/cryptsetup.xml

    re4c7cf8e r416617d6  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
     77      <xref linkend="lvm2"/>,
     78      <xref linkend="popt"/>, and one of
    7779      <xref linkend="libgcrypt"/>,
    7880      <xref linkend="nettle"/>,
    79       <xref linkend="lvm2"/>,
    80       <xref linkend="nss"/>,
    81       <xref linkend="openssl"/>,
    82       <xref linkend="popt"/>
     81      <xref linkend="nss"/>, or
     82      <xref linkend="openssl"/> (libgcrypt is the default)
    8383    </para>
    8484
     
    101101
    102102    <para>
    103       Encrypted block devies require kernel support.  To use it, the
     103      Encrypted block devices require kernel support.  To use it, the
    104104      appropriate kernel configuration parameters need to be set:
    105105    </para>
Note: See TracChangeset for help on using the changeset viewer.