Changeset 82e1be5 for postlfs


Ignore:
Timestamp:
08/16/2018 01:24:48 AM (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:
e6bce28
Parents:
26d4041
Message:

Update to cryptsetup-2.0.4.
Update to xfsprogs-4.17.0.
Tags.

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

Location:
postlfs
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r26d4041 r82e1be5  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/mdadm.xml

    r26d4041 r82e1be5  
    3333    tools for software RAID.</para>
    3434
    35     &lfs82_checked;
     35    &lfs83_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/reiser.xml

    r26d4041 r82e1be5  
    3333    utilities for use with the Reiser file system.</para>
    3434
    35     &lfs82_checked;
     35    &lfs83_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8383    commands:</para>
    8484
    85 <screen><userinput>autoreconf -fiv             &amp;&amp;
     85<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
     86autoreconf -fiv             &amp;&amp;
    8687./configure --prefix=/usr   \
    8788            --sbindir=/sbin &amp;&amp;
     
    99100  <sect2 role="commands">
    100101    <title>Command Explanations</title>
     102
     103    <para>
     104      <command>sed ...</command>: Ensure a variable is defined for use
     105      with recent include files.
     106    </para>
    101107
    102108    <para>
  • postlfs/filesystems/xfsprogs.xml

    r26d4041 r82e1be5  
    77  <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
    88  <!ENTITY xfsprogs-download-ftp  " ">
    9   <!ENTITY xfsprogs-md5sum        "575a2138b6ec980801c610de3caf861b">
    10   <!ENTITY xfsprogs-size          "1.1 MB">
    11   <!ENTITY xfsprogs-buildsize     "78 MB">
     9  <!ENTITY xfsprogs-md5sum        "b935b693dfac0264e232c3c4e52d5569">
     10  <!ENTITY xfsprogs-size          "1.2 MB">
     11  <!ENTITY xfsprogs-buildsize     "79 MB">
    1212  <!ENTITY xfsprogs-time          "0.6 SBU (Using parallelism=4)">
    1313]>
     
    3333    administration and debugging tools for the XFS file system.</para>
    3434
    35     &lfs82_checked;
     35    &lfs83_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/cryptsetup.xml

    r26d4041 r82e1be5  
    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        "ea1c722f8d4c4e36427628b679b1f819">
    10   <!ENTITY cryptsetup-size          "9.7 MB">
    11   <!ENTITY cryptsetup-buildsize     "23 MB (add 64 MB for tests)">
     9  <!ENTITY cryptsetup-md5sum        "ed42b31f67d05b05e392d1943d467b8d">
     10  <!ENTITY cryptsetup-size          "10 MB">
     11  <!ENTITY cryptsetup-buildsize     "28 MB (add 11 MB for tests)">
    1212  <!ENTITY cryptsetup-time          "0.1 SBU (add 10 SBU for tests)">
    1313]>
     
    3535    </para>
    3636
    37     &lfs82_checked;
     37    &lfs83_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <para role="required">
    7777      <xref linkend="json-c"/>,
     78      <xref linkend="libgcrypt"/>,
    7879      <xref linkend="lvm2"/>, and
    7980      <xref linkend="popt"/>
     
    8283    <bridgehead renderas="sect4">Optional</bridgehead>
    8384    <para role="optional">
    84       One of (<xref linkend="libgcrypt"/>,
    85       <xref linkend="nettle"/>, or
    86       <xref linkend="nss"/>),
    8785      <xref linkend="libpwquality"/>,
    8886      <xref linkend="python2"/>, and
     
    141139      class="username">root</systemitem> user: <command>make check</command>.
    142140      Some tests may fail if the kernel configuration parameters above are not
    143       set. Two (of 15) tests are known to fail.
     141      set. One (of 12) tests is known to fail.
    144142    </para>
    145143
  • postlfs/security/libpwquality.xml

    r26d4041 r82e1be5  
    3737    </para>
    3838
    39     &lfs82_checked;
     39    &lfs83_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/shadow.xml

    r26d4041 r82e1be5  
    4242    </para>
    4343
    44     &lfs82_checked;
     44    &lfs83_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.