Changeset a722d59 for postlfs


Ignore:
Timestamp:
05/12/2024 11:07:19 AM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
7d55a6a
Parents:
cd255e1 (diff), 910936c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk to 'lazarus' branch

Location:
postlfs
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    rcd255e1 ra722d59  
    231231        secure version of the microcode, for those machines which can boot it, -->
    232232        secure version of the microcode
    233         is microcode-20231114.  Extract this
     233        is microcode-20240312.  Extract this
    234234        file in the normal way, the microcode is in the <filename>intel-ucode
    235235        </filename> directory, containing various blobs with names in the form
     
    259259        CPU) the relevant values are cpu family 6, model 140, stepping 1 so
    260260        in this case the required identification is 06-8c-01. The
    261         releasenote says the latest microcode for it is versioned 0xb4.  If
     261        releasenote says the latest microcode for it is versioned 0xb6.  If
    262262        the value of the <quote>microcode</quote> field in
    263         <filename>/proc/cpuinfo</filename> is 0xb4 or greater, it indicates
     263        <filename>/proc/cpuinfo</filename> is 0xb6 or greater, it indicates
    264264        the microcode update is already applied by the BIOS.  Otherwise,
    265265        proceed to <xref linkend='early-microcode'/>.
     
    414414      </para>
    415415
    416 <screen><literal>[    0.000000] microcode: microcode updated early: 0x86 -> 0xb4, date = 2023-09-07
    417 [    0.000000] Linux version 6.6.1 (xry111@stargazer) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #36 SMP PREEMPT_DYNAMIC Tue Nov 14 01:56:04 CST 2023
    418 [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.6.1 root=PARTUUID=<replaceable>&lt;CLASSIFIED&gt;</replaceable> ro
    419 [    0.424002] microcode: Microcode Update Driver: v2.2.</literal></screen>
    420 
     416<screen><literal>[    0.000000] Linux version 6.8.0 (xry111@stargazer) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.42) #53 SMP PREEMPT_DYNAMIC Tue Mar 12 20:01:39 CST 2024
     417[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0 root=PARTUUID=<replaceable>&lt;CLASSIFIED&gt;</replaceable> ro
     418[    0.571761] microcode: Current revision: 0x000000b6
     419[    0.571771] microcode: Updated early from: 0x00000086</literal></screen>
    421420
    422421      <para>
  • postlfs/config/logon.xml

    rcd255e1 ra722d59  
    5151      puts the cursor in the upper left hand corner of the screen and ESC 2 J
    5252      erases the screen.  For more information on terminal escape sequences see
    53       <ulink url='http://rtfm.etla.org/xterm/ctlseq.html'/>
     53      <ulink url='https://invisible-mirror.net/xterm/ctlseqs/ctlseqs.html'/>
    5454    </para>
    5555  </note>
  • postlfs/config/profile.xml

    rcd255e1 ra722d59  
    172172
    173173# Set some defaults for graphical systems
    174 export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/share/}
    175 export XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg/}
     174export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/share}
     175export XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg}
    176176export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER}
    177177
     
    345345
    346346# Set some defaults before other applications add to these paths.
    347 pathappend /usr/share/man  MANPATH
    348347pathappend /usr/share/info INFOPATH</literal>
    349348EOF</userinput></screen>
     349
     350      <note>
     351        <para>
     352          The <command>man</command> program automatically deduce the search
     353          path for man pages by examining the content of the
     354          <envar>PATH</envar> variable, see
     355          <ulink role='man' url='&man;manpath.5'>manpath(5)</ulink> for
     356          details.  Setting the <envar>MANPATH</envar> variable may override
     357          the automatic deduction, so the BLFS editors do not recommend to
     358          set it.  If you must set it for any reason, it's better to start
     359          its value with a colon (<literal>:</literal>), for example
     360          <command>MANPATH=:/opt/somepkg/share/man:/opt/otherpkg/share/man</command>
     361          so the paths listed in the <envar>MANPATH</envar> variable will
     362          be appended to the automatically deduced value instead of
     363          overriding it.
     364        </para>
     365      </note>
    350366
    351367    </sect3>
  • postlfs/config/users.xml

    rcd255e1 ra722d59  
    118118        <row><entry>kvm     </entry><entry>  </entry><entry>61</entry></row>
    119119        <row><entry>wireshark</entry><entry> </entry><entry>62</entry></row>
    120         <row><entry>lightdm </entry><entry>63</entry><entry>63</entry></row>
    121120        <row><entry>sddm    </entry><entry>64</entry><entry>64</entry></row>
    122121        <row><entry>lightdm </entry><entry>65</entry><entry>65</entry></row>
  • postlfs/editors/bluefish.xml

    rcd255e1 ra722d59  
    77  <!ENTITY bluefish-download-http "https://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
    88  <!ENTITY bluefish-download-ftp  " ">
    9   <!ENTITY bluefish-md5sum        "c99b6b1ba3e3e70b032936182bb0b387">
     9  <!ENTITY bluefish-md5sum        "48018bcfef0faeceb66b0f2d814ded03">
    1010  <!ENTITY bluefish-size          "4.5 MB">
    11   <!ENTITY bluefish-buildsize     "53 MB">
    12   <!ENTITY bluefish-time          "0.3 SBU">
     11  <!ENTITY bluefish-buildsize     "52 MB">
     12  <!ENTITY bluefish-time          "0.4 SBU">
    1313]>
    1414
     
    8787    <para role="optional">
    8888      <xref linkend="enchant"/> (for spell checking),
    89       <xref linkend="gucharmap"/>,
    90       <xref linkend="pcre"/> and
     89      <xref linkend="gucharmap"/>, and
    9190      <ulink url="https://github.com/relaxng/jing-trang">Jing</ulink>
    9291    </para>
  • postlfs/editors/ed.xml

    rcd255e1 ra722d59  
    77  <!ENTITY ed-download-http "&gnu-http;/ed/ed-&ed-version;.tar.lz">
    88  <!ENTITY ed-download-ftp  " ">
    9   <!ENTITY ed-md5sum        "f9e7c445acebf6c49ccb7f86a5b17f5d">
     9  <!ENTITY ed-md5sum        "8f31ca1cb5a2e2ca8ee2598cc0bf53e1">
    1010  <!ENTITY ed-size          "68 KB">
    1111  <!ENTITY ed-buildsize     "1.0 MB">
  • postlfs/editors/emacs.xml

    rcd255e1 ra722d59  
    77  <!ENTITY emacs-download-http "&gnu-http;/emacs/emacs-&emacs-version;.tar.xz">
    88  <!ENTITY emacs-download-ftp  " ">
    9   <!ENTITY emacs-md5sum        "0690e2fb9b9f271652f19ddccf1dd3f3">
     9  <!ENTITY emacs-md5sum        "1e402f3f632b68a56cb9fab4dff8e313">
    1010  <!ENTITY emacs-size          "50 MB">
    1111  <!ENTITY emacs-buildsize     "526 MB">
     
    8484      <xref linkend="cairo"/>,
    8585      <xref linkend="dbus"/>,
    86       <xref linkend="gobject-introspection"/>,
     86      &gobject-introspection;,
    8787      <xref linkend="gsettings-desktop-schemas"/>,
    8888      <xref linkend="gpm"/>,
  • postlfs/editors/gedit.xml

    rcd255e1 ra722d59  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/46/gedit-&gedit-version;.tar.xz">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/47/gedit-&gedit-version;.tar.xz">
    88  <!ENTITY gedit-download-ftp  " ">
    9   <!ENTITY gedit-md5sum        "01327f0d35778d8f3a914fffb69e8cd6">
    10   <!ENTITY gedit-size          "2.6 MB">
     9  <!ENTITY gedit-md5sum        "88aa416009439007815a3c01ce45e4fe">
     10  <!ENTITY gedit-size          "2.7 MB">
    1111  <!ENTITY gedit-buildsize     "66 MB (with tests)">
    1212  <!ENTITY gedit-time          "0.2 SBU (using parallelism=4; with tests)">
     13
     14  <!ENTITY libgedit-tepl-download-http "https://github.com/gedit-technology/libgedit-tepl/releases/download/&libgedit-tepl-version;/libgedit-tepl-&libgedit-tepl-version;.tar.xz">
     15  <!ENTITY libgedit-tepl-download-ftp  " ">
     16  <!ENTITY libgedit-tepl-md5sum        "0bc684817b93abbcba290094bc94abdb">
     17  <!ENTITY libgedit-tepl-size          "168 KB">
     18  <!ENTITY libgedit-tepl-buildsize     "10 MB (with tests)">
     19  <!ENTITY libgedit-tepl-time          "0.3 SBU (with tests)">
     20
     21  <!ENTITY libgedit-gfls-download-http "https://github.com/gedit-technology/libgedit-gfls/releases/download/0.1.0/libgedit-gfls-0.1.0.tar.xz">
     22  <!ENTITY libgedit-gfls-download-ftp  " ">
     23  <!ENTITY libgedit-gfls-md5sum        "fa465c84be20de668b00deb2723334f3">
     24  <!ENTITY libgedit-gfls-size          "20 KB">
     25  <!ENTITY libgedit-gfls-buildsize     "1.0 MB (with tests)">
     26  <!ENTITY libgedit-gfls-time          "less than 0.1 SBU (with tests)">
    1327]>
    1428
    1529<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
    1630  <?dbhtml filename="gedit.html"?>
    17 
    1831
    1932  <title>Gedit-&gedit-version;</title>
     
    6376        <para>
    6477          Estimated build time: &gedit-time;
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
     82    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     83    <itemizedlist spacing="compact">
     84      <listitem>
     85        <para>
     86          Download (HTTP): <ulink url="&libgedit-tepl-download-http;"/>
     87        </para>
     88      </listitem>
     89      <listitem>
     90        <para>
     91          Download (FTP): <ulink url="&libgedit-tepl-download-ftp;"/>
     92        </para>
     93      </listitem>
     94      <listitem>
     95        <para>
     96          Download MD5 sum: &libgedit-tepl-md5sum;
     97        </para>
     98      </listitem>
     99      <listitem>
     100        <para>
     101          Download size: &libgedit-tepl-size;
     102        </para>
     103      </listitem>
     104      <listitem>
     105        <para>
     106          Estimated disk space required: &libgedit-tepl-buildsize;
     107        </para>
     108      </listitem>
     109      <listitem>
     110        <para>
     111          Estimated build time: &libgedit-tepl-time;
     112        </para>
     113      </listitem>
     114    </itemizedlist>
     115
     116    <itemizedlist spacing="compact">
     117      <listitem>
     118        <para>
     119          Download (HTTP): <ulink url="&libgedit-gfls-download-http;"/>
     120        </para>
     121      </listitem>
     122      <listitem>
     123        <para>
     124          Download (FTP): <ulink url="&libgedit-gfls-download-ftp;"/>
     125        </para>
     126      </listitem>
     127      <listitem>
     128        <para>
     129          Download MD5 sum: &libgedit-gfls-md5sum;
     130        </para>
     131      </listitem>
     132      <listitem>
     133        <para>
     134          Download size: &libgedit-gfls-size;
     135        </para>
     136      </listitem>
     137      <listitem>
     138        <para>
     139          Estimated disk space required: &libgedit-gfls-buildsize;
     140        </para>
     141      </listitem>
     142      <listitem>
     143        <para>
     144          Estimated build time: &libgedit-gfls-time;
    65145        </para>
    66146      </listitem>
     
    73153      <!--<xref linkend="git"/>, unneeded -->
    74154      <xref linkend="gsettings-desktop-schemas"/>,
    75       <xref linkend="itstool"/>,
    76       <xref linkend="libpeas"/>,
    77       <xref linkend="libgedit"/>, and
    78       <xref linkend="tepl"/>
     155      <xref linkend="itstool"/>, and
     156      <xref linkend="libpeas"/>
    79157    </para>
    80158
     
    84162      <xref role="runtime" linkend="gvfs"/> (runtime),
    85163      <xref linkend="iso-codes"/>, and
    86       <xref linkend="pygobject3"/>
    87       (<application>Python</application> 3 module)
     164      <xref linkend="pygobject3"/> (<application>Python3</application> module)
    88165    </para>
    89166
     
    100177    <title>Installation of Gedit</title>
    101178
    102 <!-- Not needed in 46.2
    103     <para>
    104       First change the <filename>meson.build</filename> script so that
    105       it can accept a <option>release</option> build.
    106     </para>
    107 
    108 <screen><userinput>sed -i s/plain/release/ meson.build</userinput></screen>
    109 -->
    110 
    111     <para>
    112       Install <application>Gedit</application> by running the following
     179    <para>
     180      First, build the gfls library:
     181    </para>
     182
     183<screen><userinput>tar -xf ../libgedit-gfls-&libgedit-gfls-version;.tar.xz &amp;&amp;
     184pushd libgedit-gfls-&libgedit-gfls-version;             &amp;&amp;
     185
     186mkdir gfls-build &amp;&amp;
     187cd    gfls-build &amp;&amp;
     188
     189meson setup --prefix=/usr       \
     190            --buildtype=release \
     191            -D gtk_doc=false    \
     192            ..                  &amp;&amp;
     193ninja</userinput></screen>
     194
     195    <para>
     196      To test the results, run: <command>ninja test</command>.
     197    </para>
     198
     199    <para>
     200      Now, as the &root; user:
     201    </para>
     202
     203<screen role="root"><userinput>ninja install &amp;&amp;
     204popd</userinput></screen>
     205
     206    <para>
     207      Second, build the tepl library:
     208    </para>
     209
     210<screen><userinput>tar -xf ../libgedit-tepl-&libgedit-tepl-version;.tar.xz &amp;&amp;
     211pushd libgedit-tepl-&libgedit-tepl-version;             &amp;&amp;
     212
     213mkdir tepl-build &amp;&amp;
     214cd    tepl-build &amp;&amp;
     215
     216meson setup --prefix=/usr       \
     217            --buildtype=release \
     218            -D gtk_doc=false    \
     219            ..                  &amp;&amp;
     220ninja</userinput></screen>
     221
     222    <para>
     223      To test the results, run: <command>ninja test</command>.
     224    </para>
     225
     226    <para>
     227      Now, as the &root; user:
     228    </para>
     229
     230<screen role="root"><userinput>ninja install &amp;&amp;
     231popd</userinput></screen>
     232
     233    <para>
     234      Finally, install <application>Gedit</application> by running the following
    113235      commands:
    114236    </para>
     
    119241meson setup --prefix=/usr       \
    120242            --buildtype=release \
    121             -Dgtk_doc=false     \
     243            -D gtk_doc=false    \
    122244            .. &amp;&amp;
    123245ninja</userinput></screen>
     
    128250
    129251    <para>
    130       Now, as the <systemitem class="username">root</systemitem> user:
     252      Now, as the &root; user:
    131253    </para>
    132254
     
    140262  <sect2 role="commands">
    141263    <title>Command Explanations</title>
    142 <!--
    143     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144       href="../../xincludes/meson-buildtype-release.xml"/>
    145 -->
     264
    146265    <para>
    147266      <parameter>-Dgtk_doc=false</parameter>: This switch disables
     
    166285        </seg>
    167286        <seg>
     287          libgedit-gfls-1.so.
     288          libgedit-tepl-6.so. and
    168289          libgedit-46.so
    169290        </seg>
    170291        <seg>
    171           /usr/include/gedit-46 and
     292          /usr/include/libgedit-gfls-1,
     293          /usr/include/libgedit-tepl-6,
     294          /usr/include/gedit-46, and
    172295          /usr/{lib,share,share/help/*}/gedit
    173296        </seg>
  • postlfs/editors/kate.xml

    rcd255e1 ra722d59  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY kate5-download-http "&kf5apps-download-http;/kate-&kf5apps-version;.tar.xz">
    7   <!ENTITY kate5-download-ftp  " ">
    8   <!ENTITY kate5-md5sum        "46323fc33eea7a38816277b47b1fa08a">
    9   <!ENTITY kate5-size          "7.7 MB">
    10   <!ENTITY kate5-buildsize     "217 MB">
    11   <!ENTITY kate5-time          "0.7 SBU (using parallelism=4)">
     6  <!ENTITY kate-download-http "&kf6apps-download-http;/kate-&kf6apps-version;.tar.xz">
     7  <!ENTITY kate-download-ftp  " ">
     8  <!ENTITY kate-md5sum        "a388e3a756b3194822273e8069101ac2">
     9  <!ENTITY kate-size          "8.0 MB">
     10  <!ENTITY kate-buildsize     "257 MB">
     11  <!ENTITY kate-time          "1.2 SBU (using parallelism=4)">
    1212]>
    1313
    14 <sect1 id="kate5" xreflabel="Kate-&kf5apps-version;">
    15   <?dbhtml filename="kate5.html"?>
     14<sect1 id="kate" xreflabel="Kate-&kf6apps-version;">
     15  <?dbhtml filename="kate.html"?>
    1616
    1717
    18   <title>Kate-&kf5apps-version;</title>
     18  <title>Kate-&kf6apps-version;</title>
    1919
    20   <indexterm zone="kate5">
     20  <indexterm zone="kate">
    2121    <primary sortas="a-Kate">Kate</primary>
    2222  </indexterm>
     
    2727    <para>
    2828      The <application>Kate</application> package contains an advanced
    29       KF5 based graphical text editor.
     29      KF6 based graphical text editor.
    3030    </para>
    3131
     
    3636      <listitem>
    3737        <para>
    38           Download (HTTP): <ulink url="&kate5-download-http;"/>
     38          Download (HTTP): <ulink url="&kate-download-http;"/>
    3939        </para>
    4040      </listitem>
    4141      <listitem>
    4242        <para>
    43           Download (FTP): <ulink url="&kate5-download-ftp;"/>
     43          Download (FTP): <ulink url="&kate-download-ftp;"/>
    4444        </para>
    4545      </listitem>
    4646      <listitem>
    4747        <para>
    48           Download MD5 sum: &kate5-md5sum;
     48          Download MD5 sum: &kate-md5sum;
    4949        </para>
    5050      </listitem>
    5151      <listitem>
    5252        <para>
    53           Download size: &kate5-size;
     53          Download size: &kate-size;
    5454        </para>
    5555      </listitem>
    5656      <listitem>
    5757        <para>
    58           Estimated disk space required: &kate5-buildsize;
     58          Estimated disk space required: &kate-buildsize;
    5959        </para>
    6060      </listitem>
    6161      <listitem>
    6262        <para>
    63           Estimated build time: &kate5-time;
     63          Estimated build time: &kate-time;
    6464        </para>
    6565      </listitem>
     
    7070    <bridgehead renderas="sect4">Required</bridgehead>
    7171    <para role="required">
    72       <xref linkend="kf5-frameworks"/>
     72      <xref linkend="kf6-frameworks"/>
    7373    </para>
    74 
     74<!--
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    7777      <ulink url="https://libgit2.github.com/">libgit2</ulink>
    7878    </para>
    79 
     79-->
    8080  </sect2>
    8181
     
    9191cd    build &amp;&amp;
    9292
    93 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX  \
     93cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX  \
    9494      -DCMAKE_BUILD_TYPE=Release          \
    9595      -DBUILD_TESTING=OFF                 \
     
    122122        </seg>
    123123        <seg>
    124           Several plugins under $KF5_PREFIX/lib/plugins
     124          Several plugins under $KF6_PREFIX/lib/plugins
    125125        </seg>
    126126        <seg>
    127           $KF5_PREFIX/lib/plugins/ktexteditor,
    128           $KF5_PREFIX/lib/plugins/plasma/dataengine,
    129           $KF5_PREFIX/share/doc/HTML/*/{kate,katepart,kwrite},
    130           $KF5_PREFIX/share/{kateproject,katexmltools}, and
    131           $KF5_PREFIX/share/plasma/plasmoids/org.kde.plasma.katesessions
     127          $KF6_PREFIX/lib/plugins/ktexteditor,
     128          $KF6_PREFIX/lib/plugins/plasma/dataengine,
     129          $KF6_PREFIX/share/doc/HTML/*/{kate,katepart,kwrite},
     130          $KF6_PREFIX/share/{kateproject,katexmltools}, and
     131          $KF6_PREFIX/share/plasma/plasmoids/org.kde.plasma.katesessions
    132132        </seg>
    133133      </seglistitem>
     
    139139      <?dbhtml list-presentation="table"?>
    140140
    141       <varlistentry id="kate5-prog">
     141      <varlistentry id="kate-prog">
    142142        <term><command>kate</command></term>
    143143        <listitem>
     
    145145            is an advanced text editor for kde
    146146          </para>
    147           <indexterm zone="kate5 kate5-prog">
     147          <indexterm zone="kate kate-prog">
    148148            <primary sortas="b-kate">kate</primary>
    149149          </indexterm>
     
    151151      </varlistentry>
    152152
    153       <varlistentry id="kwrite5">
     153      <varlistentry id="kwrite">
    154154        <term><command>kwrite</command></term>
    155155        <listitem>
     
    158158            <command>kate</command>
    159159          </para>
    160           <indexterm zone="kate5 kwrite5">
     160          <indexterm zone="kate kwrite">
    161161            <primary sortas="b-kwrite">kwrite</primary>
    162162          </indexterm>
  • postlfs/editors/nano.xml

    rcd255e1 ra722d59  
    66
    77  <!-- Note minor version in URL -->
    8   <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v7/nano-&nano-version;.tar.xz">
     8  <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v8/nano-&nano-version;.tar.xz">
    99  <!ENTITY nano-download-ftp  " ">
    10   <!ENTITY nano-md5sum        "13742c686c6ddb0b7b294634f0c13cec">
    11   <!ENTITY nano-size          "1.5 MB">
    12   <!ENTITY nano-buildsize     "20 MB">
     10  <!ENTITY nano-md5sum        "328e7a8c30095178997b9925c89d99e5">
     11  <!ENTITY nano-size          "1.6 MB">
     12  <!ENTITY nano-buildsize     "23 MB">
    1313  <!ENTITY nano-time          "0.2 SBU">
    1414]>
  • postlfs/filesystems/btrfs-progs.xml

    rcd255e1 ra722d59  
    77  <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
    88  <!ENTITY btrfs-progs-download-ftp  " ">
    9   <!ENTITY btrfs-progs-md5sum        "3898c68efdc0fe4e3a6a1bd90b3b4fa4">
    10   <!ENTITY btrfs-progs-size          "2.4 MB">
     9  <!ENTITY btrfs-progs-md5sum        "e22810ab7d616b5628b7912923ff127b">
     10  <!ENTITY btrfs-progs-size          "2.5 MB">
    1111  <!ENTITY btrfs-progs-buildsize     "62 MB (transient files created during tests need up to 10 GB)">
    12   <!ENTITY btrfs-progs-time          "0.3 SBU (with parallelism=4; add 4.6 SBU for tests, up to 14 SBU on slow disks)">
    13   <!-- tests run with reiserfs disabled in kernel -->
     12  <!ENTITY btrfs-progs-time          "0.3 SBU (with parallelism=4; add 2.5 SBU for tests, up to 14 SBU on slow disks)">
    1413]>
    1514
     
    174173
    175174<!-- Template for failed test removal:
    176     <para>
    177       To test the results, first disable one test that fails and prevents
    178175      the other ones to run:
    179176    </para>
     
    192189        If the above mentioned kernel options are not enabled, some tests
    193190        fail, and prevent all the remaining tests from running because the test
    194         disk image is not cleanly unmounted.
     191        disk image is not cleanly unmounted. Also make sure that the btrfs
     192        kernel module is loaded.
    195193      </para>
    196194    </note>
    197 <!--  Now passes in version 6.3.1.
    198     <para>
    199       The mkfs test 025-zoned-parallel is known to fail.
     195
     196<!-- 6.8.1 - all tests went pretty fine, including the previously commented
     197             convert-tests and the other two mentioned tests.
     198    <para>
     199      The convert-tests scripts are known to fail.
     200      Tests 004-shrink-fs and 062-fi-show-raw-dm-all-devices in the misc-tests
     201      are known to fail.
    200202    </para>
    201203-->
  • postlfs/filesystems/mdadm.xml

    rcd255e1 ra722d59  
    77  <!ENTITY mdadm-download-http "&kernel-dl;/linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "a304eb0a978ca81045620d06547050a6">
    10   <!ENTITY mdadm-size          "444 KB">
    11   <!ENTITY mdadm-buildsize     "5.0 MB">
     9  <!ENTITY mdadm-md5sum        "a42def84e31734a529111394f2289e0e">
     10  <!ENTITY mdadm-size          "456 KB">
     11  <!ENTITY mdadm-buildsize     "5.5 MB">
    1212  <!ENTITY mdadm-time          "0.1 SBU">
    1313<!--  <!ENTITY mdadm-time          "0.1 SBU (tests take about an hour, only partially processor dependent)">-->
     
    7676    <!-- Contains -DSendmail=/usr/sbin/sendmail in the build procedure -->
    7777
     78<!-- I don't think we need this any more... We are now at kernel 6.7.8. - bdubbs
    7879    <caution>
    7980      <para>
     
    8283      </para>
    8384    </caution>
     85-->
    8486
    8587  </sect2>
     
    124126
    125127<!--
     128    Still lots of errors with mdadm-4.3.  There are a lot of messages
     129    like  (KNOWN BROKEN TEST: usually fails).  Finally stopped after
     130    15 minutes with /build/mdadm-test/mdadm-4.3/tests/10ddf-geometry...
     131        ERROR: dmesg prints errors when testing 10ddf-geometry!
     132    kern.log shows segfaults.
     133      - bdubbs 3 March 24
     134
    126135    The test suite errors out after about half the tests are run.
    127136    Of those tests, about half fail.
     
    131140    a responsive answer.
    132141      - bdubbs 6 January 22
    133 
    134142
    135143    <para>
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    rcd255e1 ra722d59  
    1313
    1414  <!ENTITY unifont-download-http  "https://unifoundry.com/pub/unifont/unifont-&unifont-version;/font-builds/unifont-&unifont-version;.pcf.gz">
    15   <!ENTITY unifont-md5sum         "72f95e7ecb47a4c7ed610babe6959ead">
    16   <!ENTITY unifont-size           "1.3 MB">
     15  <!ENTITY unifont-md5sum         "da47e9c7a2cec3b68a0fad5d2a341dcc">
     16  <!ENTITY unifont-size           "1.4 MB">
    1717]>
    1818
     
    121121    <bridgehead renderas="sect4">Optional</bridgehead>
    122122    <para role="optional">
    123       <xref linkend="lvm2"/>
    124     </para>
    125 
    126 
     123      <xref linkend="lvm2"/> and
     124      <xref linkend="fuse3"/>
     125    </para>
    127126  </sect2>
    128127
     
    192191
    193192    <para>
    194       Now, as the <systemitem class="username">root</systemitem> user:
    195     </para>
    196 
    197 <screen role="root"><userinput>make install &amp;&amp;
     193      Now, if you've skip the LFS GRUB package, as the
     194      <systemitem class="username">root</systemitem> user:
     195    </para>
     196
     197<screen role="nodump"><userinput>make install &amp;&amp;
    198198mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions</userinput></screen>
     199
     200    <para>
     201      If you've not skip LFS GRUB package, as the &root; user, only install
     202      the components not installed from the LFS GRUB package instead:
     203    </para>
     204
     205<screen role="root"><userinput>make DESTDIR=$PWD/dest install
     206cp -av dest/usr/lib/grub/x86_64-efi -T /usr/lib/grub/x86_64-efi
     207cp -av dest/usr/share/grub/*.{pf2,h}   /usr/share/grub
     208cp -av dest/usr/bin/grub-mkfont        /usr/bin</userinput></screen>
     209
     210    <para>
     211      If the optional dependencies are installed, also install the
     212      <command>grub-mount</command> program:
     213    </para>
     214
     215<screen role="nodump"><userinput>cp -av dest/usr/bin/grub-mount /usr/bin</userinput></screen>
    199216
    200217  </sect2>
     
    252269    <title>Contents</title>
    253270
    254     <para>See the page for GRUB in LFS book.</para>
     271    <para>
     272      A list of the installed files, along with their short
     273      descriptions can be found at
     274      <ulink url="&lfs-root;/chapter08/grub.html#contents-gRUB"/>.
     275    </para>
     276
     277    <para>
     278      Listed below are the newly installed programs
     279      along with short descriptions.
     280    </para>
     281
     282    <segmentedlist>
     283      <segtitle>Installed Programs</segtitle>
     284      <segtitle>Installed Directories</segtitle>
     285
     286      <seglistitem>
     287        <seg>grub-mkfont and grub-mount (optional)</seg>
     288        <seg>/usr/lib/grub/x86_64-efi</seg>
     289      </seglistitem>
     290    </segmentedlist>
     291
     292    <variablelist>
     293      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     294      <?dbfo list-presentation="list"?>
     295      <?dbhtml list-presentation="table"?>
     296
     297      <varlistentry id="grub-mkfont">
     298        <term><command>grub-mkfont</command></term>
     299        <listitem>
     300          <para>
     301            converts common font file formats into PF2
     302          </para>
     303          <indexterm zone="grub-efi grub-mkfont">
     304            <primary sortas="b-grub-mkfont">grub-mkfont</primary>
     305          </indexterm>
     306        </listitem>
     307      </varlistentry>
     308
     309      <varlistentry id="grub-mount">
     310        <term><command>grub-mount</command></term>
     311        <listitem>
     312          <para>
     313            is a debug tool for filesystem driver
     314          </para>
     315          <indexterm zone="grub-efi grub-mount">
     316            <primary sortas="b-grub-mount">grub-mount</primary>
     317          </indexterm>
     318        </listitem>
     319      </varlistentry>
     320    </variablelist>
     321
    255322  </sect2>
    256323
  • postlfs/filesystems/xfsprogs.xml

    rcd255e1 ra722d59  
    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        "c008a752fae65aaf761096eb4698df86">
     9  <!ENTITY xfsprogs-md5sum        "0bde7bc8b3d8cbbd01064f756f67911f">
    1010  <!ENTITY xfsprogs-size          "1.3 MB">
    1111  <!ENTITY xfsprogs-buildsize     "56 MB">
  • postlfs/security/cryptsetup.xml

    rcd255e1 ra722d59  
    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        "7210d45a19703bca547e8ba190278cb0">
     9  <!ENTITY cryptsetup-md5sum        "d13fa531c37f05824d67ae92f3c6f73b">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "33 MB (add 5 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 8.9 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "32 MB (add 5 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 8.1 SBU for tests)">
    1313]>
    1414
  • postlfs/security/firewalling.xml

    rcd255e1 ra722d59  
    217217<ulink url="https://tldp.org/HOWTO/Firewall-HOWTO.html">tldp.org/HOWTO/Firewall-HOWTO.html</ulink>
    218218<ulink url="https://linuxsecurity.com/howtos">linuxsecurity.com/howtos</ulink>
    219 <ulink url="http://www.e-infomax.com/ipmasq">www.e-infomax.com/ipmasq</ulink>
    220219<ulink url="https://www.circlemud.org/jelson/writings/security/index.htm">www.circlemud.org/jelson/writings/security/index.htm</ulink>
    221220<ulink url="https://insecure.org/reading.html">insecure.org/reading.html</ulink>
     
    224223<!-- comment-out entries moved out of literallayout to avoid empty lines -->
    225224
     225<!-- not accssible 2024-04-12
     226<ulink url="http://www.e-infomax.com/ipmasq">www.e-infomax.com/ipmasq</ulink>-->
    226227<!-- not accssible 2022-09-08
    227228<ulink url="http://www.little-idiot.de/firewall">www.little-idiot.de/firewall (German &amp; outdated, but very comprehensive)</ulink>-->
  • postlfs/security/gnupg2.xml

    rcd255e1 ra722d59  
    77  <!ENTITY gnupg2-download-http "&gnupg-http;/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    88  <!ENTITY gnupg2-download-ftp  " ">
    9   <!ENTITY gnupg2-md5sum        "114ac6367668a330ffae1ade6d79133a">
    10   <!ENTITY gnupg2-size          "7.5 MB">
    11   <!ENTITY gnupg2-buildsize     "168 MB (with tests)">
     9  <!ENTITY gnupg2-md5sum        "49c3534e87744e994250d37c1b43f928">
     10  <!ENTITY gnupg2-size          "7.6 MB">
     11  <!ENTITY gnupg2-buildsize     "164 MB (with tests)">
    1212  <!ENTITY gnupg2-time          "1.2 SBU (with tests; using parallelism=4)">
    1313]>
  • postlfs/security/gnutls.xml

    rcd255e1 ra722d59  
    77  <!ENTITY gnutls-download-http "&gnupg-http;/gnutls/v3.8/gnutls-&gnutls-version;.tar.xz">
    88  <!ENTITY gnutls-download-ftp  " ">
    9   <!ENTITY gnutls-md5sum        "269966167fa5bf8bae5f7534bcc3c454">
     9  <!ENTITY gnutls-md5sum        "74b468201ef7e9035f78d44c3f0906c4">
    1010  <!ENTITY gnutls-size          "6.2 MB">
    11   <!ENTITY gnutls-buildsize     "168 MB (add 114 MB for tests)">
    12   <!ENTITY gnutls-time          "0.7 SBU (add 1.4 SBU for tests; both using parallelism=8)">
     11  <!ENTITY gnutls-buildsize     "147 MB (add 114 MB for tests)">
     12  <!ENTITY gnutls-time          "0.6 SBU (add 1.4 SBU for tests; both using parallelism=8)">
    1313]>
    1414
  • postlfs/security/linux-pam.xml

    rcd255e1 ra722d59  
    77  <!ENTITY linux-pam-download-http "https://github.com/linux-pam/linux-pam/releases/download/v&linux-pam-version;/Linux-PAM-&linux-pam-version;.tar.xz">
    88  <!ENTITY linux-pam-download-ftp  " ">
    9   <!ENTITY linux-pam-md5sum        "41a10af5fc35a7be472ae9864338e64a">
     9  <!ENTITY linux-pam-md5sum        "8ad1e72d1ff6480d8e0af658e2d7b768">
    1010  <!ENTITY linux-pam-size          "1.0 MB">
    1111  <!ENTITY linux-pam-buildsize     "39 MB (with tests)">
     
    1313
    1414  <!ENTITY linux-pam-docs-download "https://github.com/linux-pam/linux-pam/releases/download/v&linux-pam-version;/Linux-PAM-&linux-pam-docs-version;-docs.tar.xz">
    15   <!ENTITY linux-pam-docs-md5sum   "db41b71435df078658b3db1f57bb2a49">
    16   <!ENTITY linux-pam-docs-size     "456 KB">
     15  <!ENTITY linux-pam-docs-md5sum   "46dc9f9a27ef73a2fbe3b667877e88da">
     16  <!ENTITY linux-pam-docs-size     "455 KB">
    1717  <!--
    1818  <!ENTITY debian-pam-docs         "http://debian.securedservers.com/kernel/pub/linux/libs/pam">
  • postlfs/security/mitkrb.xml

    rcd255e1 ra722d59  
    153153      long time and fail if the system is not connected to a network.
    154154      One test, <filename>t_kadm5srv</filename>, is known to fail.
     155      If <xref linkend='keyutils'/> is installed but
     156      <xref linkend='keyutils-test-kernel'/> is not
     157      satisfied, some tests will fail complaining
     158      <computeroutput>keyctl failed with code 1</computeroutput>.
    155159      <!-- Note: on my laptop -j8 fails but -j1 passes
    156160      For version 1.21, -j1 no longer needs to be specified and the
  • postlfs/security/nss.xml

    rcd255e1 ra722d59  
    1414  <!ENTITY nss-download-http "https://&nss-url;/NSS_&nss-dir;_RTM/src/nss-&nss-version;.tar.gz">
    1515  <!ENTITY nss-download-ftp  " ">
    16   <!ENTITY nss-md5sum        "4502fcae1b32da310fffdfb3c67f6985">
    17   <!ENTITY nss-size          "73 MB">
    18   <!ENTITY nss-buildsize     "312 MB (add 268 MB for tests)">
    19   <!ENTITY nss-time          "0.9 SBU (with parallelism=4, add 16 SBU for tests on AMD Ryzens or at least 30 SBU on Intel machines)">
     16  <!ENTITY nss-md5sum        "91d114f373c71ed04c4fca96958cdcd1">
     17  <!ENTITY nss-size          "73.1 MB">
     18  <!ENTITY nss-buildsize     "304 MB (add 268 MB for tests)">
     19  <!ENTITY nss-time          "1.1 SBU (with parallelism=4, add 16 SBU for tests on AMD Ryzens or at least 30 SBU on Intel machines)">
    2020  <!-- On my system, I got 64.2 SBU, but Bruce gets 18 SBU. -renodr -->
    2121  <!-- On my system, I got 63 SBU, but Xi gets ~18 SBU. -pierre (for 3.78) -->
     
    3636     Unknown status:     2
    3737     TinderboxPrint:Unknown: 2
    38    -->
    39    <!-- Test Results 3.95: (Intel i9-10900k) I got close to 70 SBU [rahul]
     38   
     39   Test Results 3.95: (Intel i9-10900k) I got close to 70 SBU [rahul]
    4040
    4141     Passed:             69982
     
    4545     Unknown status:     2
    4646     TinderboxPrint:Unknown: 2
    47    -->
    48 
    49    <!--  Test Results 3.96: (AMD Ryzen 9 3900X) about 14 SBU [bdubbs]
     47
     48   Test Results 3.96: (AMD Ryzen 9 3900X) about 14 SBU [bdubbs]
    5049     Passed:             70289
    5150     Failed:             0
     
    5554     TinderboxPrint:Unknown: 2
    5655
    57 
    58    -->
    59    <!-- Test Results 3.97: (AMD Ryzen 7 1700) about 16 SBU [rahul]
     56   Test Results 3.97: (AMD Ryzen 7 1700) about 16 SBU [rahul]
    6057     Passed:             69809
    6158     Failed:             0
     
    6461     Unknown status:     2
    6562     TinderboxPrint:Unknown: 2
    66      -->
    67 
    68    <!-- Test results 3.98: (Intel Xeon E5-1650v3) 25 SBU [renodr]
     63
     64   Test results 3.98: (Intel Xeon E5-1650v3) 25 SBU [renodr]
    6965     Tests summary:
    7066     Passed:             69919
     
    7470     Unknown status:     2
    7571     TinderboxPrint:Unknown: 2
     72
     73   Test results 3.99: (AMD Ryzen 9 3900X) 14 SBU [bdubbs]
     74     Tests summary:
     75     Passed:             69953
     76     Failed:             0
     77     Failed with core:   0
     78     ASan failures:      0
     79     Unknown status:     2
     80     TinderboxPrint:Unknown: 2
     81
     82   Rest results 3.100 (Intel(R) Xeon(R) CPU E3-1245 v6, VBoxVM)
     83     Tests summary:
     84     Passed:             71813
     85     Failed:             1
     86     Failed with core:   0
     87     ASan failures:      0
     88     Unknown status:     2
     89     TinderboxPrint:Unknown: 2
    7690   -->
    77 
    7891]>
    7992
    8093<sect1 id="nss" xreflabel="nss-&nss-version;">
    8194  <?dbhtml filename="nss.html"?>
    82 
    8395
    8496  <title>NSS-&nss-version;</title>
  • postlfs/security/openssh.xml

    rcd255e1 ra722d59  
    99  <!ENTITY openssh-download-ftp  " ">
    1010  <!ENTITY openssh-md5sum        "&openssh-md5sum;">
    11   <!ENTITY openssh-size          "1.8 MB">
     11  <!ENTITY openssh-size          "1.7 MB">
    1212  <!ENTITY openssh-buildsize     "45 MB (add 22 MB for tests)">
    1313  <!ENTITY openssh-time          "0.2 SBU (Using parallelism=4;
  • postlfs/security/polkit.xml

    rcd255e1 ra722d59  
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required">
    92       <xref linkend="glib2"/>
     92      <xref linkend="glib2"/> (GObject Introspection recommended)
    9393    </para>
    9494
     
    9797      <!-- For jhalfs just make it required to avoid over-complexity. -->
    9898      <xref role="required" linkend="duktape"/>,
    99       <xref linkend="gobject-introspection"/>,
    10099      <xref linkend="libxslt"/>,<phrase revision="systemd"> and</phrase>
    101100      <xref linkend="linux-pam"/><phrase revision="sysv">, and
     
    116115    </note>
    117116
    118 
    119     <!-- Due to the fact that meson will not autodetect g-i and
    120          has it set to required unless you pass an option, and the likelihood
    121          of users ignoring a command explanation and then sending in mails
    122          regarding KDE or GNOME not working after installing polkit, let's move
    123          it to recommended. See #15640 for logic
    124     <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    125     <para role="optional">
    126       <xref linkend="gobject-introspection"/>
    127     </para>
    128     -->
    129 
    130117    <bridgehead renderas="sect4">Optional</bridgehead>
    131118    <para role="optional">
     
    147134      environment:
    148135      <application>polkit-kde-agent</application> in
    149       <xref role="runtime" linkend="plasma5-build"/> for KDE,
     136      <xref role="runtime" linkend="plasma-build"/> for KDE,
    150137      the agent built in
    151138      <xref role="runtime" linkend="gnome-shell"/> for GNOME3,
     
    283270      <option>-Dintrospection=false</option>: Use this option if you are certain
    284271      that you do not need gobject-introspection files for polkit, or do not have
    285       gobject-introspection installed.
     272      installed <xref linkend='glib2'/> with GObject Introspection.
    286273    </para>
    287274
  • postlfs/security/shadow.xml

    rcd255e1 ra722d59  
    77  <!ENTITY shadow-download-http "https://github.com/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
    88  <!ENTITY shadow-download-ftp  " ">
    9   <!ENTITY shadow-md5sum        "293e93f78f2d3217b253d289271a40fa">
    10   <!ENTITY shadow-size          "1.8 MB">
    11   <!ENTITY shadow-buildsize     "38 MB">
     9  <!ENTITY shadow-md5sum        "006b0856abd49b5e7b45b7cb78ca272a">
     10  <!ENTITY shadow-size          "1.7 MB">
     11  <!ENTITY shadow-buildsize     "39 MB">
    1212  <!ENTITY shadow-time          "0.2 SBU">
    1313]>
  • postlfs/security/vulnerabilities.xml

    rcd255e1 ra722d59  
    7878      <ulink url="https://security.gentoo.org">Gentoo security</ulink>.
    7979      Finally, the Slackware archives of security announcements are at
    80       <ulink url="https://slackware.com/security">Slackware security</ulink>.
     80      <!-- To editors: the https version redirects back to the non-https
     81           version.  Not sure why they must do this, but please check
     82           before turning this to https.  -->
     83      <ulink url="http://slackware.com/security/">Slackware security</ulink>.
    8184    </para>
    8285
  • postlfs/shells/tcsh.xml

    rcd255e1 ra722d59  
    88  <!ENTITY tcsh-download-http "https://astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    99  <!ENTITY tcsh-download-ftp  " ">
    10   <!ENTITY tcsh-md5sum        "8fe4421f3cac3f230b3fe88df6ccff5f">
     10  <!ENTITY tcsh-md5sum        "ad1f1d18638ac1d0ff736a96d0b5dbd3">
    1111  <!ENTITY tcsh-size          "936 KB">
    1212  <!ENTITY tcsh-buildsize     "11 MB (with tests)">
  • postlfs/shells/zsh.xml

    rcd255e1 ra722d59  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="pcre"/>,
    85       <xref linkend="valgrind"/>, and
     84      <!-- <xref linkend="pcre2"/>, The next zsh release will support it -->
     85      <xref linkend="valgrind"/> and
    8686      <ulink url='https://fbb-git.gitlab.io/yodl/'>yodl</ulink>
    8787    </para>
     
    189189      use of the <application>GDBM</application> library.
    190190    </para>
    191 
    192     <para>
    193       <option>--enable-pcre</option>: This option allows zsh to use
    194       the <application>PCRE</application> regular expression library in shell
     191<!-- the next zsh release will support it
     192    <para>
     193      <option>- -enable-pcre</option>: This option allows zsh to use
     194      the <application>PCRE2</application> regular expression library in shell
    195195      builtins.
    196196    </para>
     197-->
    197198  </sect2>
    198199
  • postlfs/virtualization/qemu.xml

    rcd255e1 ra722d59  
    77  <!ENTITY qemu-download-http "https://download.qemu.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "bda54248d773be2599df66f8995f10e1">
     9  <!ENTITY qemu-md5sum        "73d24d3a32cac71324982029e852558d">
    1010  <!ENTITY qemu-size          "124 MB">
    11   <!ENTITY qemu-buildsize     "2.2 GB (373 MB installed)">
     11  <!ENTITY qemu-buildsize     "2.5 GB (373 MB installed)">
    1212  <!ENTITY qemu-time          "1.3 SBU (add 0.8 SBU for tests, both using parallelism=4)">
    1313]>
     
    7979    <para role="recommended">
    8080      <xref linkend="alsa-lib"/>,
     81      <xref linkend="dtc"/>,
    8182      <xref linkend="libslirp"/>, and
    8283      <xref linkend="sdl2"/>
    8384    </para>
     85
     86    <note>
     87      <para>
     88        If <xref linkend="dtc"/> is not installed, the building system
     89        will attempt to download a copy of dtc source code from the
     90        Internet.
     91      </para>
     92    </note>
    8493
    8594    <bridgehead renderas="sect4">Optional</bridgehead>
     
    117126      <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
    118127      <ulink url="https://sourceware.org/elfutils/">libdw</ulink>,
    119       <ulink url="https://github.com/dgibson/dtc">libfdt</ulink>,
    120128      <ulink url="https://github.com/sahlberg/libiscsi">libiscsi</ulink>,
    121129      <ulink url="https://github.com/sahlberg/libnfs">libnfs</ulink>,
Note: See TracChangeset for help on using the changeset viewer.