Changeset 9f5dcb97 for postlfs


Ignore:
Timestamp:
03/16/2018 11:59:47 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2fb1e2b
Parents:
c0ee00e
Message:

Update to cryptsetup-2.0.2.
Update to mercurial-4.5.2.
Update to exempi-2.4.5.
Update to nspr-4.19.

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    rc0ee00e r9f5dcb97  
    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        "d2d668223e795dcf750da44dc3e7076b">
    10   <!ENTITY cryptsetup-size          "1.2 MB">
    11   <!ENTITY cryptsetup-buildsize     "12 MB">
    12   <!ENTITY cryptsetup-time          "0.1 SBU (add 7.4 SBU for tests)">
     9  <!ENTITY cryptsetup-md5sum        "33ac21fdcb29d6cd144408694017490c">
     10  <!ENTITY cryptsetup-size          "9.7 MB">
     11  <!ENTITY cryptsetup-buildsize     "25 MB (add 13 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 10.4 SBU for tests)">
    1313]>
    1414
     
    137137    <para>
    138138      To test the result, issue as the <systemitem
    139       class="username">root</systemitem> user: <command>make check</command>
     139      class="username">root</systemitem> user: <command>make check</command>.
     140      Some tests may fail if the kernel configuration parameters above are not
     141      set.
    140142    </para>
    141143
     
    170172      <seglistitem>
    171173        <seg>
    172           cryptsetup and
     174          cryptsetup,
     175          cryptsetup-reencrypt,
     176          integritysetup, and
    173177          veritysetup
    174178        </seg>
     
    199203      </varlistentry>
    200204
     205      <varlistentry id="cryptsetup-reencrypt">
     206        <term><command>cryptsetup-reencrypt</command></term>
     207        <listitem>
     208          <para>
     209             is a for offline LUKS device re-encryption.
     210          </para>
     211          <indexterm zone="cryptsetup cryptsetup-reencrypt">
     212            <primary sortas="b-cryptsetup-reencrypt">cryptsetup-reencrypt</primary>
     213          </indexterm>
     214        </listitem>
     215      </varlistentry>
     216
     217      <varlistentry id="integritysetup">
     218        <term><command>integritysetup</command></term>
     219        <listitem>
     220          <para>
     221             is a tool to manage dm-integrity (block level integrity) volumes.
     222          </para>
     223          <indexterm zone="cryptsetup integritysetup">
     224            <primary sortas="b-integritysetup">integritysetup</primary>
     225          </indexterm>
     226        </listitem>
     227      </varlistentry>
     228
    201229      <varlistentry id="veritysetup">
    202230        <term><command>veritysetup</command></term>
  • postlfs/security/volume_key.xml

    rc0ee00e r9f5dcb97  
    7171      </listitem>
    7272    </itemizedlist>
    73 <!--
     73
    7474   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
     
    7777        <para>
    7878          Required patch:
    79           <ulink url="&patch-root;/volume_key-&volume_key-version;-modernize-1.patch"/>
     79          <ulink url="&patch-root;/volume_key-&volume_key-version;-cryptsetup2-1.patch"/>
    8080       </para>
    8181      </listitem>
    8282    </itemizedlist>
    83 -->
     83
    8484    <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
    8585
     
    115115    </para>
    116116
    117 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     117<screen><userinput>patch -Np1 -i ../volume_key-&volume_key-version;-cryptsetup2-1.patch &amp;&amp;
     118
     119./configure --prefix=/usr &amp;&amp;
    118120make</userinput></screen>
    119121
Note: See TracChangeset for help on using the changeset viewer.