Changeset 89a8d9a


Ignore:
Timestamp:
12/12/2022 10:34:38 PM (17 months ago)
Author:
Ken Moffat <ken@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
ab3ae35a
Parents:
cf905e0 (diff), bdf8481 (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 branch 'trunk' into plabs/python-mods

Files:
1 added
61 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    rcf905e0 r89a8d9a  
    3131      consistent interface to underlying client library interfaces. This
    3232      application programming interface assures predictable if not identical
    33       behaviour regardless of which libraries are available on a given platform.
     33      behavior regardless of which libraries are available on a given platform.
    3434    </para>
    3535
  • general/genlib/glib2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "06745709784eddb4a3860e1814f795e8">
     9  <!ENTITY glib2-md5sum        "fb204b89b0004110911dede3441597a1">
    1010  <!ENTITY glib2-size          "4.9 MB">
    11   <!ENTITY glib2-buildsize     "119 MB (add 7 MB for tests)">
    12   <!ENTITY glib2-time          "0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "140 MB (add 8 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="dbus"/> and
     91      <xref linkend="dbus"/> (for some tests),
     92      <xref linkend="fuse3"/> and
    9293      <ulink url="https://bindfs.org/">bindfs</ulink>
    93         (both may be used in some tests),
     94        (both needed for one test),
    9495      <xref linkend="gdb"/> (for bindings),
    9596      <xref linkend="DocBook"/>,
     
    124125  <sect2 role="installation">
    125126    <title>Installation of GLib</title>
    126     <!-- Remove the next para and screen for glib-2.72.3 or above
    127     <para>
    128       First, fix an issue in MIME file content lookup, which may prevent
    129       displaying <command>file://</command> URL's in webkitgtk based browsers.
    130     </para>
    131 
    132 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen>
    133 -->
     127
    134128    <para>
    135129      If desired, apply the optional patch. In many cases, applications that
     
    237231
    238232      NOTE: systemd implements this as a hard requirement.  -->
    239       <!-- with 2.60.4 on systemd, all tests pass. -->
     233      <!-- one test, g-file-info-filesystem-readonly.c, needs both
     234      bindfs and fusermount. With fuse3, you need to either create
     235      a fusermount->fusermount3 symlink or alter the source of the
     236      test so that fusermount3 is seeked and used. bindfs can be
     237      built against fuse3. The test is skipped if the dependencies
     238      are not found, and reported to pass.-->
    240239      <!-- with 2.64.1 on sysV, all tests pass. -->
    241240      <!-- with 2.70.1 on sysV, all tests pass. -->
     
    243242      <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
    244243      <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
    245     </para>
    246 
     244      <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
     245    </para>
     246<!-- 2.64 is two years old
    247247    <para>
    248248      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     
    252252
    253253<screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    254 
     254-->
    255255  </sect2>
    256256
  • general/genlib/pcre2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY pcre2-download-http "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-&pcre2-version;/pcre2-&pcre2-version;.tar.bz2">
    88  <!ENTITY pcre2-download-ftp  " ">
    9   <!ENTITY pcre2-md5sum        "a5cc4e276129c177d4fffb40601019a4">
     9  <!ENTITY pcre2-md5sum        "5ee8e1d11557b677e1b159657e2aaf3c">
    1010  <!ENTITY pcre2-size          "1.7 MB">
    11   <!ENTITY pcre2-buildsize     "18 MB (with tests)">
     11  <!ENTITY pcre2-buildsize     "19 MB (with tests)">
    1212  <!ENTITY pcre2-time          "0.4 SBU (with tests)">
    1313]>
  • general/genlib/uchardet.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY uchardet-download-http "https://www.freedesktop.org/software/uchardet/releases/uchardet-&uchardet-version;.tar.xz">
    88  <!ENTITY uchardet-download-ftp  " ">
    9   <!ENTITY uchardet-md5sum        "623406dac5c5ad89e40eedd7f279efae">
    10   <!ENTITY uchardet-size          "212 KB">
    11   <!ENTITY uchardet-buildsize     "4.2 MB">
    12   <!ENTITY uchardet-time          "less than 0.1 SBU">
     9  <!ENTITY uchardet-md5sum        "9e267be7aee81417e5875086dd9d44fd">
     10  <!ENTITY uchardet-size          "217 KB">
     11  <!ENTITY uchardet-buildsize     "4.6 MB (with test)">
     12  <!ENTITY uchardet-time          "less than 0.1 SBU (with test)">
    1313
    1414]>
     
    144144      <?dbhtml list-presentation="table"?>
    145145
    146       <!-- If the program or library name conflicts (is the same) as the
    147       package name, add -prog or -lib to the varlistentry entity id
    148       and the 2nd entry of the indexterm zone entity -->
    149 
    150146      <varlistentry id="uchardet-prog">
    151147        <term><command>uchardet</command></term>
  • general/genutils/graphviz.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.bz2">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "7f241a7ee09294accc6c75643a7cd9be">
     9  <!ENTITY graphviz-md5sum        "75189b0b56b7795a7d665c420a4af99f">
    1010  <!ENTITY graphviz-size          "26 MB">
    1111  <!ENTITY graphviz-buildsize     "211 MB">
  • general/graphlib/poppler.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "4a7adb52dcf9a37f9655a240d1e2cc97">
     9  <!ENTITY poppler-md5sum        "39b6a69eceba6adb8afbcee8d47385fd">
    1010  <!ENTITY poppler-size          "1.8 MB">
    1111  <!ENTITY poppler-buildsize     "88 MB (with Qt5 library and tests)">
  • general/prog/cmake.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "a9d079eaf3f91ed9898834afb24e2b17">
     9  <!ENTITY cmake-md5sum        "521a03b1c36412463eda0348bebf4765">
    1010  <!ENTITY cmake-size          "10 MB">
    1111  <!ENTITY cmake-buildsize     "432 MB (add 1.1 GB for tests)">
  • general/prog/gitserver.xml

    rcf905e0 r89a8d9a  
    4949
    5050    <sect3>
    51       <title>1. Setup Users, Groups, and Permissions</title>
     51      <title>1. Set Up Users, Groups, and Permissions</title>
    5252
    5353      <para>
     
    162162
    163163      <para>
    164         On the developer's machine, setup some files to be pushed
     164        On the developer's machine, set up some files to be pushed
    165165        to the repository as the initial content:
    166166      </para>
  • general/prog/ojdk-conf.xml

    rcf905e0 r89a8d9a  
    9898      on the <xref linkend="make-ca"/> page previously created the file
    9999      located in <filename class="directory">/etc/ssl/java</filename>.
    100       Setup a symlink in the default location as the
     100      Set up a symlink in the default location as the
    101101      <systemitem class="username">root</systemitem> user:
    102102    </para>
  • general/prog/perl-modules/perl-text-bibtex.xml

    rcf905e0 r89a8d9a  
    101101            <para>
    102102              parses a series of BibTeX files with command line options to
    103               control the string post-processing behaviour
     103              control the string post-processing behavior
    104104            </para>
    105105            <indexterm zone="perl-text-bibtex bibparse-prog">
  • general/prog/php.xml

    rcf905e0 r89a8d9a  
    609609        Additionally, it may be useful to add an entry for
    610610        <filename>index.php</filename> to the DirectoryIndex directive of the
    611         <filename>httpd.conf</filename> file. Lastly, adding a line to setup the
     611        <filename>httpd.conf</filename> file. Lastly, adding a line to set up the
    612612        <filename class='extension'>.phps</filename> extension to show
    613613        highlighted <application>PHP</application> source may be
  • general/prog/svnserver.xml

    rcf905e0 r89a8d9a  
    4747
    4848    <sect3>
    49       <title>1. Setup Users, Groups, and Permissions</title>
     49      <title>1. Set Uup Users, Groups, and Permissions</title>
    5050
    5151      <para>
     
    129129        layout set up exactly as you want your repository to look. For
    130130        example, here is a sample BLFS layout setup with a root of
    131         <filename>svntest/</filename>. You'll need to setup a directory
     131        <filename>svntest/</filename>. You'll need to set up a directory
    132132        tree similar to the following:
    133133      </para>
  • general/prog/swig.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY swig-download-http "&sourceforge-dl;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "baac03a66f3194e5399d4c71d34df1e2">
     9  <!ENTITY swig-md5sum        "c7d55a1bca26752f3846c85b43c1a69c">
    1010  <!ENTITY swig-size          "8.2 MB">
    1111  <!ENTITY swig-buildsize     "82 MB (2.1 GB with tests)">
  • general/sysutils/fcron.xml

    rcf905e0 r89a8d9a  
    295295
    296296      <para>
    297         If you would like to setup a periodic hierarchy for the root user,
     297        If you would like to set up a periodic hierarchy for the root user,
    298298        first issue the following commands (as the
    299299        <systemitem class="username">root</systemitem> user) to create the
  • general/sysutils/usbutils.xml

    rcf905e0 r89a8d9a  
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    8383    <para role="required">
    84       <xref linkend="libusb"/> and
     84      <xref linkend="libusb"/>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Recommended</bridgehead>
     88    <para role="recommended">
     89<!-- git is required by autogen.sh. If using the tarball on kernel.org,
     90     autogen.sh does not need to be run. If using the github source,
     91     autogen.sh needs to be run, and git is used to pull the usbhid-dump
     92     submodule. -->
     93      <xref linkend="git"/> and
    8594      <xref linkend="wget"/>
    86       <!-- In the systemd book, a unit/timer is installed to update the
    87       usb.ids file automatically.
    88 
    89       wget is used in the instructions below.
    90       -->
    91     </para>
    92 
    93 <!-- lsusb.py has been ported to Python 3, and it is the only Python user
    94     <bridgehead renderas="sect4">Required Runtime</bridgehead>
    95     <para role="required">
    96       <xref role="runtime" linkend="python2"/>
    97     </para>
    98 -->
     95<!-- In the systemd book, a unit/timer is installed to update the
     96     usb.ids file automatically. wget is used in the instructions below. -->
     97    </para>
     98
    9999    <para condition="html" role="usernotes">User Notes:
    100100      <ulink url="&blfs-wiki;/usbutils"/>
  • introduction/welcome/changelog.xml

    rcf905e0 r89a8d9a  
    4040    -->
    4141    <listitem>
     42      <para>December 11th, 2022</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to plasma5-5.26.4. Fixes
     46          <ulink url="&blfs-ticket-root;16996">#16996</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[bdubbs] - Add kuserfeedback-1.2.0 needed by plasma.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to kf5-apps-22.12.0, including kate, kwave,
     53          and falkon. Fixes
     54          <ulink url="&blfs-ticket-root;17006">#17006</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to kf5-5.101, including extra-cmake-modules,
     58          oxygen-icons and breeze-icons. Fixes
     59          <ulink url="&blfs-ticket-root;17021">#17021</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
     65      <para>December 9th, 2022</para>
     66      <itemizedlist>
     67        <listitem>
     68          <para>[pierre] - Update to uchardet-0.0.8. Fixes
     69          <ulink url="&blfs-ticket-root;17384">#17384</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[pierre] - Update to libfontenc-1.1.7, libxkbfile-1.1.2,
     73          libxshmfence-1.3.2, and libICE-1.1.1 (Xorg Libraries). Fixes
     74          <ulink url="&blfs-ticket-root;17383">#17383</ulink>.</para>
     75        </listitem>
     76        <listitem>
     77          <para>[pierre] - Update to libXau-1.0.11. Fixes
     78          <ulink url="&blfs-ticket-root;17382">#17382</ulink>.</para>
     79        </listitem>
     80        <listitem>
     81          <para>[pierre] - Update to xkbcomp-1.4.6 (Xorg application). Fixes
     82          <ulink url="&blfs-ticket-root;17381">#17381</ulink>.</para>
     83        </listitem>
     84      </itemizedlist>
     85    </listitem>
     86
     87    <listitem>
     88      <para>December 8th, 2022</para>
     89      <itemizedlist>
     90        <listitem>
     91          <para>[bdubbs] - Update to wireshark-4.0.2. Fixes
     92          <ulink url="&blfs-ticket-root;17380">#17380</ulink>.</para>
     93        </listitem>
     94        <listitem>
     95          <para>[bdubbs] - Update to pcre2-10.41. Fixes
     96          <ulink url="&blfs-ticket-root;17377">#17377</ulink>.</para>
     97        </listitem>
     98        <listitem>
     99          <para>[bdubbs] - Update to NetworkManager-1.40.6. Fixes
     100          <ulink url="&blfs-ticket-root;17364">#17364</ulink>.</para>
     101        </listitem>
     102        <listitem>
     103          <para>[bdubbs] - Update to graphviz-7.0.4. Fixes
     104          <ulink url="&blfs-ticket-root;17370">#17370</ulink>.</para>
     105        </listitem>
     106        <listitem>
     107          <para>[bdubbs] - Update to tcsh-6.24.05. Fixes
     108          <ulink url="&blfs-ticket-root;17369">#17369</ulink>.</para>
     109        </listitem>
     110        <listitem>
     111          <para>[bdubbs] - Update to poppler-22.12.0. Fixes
     112          <ulink url="&blfs-ticket-root;17368">#17368</ulink>.</para>
     113        </listitem>
     114        <listitem>
     115          <para>[bdubbs] - Update to SDL2-2.26.1. Fixes
     116          <ulink url="&blfs-ticket-root;17367">#17367</ulink>.</para>
     117        </listitem>
     118      </itemizedlist>
     119    </listitem>
     120
     121    <listitem>
     122      <para>December 6th, 2022</para>
     123      <itemizedlist>
     124        <listitem>
     125          <para>[pierre] - Update to inkscape-1.2.2. Fixes
     126          <ulink url="&blfs-ticket-root;17376">#17376</ulink>.</para>
     127        </listitem>
     128        <listitem>
     129          <para>[pierre] - Update to icewm-3.2.3. Fixes
     130          <ulink url="&blfs-ticket-root;17374">#17374</ulink>.</para>
     131        </listitem>
     132        <listitem>
     133          <para>[pierre] - Update to xinit-1.4.2. Fixes
     134          <ulink url="&blfs-ticket-root;17373">#17373</ulink>.</para>
     135        </listitem>
     136        <listitem>
     137          <para>[pierre] - Update to xcursorgen-1.0.8, xgamma-1.0.7,
     138          xprop-1.2.6, xrandr-1.5.2, xset-1.2.5, and xvinfo-1.1.5
     139          (Xorg applications). Fixes
     140          <ulink url="&blfs-ticket-root;17372">#17372</ulink>.</para>
     141        </listitem>
     142        <listitem>
     143          <para>[pierre] - Update to libICE-1.1.0, libXScrnSaver-1.2.4,
     144          libXcomposite-0.4.6, libXdamage-1.1.6, libXres-1.2.2, libXv-1.0.12,
     145          and libXxf86dga-1.1.6 (Xorg libraries). Fixes
     146          <ulink url="&blfs-ticket-root;17371">#17371</ulink>.</para>
     147        </listitem>
     148      </itemizedlist>
     149    </listitem>
     150
     151    <listitem>
     152      <para>December 5th, 2022</para>
     153      <itemizedlist>
     154        <listitem>
     155          <para>[bdubbs] - Update to swig-4.1.1. Fixes
     156          <ulink url="&blfs-ticket-root;17363">#17363</ulink>.</para>
     157        </listitem>
     158        <listitem>
     159          <para>[bdubbs] - Update to libass-0.17.0. Fixes
     160          <ulink url="&blfs-ticket-root;17361">#17361</ulink>.</para>
     161        </listitem>
     162        <listitem>
     163          <para>[thomas] - Update to proftpd-1.3.8. Fixes
     164          <ulink url="&blfs-ticket-root;17375">#17375</ulink>.</para>
     165        </listitem>
     166      </itemizedlist>
     167    </listitem>
     168
     169    <listitem>
     170      <para>December 3rd, 2022</para>
     171      <itemizedlist>
     172        <listitem>
     173          <para>[thomas] - Update to cmake-3.25.1. Fixes
     174          <ulink url="&blfs-ticket-root;17362">#17362</ulink>.</para>
     175        </listitem>
     176        <listitem>
     177          <para>[pierre] - Update to glib-2.74.3. Fixes
     178          <ulink url="&blfs-ticket-root;17237">#17237</ulink>.</para>
     179        </listitem>
     180      </itemizedlist>
     181    </listitem>
     182
     183    <listitem>
     184      <para>December 2nd, 2022</para>
     185      <itemizedlist>
     186        <listitem>
     187          <para>[pierre] - Update to thunderbird-102.5.1 (security update).
     188          Fixes <ulink url="&blfs-ticket-root;17360">#17360</ulink>.</para>
     189        </listitem>
     190      </itemizedlist>
     191    </listitem>
     192
     193    <listitem>
     194      <para>December 1st, 2022</para>
     195      <itemizedlist>
     196        <listitem>
     197          <para>[ken] - Add page explaining how to use the system CA
     198          Certificates with the vendored Python pip installed in LFS. Fixes
     199          <ulink url="&blfs-ticket-root;17354">#17354</ulink>.</para>
     200        </listitem>
     201      </itemizedlist>
     202    </listitem>
     203
     204    <listitem>
    42205      <para>November 30th, 2022</para>
    43206      <itemizedlist>
     
    225388      <itemizedlist>
    226389        <listitem>
    227           <para>[bdubbs] - Update to bind and bind-utilities-9.16.9. Fixes
     390          <para>[bdubbs] - Update to bind and bind-utilities-9.18.9. Fixes
    228391            <ulink url="&blfs-ticket-root;17320">#17320</ulink>.</para>
    229392        </listitem>
  • kde/extra-cmake-modules.xml

    rcf905e0 r89a8d9a  
    77   <!ENTITY extra-cmake-modules-download-http "&kf5-download-http;/extra-cmake-modules-&kf5-version;.tar.xz">
    88   <!ENTITY extra-cmake-modules-download-ftp  " ">
    9    <!ENTITY extra-cmake-modules-md5sum        "9004ad7e58f5d3ef4a68ac9d3d432c51">
    10    <!ENTITY extra-cmake-modules-size          "324 KB">
     9   <!ENTITY extra-cmake-modules-md5sum        "d9c1cdbe014fed6a451f02f0b4debfa7">
     10   <!ENTITY extra-cmake-modules-size          "328 KB">
    1111   <!ENTITY extra-cmake-modules-buildsize     "4.5 MB">
    1212   <!ENTITY extra-cmake-modules-time          "less than 0.1 SBU">
  • kde/introduction.xml

    rcf905e0 r89a8d9a  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma-wayland-protocols.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kuserfeedback.xml"/>
    2526
    2627</chapter>
  • kde/kf5-apps/ark5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY ark5-download-http "&kf5apps-download-http;/ark-&kf5apps-version;.tar.xz">
    88  <!ENTITY ark5-download-ftp  " ">
    9   <!ENTITY ark5-md5sum        "27e1d4a86f0b4ecdd09e8d9a4ee57bac">
     9  <!ENTITY ark5-md5sum        "ed3adc1d14e78d0c4afb92384a64992c">
    1010  <!ENTITY ark5-size          "2.7 MB">
    1111  <!ENTITY ark5-buildsize     "32 MB">
  • kde/kf5-apps/gwenview.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY gwenview5-download-http "&kf5apps-download-http;/gwenview-&kf5apps-version;.tar.xz">
    88  <!ENTITY gwenview5-download-ftp  " ">
    9   <!ENTITY gwenview5-md5sum        "95fc52fbf1ac6b8efc82ce54aab3f4c6">
    10   <!ENTITY gwenview5-size          "6.5 MB">
    11   <!ENTITY gwenview5-buildsize     "48 MB">
    12   <!ENTITY gwenview5-time          "0.6 SBU (using parallelism=4)">
     9  <!ENTITY gwenview5-md5sum        "885ef584ac1b5c152658cb011f0df163">
     10  <!ENTITY gwenview5-size          "6.6 MB">
     11  <!ENTITY gwenview5-buildsize     "50 MB">
     12  <!ENTITY gwenview5-time          "0.5 SBU (using parallelism=4)">
    1313]>
    1414
  • kde/kf5-apps/k3b.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY k3b-download-http "&kf5apps-download-http;/k3b-&kf5apps-version;.tar.xz">
    88  <!ENTITY k3b-download-ftp  " ">
    9   <!ENTITY k3b-md5sum        "15df47ce0a4157e8c3d0b3bda16cdb94">
     9  <!ENTITY k3b-md5sum        "ded40b60a8a9f939596a90b28d0e43cd">
    1010  <!ENTITY k3b-size          "10 MB">
    11   <!ENTITY k3b-buildsize     "118 MB">
    12   <!ENTITY k3b-time          "1.1 SBU (using parallelism=4)">
     11  <!ENTITY k3b-buildsize     "125 MB">
     12  <!ENTITY k3b-time          "1.0 SBU (using parallelism=4)">
    1313]>
    1414
  • kde/kf5-apps/kdenlive5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY kdenlive5-download-http "&kf5apps-download-http;/kdenlive-&kf5apps-version;.tar.xz">
    88  <!ENTITY kdenlive5-download-ftp  " ">
    9   <!ENTITY kdenlive5-md5sum        "64bf391309bb2c2df7b041bfa965b7f8">
     9  <!ENTITY kdenlive5-md5sum        "9a6de48b702e0139828fe394fd74bc3c">
    1010  <!ENTITY kdenlive5-size          "12 MB">
    11   <!ENTITY kdenlive5-buildsize     "186 MB">
    12   <!ENTITY kdenlive5-time          "1.5 SBU (using parallelism=4)">
     11  <!ENTITY kdenlive5-buildsize     "201 MB">
     12  <!ENTITY kdenlive5-time          "1.4 SBU (using parallelism=4)">
    1313]>
    1414
  • kde/kf5-apps/khelpcenter.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY khelpcenter-download-http "&kf5apps-download-http;/khelpcenter-&kf5apps-version;.tar.xz">
    88  <!ENTITY khelpcenter-download-ftp  " ">
    9   <!ENTITY khelpcenter-md5sum        "07e21b929bb92685250fa90e4f5a22eb">
    10   <!ENTITY khelpcenter-size          "4.1 MB">
    11   <!ENTITY khelpcenter-buildsize     "27 MB">
     9  <!ENTITY khelpcenter-md5sum        "6ecbb41a20776df9e009cde345a47918">
     10  <!ENTITY khelpcenter-size          "4.2 MB">
     11  <!ENTITY khelpcenter-buildsize     "29 MB">
    1212  <!ENTITY khelpcenter-time          "0.2 SBU (using parallelism=4)">
    1313]>
  • kde/kf5-apps/kio-extras.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY kio-extras-download-http "&kf5apps-download-http;/kio-extras-&kf5apps-version;.tar.xz">
    88  <!ENTITY kio-extras-download-ftp  " ">
    9   <!ENTITY kio-extras-md5sum        "06698929912922eedee84e3c72b1be8f">
    10   <!ENTITY kio-extras-size          "632 KB">
    11   <!ENTITY kio-extras-buildsize     "44 MB">
    12   <!ENTITY kio-extras-time          "0.5 SBU (using parallelism=4)">
     9  <!ENTITY kio-extras-md5sum        "f27cc68ed5be8321e056cc9f89f41eff">
     10  <!ENTITY kio-extras-size          "1.3 MB">
     11  <!ENTITY kio-extras-buildsize     "48 MB">
     12  <!ENTITY kio-extras-time          "0.4 SBU (using parallelism=4)">
    1313]>
    1414
  • kde/kf5-apps/kmix5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY kmix5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
    88  <!ENTITY kmix5-download-ftp  " ">
    9   <!ENTITY kmix5-md5sum        "b5d7856b58f16f4b22116b8592bbb248">
     9  <!ENTITY kmix5-md5sum        "0d11a6e5129a636989ae215a34ce5a8c">
    1010  <!ENTITY kmix5-size          "1.1 MB">
    11   <!ENTITY kmix5-buildsize     "17 MB">
     11  <!ENTITY kmix5-buildsize     "18 MB">
    1212  <!ENTITY kmix5-time          "0.2 SBU (using parallelism=4)">
    1313]>
  • kde/kf5-apps/konsole5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY konsole5-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
    88  <!ENTITY konsole5-download-ftp  " ">
    9   <!ENTITY konsole5-md5sum        "f51764efd4c5b187aaa5024123a30cd1">
    10   <!ENTITY konsole5-size          "1.4 MB">
    11   <!ENTITY konsole5-buildsize     "45 MB">
    12   <!ENTITY konsole5-time          "0.6 SBU (using parallism=4)">
     9  <!ENTITY konsole5-md5sum        "61597f466c8b47058881451ff7bb9539">
     10  <!ENTITY konsole5-size          "1.7 MB">
     11  <!ENTITY konsole5-buildsize     "52 MB">
     12  <!ENTITY konsole5-time          "0.5 SBU (using parallism=4)">
    1313]>
    1414
  • kde/kf5-apps/libkcddb.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY libkcddb-download-http "&kf5apps-download-http;/libkcddb-&kf5apps-version;.tar.xz">
    88  <!ENTITY libkcddb-download-ftp  " ">
    9   <!ENTITY libkcddb-md5sum        "08282d063423baba579c2ad94db135c4">
    10   <!ENTITY libkcddb-size          "428 KB">
    11   <!ENTITY libkcddb-buildsize     "9.6 MB">
     9  <!ENTITY libkcddb-md5sum        "33227421102e5390d2694e208bdff307">
     10  <!ENTITY libkcddb-size          "448 KB">
     11  <!ENTITY libkcddb-buildsize     "10 MB">
    1212  <!ENTITY libkcddb-time          "0.1 SBU (Using parallelism=4)">
    1313]>
  • kde/kf5-apps/libkdcraw.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY libkdcraw-download-http "&kf5apps-download-http;/libkdcraw-&kf5apps-version;.tar.xz">
    88  <!ENTITY libkdcraw-download-ftp  " ">
    9   <!ENTITY libkdcraw-md5sum        "937db5407d2d7e79fcd252de287f3089">
     9  <!ENTITY libkdcraw-md5sum        "3a7bb5deea2e28c3022354fd754de9b4">
    1010  <!ENTITY libkdcraw-size          "40 KB">
    1111  <!ENTITY libkdcraw-buildsize     "1.5 MB">
  • kde/kf5-apps/libkexiv2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY libkexiv2-download-http "&kf5apps-download-http;/libkexiv2-&kf5apps-version;.tar.xz">
    88  <!ENTITY libkexiv2-download-ftp  " ">
    9   <!ENTITY libkexiv2-md5sum        "90d11a41b6c9271ca38fe8e1321a1125">
     9  <!ENTITY libkexiv2-md5sum        "d4054e4f5b23a74450aec4b5d16ca10e">
    1010  <!ENTITY libkexiv2-size          "60 KB">
    1111  <!ENTITY libkexiv2-buildsize     "3.2 MB">
  • kde/kf5-apps/okular5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY okular5-download-http "&kf5apps-download-http;/okular-&kf5apps-version;.tar.xz">
    88  <!ENTITY okular5-download-ftp  " ">
    9   <!ENTITY okular5-md5sum        "86eb04eaff7e17cadc23031b45d87a90">
    10   <!ENTITY okular5-size          "7.8 MB">
    11   <!ENTITY okular5-buildsize     "77 MB">
     9  <!ENTITY okular5-md5sum        "cd90ed6613e3e08c06a383580b6b7a5d">
     10  <!ENTITY okular5-size          "8.0 MB">
     11  <!ENTITY okular5-buildsize     "82 MB">
    1212  <!ENTITY okular5-time          "0.7 SBU (using parallelism=4)">
    1313]>
  • kde/kf5/kf5-frameworks.xml

    rcf905e0 r89a8d9a  
    99  <!ENTITY kf5-download-ftp  " ">
    1010  <!ENTITY kf5-md5sum        "See Below">
    11   <!ENTITY kf5-size          "274 MB">
    12   <!ENTITY kf5-buildsize     "1.4 GB (246 MB installed)">
     11  <!ENTITY kf5-size          "345 MB">
     12  <!ENTITY kf5-buildsize     "2.5 GB (246 MB installed)">
    1313  <!ENTITY kf5-time          "15 SBU (using parallelism=4)">
    1414]>
     
    195195     needs special instructions because it is a pure python package. -->
    196196<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
    197 <literal>b6bc2ad39f48daf021eb6e3146ea1b2f  attica-5.97.0.tar.xz
    198 #9004ad7e58f5d3ef4a68ac9d3d432c51  extra-cmake-modules-5.97.0.tar.xz
    199 f16a3cbba1d24c73dde77895e77f9633  kapidox-5.97.0.tar.xz
    200 fcf875c8408891c62bb15e2ffa1f523e  karchive-5.97.0.tar.xz
    201 c4fda652d325ce599821b898c710105e  kcodecs-5.97.0.tar.xz
    202 e007684ef4b71aa63c997f7e53257936  kconfig-5.97.0.tar.xz
    203 aa862f672a8dfaef39af0dda8c3ea892  kcoreaddons-5.97.0.tar.xz
    204 97dfc5ff026d71ac18ad862b1b04fdd5  kdbusaddons-5.97.0.tar.xz
    205 effc56abeefd23cf38be0d1448c48092  kdnssd-5.97.0.tar.xz
    206 2211961bfca22edd9b7bb4c28d3d3c94  kguiaddons-5.97.0.tar.xz
    207 7c92678a3cbd23cc2245fa0258f5e4fb  ki18n-5.97.0.tar.xz
    208 5ab6acca13664b38a0f789f74416b834  kidletime-5.97.0.tar.xz
    209 8dea9b3373b266ea00eef1875e154e16  kimageformats-5.97.0.tar.xz
    210 2b35af1ee245563dd5b521e756228e00  kitemmodels-5.97.0.tar.xz
    211 96daac9f4c21bab82d1da2d980f614c6  kitemviews-5.97.0.tar.xz
    212 aac1e13fb038a54a4f907665200c3c69  kplotting-5.97.0.tar.xz
    213 c5343837bea2bb66ed8fa6371a2b9ee6  kwidgetsaddons-5.97.0.tar.xz
    214 9b561803e8776cc1eda0809cb31f9dda  kwindowsystem-5.97.0.tar.xz
    215 3d812644475d1f3dfeea44f4b1b7e36b  networkmanager-qt-5.97.0.tar.xz
    216 373c435787485e571ca95f8f4b408181  solid-5.97.0.tar.xz
    217 8975618339356417006c31da3b8ca8c1  sonnet-5.97.0.tar.xz
    218 a22052df457b0d08f8ba15fd6f25c4a5  threadweaver-5.97.0.tar.xz
    219 f3e57280dd260385559a531fbe8d2fc3  kauth-5.97.0.tar.xz
    220 a4a5c5b82eb731b2229fab92d3dfb1cb  kcompletion-5.97.0.tar.xz
    221 7d96391d642ce153a9eaae3c63b112e1  kcrash-5.97.0.tar.xz
    222 76db6e9f9200fad4b9cbc3b01ae3755f  kdoctools-5.97.0.tar.xz
    223 99655561b2bbd14e414b132d44bb8d90  kpty-5.97.0.tar.xz
    224 954fc91f33ec53de224156cc10bc04c4  kunitconversion-5.97.0.tar.xz
    225 1c150ec6adaf8685af8bc80256560a86  kconfigwidgets-5.97.0.tar.xz
    226 3793f484ae97355d279731bb9de6f97a  kservice-5.97.0.tar.xz
    227 029f666542f69e6f543dc18a3e02023c  kglobalaccel-5.97.0.tar.xz
    228 d4f3946ac9544e80999ab436a27619dc  kpackage-5.97.0.tar.xz
    229 208f34d8c979f7060958d1eee5ab91cd  kdesu-5.97.0.tar.xz
    230 18edfe35f0d2fc06bd628c515ca47bcf  kemoticons-5.97.0.tar.xz
    231 798e5c986dae8e2f1e83ab0868bf1fb8  kiconthemes-5.97.0.tar.xz
    232 d4cc3101b12bd36cf4a87f0c3936ccf1  kjobwidgets-5.97.0.tar.xz
    233 3980c8e6b94716b0d19b9e2a7d730596  knotifications-5.97.0.tar.xz
    234 1af7d339e2f5a2a540e51339c04d1b0a  ktextwidgets-5.97.0.tar.xz
    235 05caf363dee221bab3de1904ec53978a  kxmlgui-5.97.0.tar.xz
    236 5836416fb862f7957dfaa08e88beb1b0  kbookmarks-5.97.0.tar.xz
    237 b7b3921f31d6d5d8776ea68545b8ae5b  kwallet-5.97.0.tar.xz
    238 da9188168e736982b2434f852cf3440c  kded-5.97.0.tar.xz
    239 5cba35e9783a7df9f0f54af18c2ef368  kio-5.97.0.tar.xz
    240 7e8f1dc158a5a175c0d83dc2427c71ef  kdeclarative-5.97.0.tar.xz
    241 5d7fc8b6947106760c5d17e4dfea3eeb  kcmutils-5.97.0.tar.xz
    242 1ff454d283acb8f83105acb8cf97e544  kirigami2-5.97.0.tar.xz
    243 94d97bd68e2f3a0c5cfb55060194b349  syndication-5.97.0.tar.xz
    244 177bb5f04eea4ea522aacda8761af2af  knewstuff-5.97.0.tar.xz
    245 61b8d7692ad04acefcb76586cb767161  frameworkintegration-5.97.0.tar.xz
    246 bd9eb91ce374b4156f1f00dcd69dbb2f  kinit-5.97.0.tar.xz
    247 0a635ff4847c3642630309072f5370a1  kparts-5.97.0.tar.xz
    248 2c742c8bd4c219546e697ea04c44349f  kactivities-5.97.0.tar.xz
    249 #b67212701c202167ba858c76292cf878  kdewebkit-5.97.0.tar.xz
    250 8baf05c07c7dc9dfca1a4e1f6ca9be67  syntax-highlighting-5.97.0.tar.xz
    251 ee86c062e6243938488fa9d348eaa096  ktexteditor-5.97.0.tar.xz
    252 ce4f59beb52eea5b5b859fca12efa0f7  kdesignerplugin-5.97.0.tar.xz
    253 c0943e04bb7f514c58bcb9b891efb080  kwayland-5.97.0.tar.xz
    254 f6057058a81114c935a3d7b499d86ed5  plasma-framework-5.97.0.tar.xz
    255 #5055670cd06b0724530ff8fbfc0c5ce8  modemmanager-qt-5.97.0.tar.xz
    256 2c0c9727577fd9c3ad76edb9782c7ef2  kpeople-5.97.0.tar.xz
    257 2b2440eba6e162dc1656d6509034bba8  kxmlrpcclient-5.97.0.tar.xz
    258 ae5ee6e46e3f9d4942ba7bb80f8315b9  bluez-qt-5.97.0.tar.xz
    259 a204986f080c48927a4adb86267ba812  kfilemetadata-5.97.0.tar.xz
    260 a4b34f2125d5383a5a4a39cdc3be1573  baloo-5.97.0.tar.xz
    261 #ad6ca5a1b4bcd4613fe1095b2db58a97  breeze-icons-5.97.0.tar.xz
    262 #7e8e52f68e5150fdd76f719a723bef6a  oxygen-icons5-5.97.0.tar.xz
    263 7602faea0198bd90d4be8a4fd9a801bc  kactivities-stats-5.97.0.tar.xz
    264 f3ec8fb5cd8c5122d168ba5c88d5e14b  krunner-5.97.0.tar.xz
    265 49768a3b67be8b6d71991c1718fb7c4d  prison-5.97.0.tar.xz
    266 a5a7b1ca6070ff7b6dffa95c26b3e5ef  qqc2-desktop-style-5.97.0.tar.xz
    267 320e05aedf589b7ac7fa1d8306bbc848  kjs-5.97.0.tar.xz
    268 100e234811619545ae2f3593d6a3b2f0  kdelibs4support-5.97.0.tar.xz
    269 4fd0814002839e5b59f51900d0b78e58  khtml-5.97.0.tar.xz
    270 45cf95eaf299f321dd13ad7b8a17dc97  kjsembed-5.97.0.tar.xz
    271 05822933cf655c80e224e0485851a444  kmediaplayer-5.97.0.tar.xz
    272 85e084c6a4840153a9fccb581e60dad6  kross-5.97.0.tar.xz
    273 c615b5e81ea72ae6bf34a99bfc0e2a79  kholidays-5.97.0.tar.xz
    274 f39b30f3694af24dac61c1071ed5d068  purpose-5.97.0.tar.xz
    275 a77b9f69f5975628b8ca33d97ae2a39d  kcalendarcore-5.97.0.tar.xz
    276 5ed0abb402a5d4b3de57a6617e208536  kcontacts-5.97.0.tar.xz
    277 b31f41825fe3559f15585e55486ef0a2  kquickcharts-5.97.0.tar.xz
    278 ebf49cc30a267ec0ab45c7e857e3fcd9  knotifyconfig-5.97.0.tar.xz
    279 41abc6ed2ff884c1400fc9caa0138731  kdav-5.97.0.tar.xz</literal>
     197<literal>a4c2e458aa82077a801ec5cb82594df9  attica-5.101.0.tar.xz
     198#d9c1cdbe014fed6a451f02f0b4debfa7  extra-cmake-modules-5.101.0.tar.xz
     1998694c6bc1157af7c412077bad9ef59bc  kapidox-5.101.0.tar.xz
     2008a9c8f0c2640cf185202a8127658dc42  karchive-5.101.0.tar.xz
     2017871d7b9e5d5fbfb065953d27e1f0b3c  kcodecs-5.101.0.tar.xz
     2022ddd6e0bdb352e4df15472efdd1badb9  kconfig-5.101.0.tar.xz
     2037c7c6c2cf8298f0d6b9b34366879566f  kcoreaddons-5.101.0.tar.xz
     204a8c2d1bb072acf77ed09f88001250439  kdbusaddons-5.101.0.tar.xz
     205563207df1ba8641855f0bc2096e426c8  kdnssd-5.101.0.tar.xz
     206eeb32c747e137117d124aa861aad7144  kguiaddons-5.101.0.tar.xz
     2070419618dcfcd07b8b7275d55b1cc08b1  ki18n-5.101.0.tar.xz
     208aaf06f0c309974375c0425b97a0b29ec  kidletime-5.101.0.tar.xz
     20979b1fafc0b1a57c62e4a7a8ea8910120  kimageformats-5.101.0.tar.xz
     2105fc03df6be2e2c26b4821b8da9fe13d5  kitemmodels-5.101.0.tar.xz
     211adcb905a7dc6aa97c7152314df9806c6  kitemviews-5.101.0.tar.xz
     212f0d55e374279cde2931b4f359188885b  kplotting-5.101.0.tar.xz
     2131bbd20834bedd54f243165b312fa2dd2  kwidgetsaddons-5.101.0.tar.xz
     214d8c0435cf25503c5ed4f188ac3e7d73f  kwindowsystem-5.101.0.tar.xz
     2151267e2555046ed91ae082283c65a6dc2  networkmanager-qt-5.101.0.tar.xz
     2166a3d4b9e161fa6fa10e91b08462747d6  solid-5.101.0.tar.xz
     217b0d25a3564df7339eeb5b865d0b67a90  sonnet-5.101.0.tar.xz
     2180df99fcc3a2af08b4a9640294daa272f  threadweaver-5.101.0.tar.xz
     2197e7309adfe46cc168ee35a79e29d1849  kauth-5.101.0.tar.xz
     2207fa25bc8d094f3aa300864437361c715  kcompletion-5.101.0.tar.xz
     221b006a7888c619272fdaebd1192b1b195  kcrash-5.101.0.tar.xz
     222885498a3a07d448d4a76c6f4f33c5643  kdoctools-5.101.0.tar.xz
     223e62f507a5615974663da4b9969bf3bec  kpty-5.101.0.tar.xz
     224428b959b65e0554ab52b7936348110e8  kunitconversion-5.101.0.tar.xz
     22560bb6220e81269526975f07a50af534c  kconfigwidgets-5.101.0.tar.xz
     226be74b473295adb65022b68bbb261387b  kservice-5.101.0.tar.xz
     2275881eb04a6c1e2c7f1b0c1c7c9756c90  kglobalaccel-5.101.0.tar.xz
     22867891a31b5642865b90f39eeff0c7d67  kpackage-5.101.0.tar.xz
     2292a9642691c9c2503165a6af1b688cb7a  kdesu-5.101.0.tar.xz
     230aa1a62de293c14fad711e7db33b08c97  kemoticons-5.101.0.tar.xz
     231efeb8383250954c291d7985ccb01091a  kiconthemes-5.101.0.tar.xz
     232ca997d3349a1f312e8051bd8b55a85db  kjobwidgets-5.101.0.tar.xz
     233876831c19fe0e66d4b27de516ad6bd41  knotifications-5.101.0.tar.xz
     234d2cbcf9966f472a54827ef23d17d37c5  ktextwidgets-5.101.0.tar.xz
     2354354cdc69757bd9695084daefffa8f0d  kxmlgui-5.101.0.tar.xz
     2368f7b11b9c7e3a319fd81f2fb80cd12fa  kbookmarks-5.101.0.tar.xz
     2375cde3972bfe496c31e6d26c45f8cbd55  kwallet-5.101.0.tar.xz
     238341e5c4786c51aab9da709f9ccedace9  kded-5.101.0.tar.xz
     239b3f13364ce4c94163afac024ac5aa3a4  kio-5.101.0.tar.xz
     240d9d37abe187906604b1c07d4019042ea  kdeclarative-5.101.0.tar.xz
     241cda417cb24cf5bbfb3a368fbdea1e478  kcmutils-5.101.0.tar.xz
     2427d421207ba332694c90b6dd9e3577b52  kirigami2-5.101.0.tar.xz
     243c387dc1ee3d2d7c33811a6640b4682ec  syndication-5.101.0.tar.xz
     24401ced6f4d475f3423ef7edfd3ead265b  knewstuff-5.101.0.tar.xz
     24529df1e203ed9f00e7b4980169efcb863  frameworkintegration-5.101.0.tar.xz
     246ba872350c6c2f6dcbc7980d724426b86  kinit-5.101.0.tar.xz
     247c321446c771a416f3b1db518d5fa0a19  kparts-5.101.0.tar.xz
     248008da6c3a624531915b1e8057c04d4b2  kactivities-5.101.0.tar.xz
     249#ad4fb163c3b10dd1a6dd62eeea5afdcc  kdewebkit-5.101.0.tar.xz
     2504c206cea70f899fa01cd48daeb5df76d  syntax-highlighting-5.101.0.tar.xz
     251be99ceae9a93fb4c14fb7511f6e397d7  ktexteditor-5.101.0.tar.xz
     25267e0a767aada6593f0ec414dc7140d34  kdesignerplugin-5.101.0.tar.xz
     2539424f989d07126b2dda5d4e416cd35fc  kwayland-5.101.0.tar.xz
     25477d731dedc7a7da106ecf2dcb7f0185c  plasma-framework-5.101.0.tar.xz
     255#403543d8c14947135b9705fde7365c83  modemmanager-qt-5.101.0.tar.xz
     256d8c1fe3563bc1bb80ee2b729fb57d28e  kpeople-5.101.0.tar.xz
     25783729946f2ef3cfe5140b56312b0de78  kxmlrpcclient-5.101.0.tar.xz
     2586e4296f6e70b2443285edb0259c7f766  bluez-qt-5.101.0.tar.xz
     2591ee27a9a46dcd38099eb943f9bdf8888  kfilemetadata-5.101.0.tar.xz
     26033ae3ad511db114a9b69eb8da2b26677  baloo-5.101.0.tar.xz
     261#fd0d088682c5597d0bf0890dab56fd83  breeze-icons-5.101.0.tar.xz
     262#49a0e7efa4c325a7907f4421be1acd14  oxygen-icons5-5.101.0.tar.xz
     263cd8354282540594dde1661c7fdeebb51  kactivities-stats-5.101.0.tar.xz
     2640e43ac9aedb01e7565bd96854d308e8a  krunner-5.101.0.tar.xz
     265c25f2ab8ef0b7d315e3b9f640ffb1dc0  prison-5.101.0.tar.xz
     2668ccce54834e04decd274a732110878d4  qqc2-desktop-style-5.101.0.tar.xz
     26721159b2dee3f985063fb8b94caa68999  kjs-5.101.0.tar.xz
     268f4854856b54c28d71e51dea512485b2a  kdelibs4support-5.101.0.tar.xz
     269c4ede3338a03349d1a7ae90e1746b18c  khtml-5.101.0.tar.xz
     27011733a079fcd9431d22c6c36dfdfa1c8  kjsembed-5.101.0.tar.xz
     271aa16c24318f79b7e5c1f19db6086db14  kmediaplayer-5.101.0.tar.xz
     2724cea90b5e8b4badd82b28c3756affd1a  kross-5.101.0.tar.xz
     273cf9d3fc6a85301cc043ded35b9e9c859  kholidays-5.101.0.tar.xz
     27407c85066d41aa72bc1124edffe13f2f5  purpose-5.101.0.tar.xz
     275ed07dae20d9b8d829de99616d321b0fb  kcalendarcore-5.101.0.tar.xz
     27651e3491915ccf12ec6b7cbbaf168a2ed  kcontacts-5.101.0.tar.xz
     2777bb958822d0c6090502d0f1110e6f201  kquickcharts-5.101.0.tar.xz
     278506aeb414202a910d56cb8f4d6bfa5c2  knotifyconfig-5.101.0.tar.xz
     279d595ea2c824ac87a6104e7d767f39a73  kdav-5.101.0.tar.xz</literal>
    280280EOF</userinput></screen>
    281281
     
    289289    kdewebkit may be built if the external package
    290290    <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
    291     QtWebkit</ulink> has been built. The kapidox package is a pure python
    292     package and cannot be built with the instructions below.
     291    QtWebkit</ulink> has been built.
    293292  </para>
    294293
  • kde/plasma5/plasma-all.xml

    rcf905e0 r89a8d9a  
    88  <!ENTITY plasma5-download-ftp  " ">
    99  <!ENTITY plasma5-md5sum        "See Below">
    10   <!ENTITY plasma5-size          "154 MB">
    11   <!ENTITY plasma5-buildsize     "1.5 GB (370 MB installed)">
    12   <!ENTITY plasma5-time          "17 SBU (using parallelism=4)">
     10  <!ENTITY plasma5-size          "209 MB">
     11  <!ENTITY plasma5-buildsize     "1.5 GB (416 MB installed)">
     12  <!ENTITY plasma5-time          "19 SBU (using parallelism=4)">
    1313]>
    1414
     
    7878    <xref linkend="gtk3"/>,
    7979    <xref linkend="kf5-frameworks"/>,
     80    <xref linkend="kuserfeedback"/>,
    8081    <xref linkend="libpwquality"/>,
    8182    <xref linkend="libqalculate"/>,
     
    172173
    173174<screen><userinput>cat &gt; plasma-&plasma5-version;.md5 &lt;&lt; "EOF"
    174 <literal>cc886e068156be2e3a38dd581ef5c7cd  kdecoration-5.25.4.tar.xz
    175 dc335301006b1007714dc2af028856ef  libkscreen-5.25.4.tar.xz
    176 38101d3a8fee3a6eef04370e29da3538  libksysguard-5.25.4.tar.xz
    177 99b6204e0e782232de0caae00d8b08f9  breeze-5.25.4.tar.xz
    178 9cff677a443097f0cd6ff997d75cd8d3  breeze-gtk-5.25.4.tar.xz
    179 63f91c68af6cf236931455e3f2f7db8d  layer-shell-qt-5.25.4.tar.xz
    180 f0390e8aa342f3b6f78383ffbd8e6245  kscreenlocker-5.25.4.tar.xz
    181 173c0ff83e4677bd3d493882616f4821  oxygen-5.25.4.tar.xz
    182 0eba490f93429cbae3274f5c80e8e4a4  kinfocenter-5.25.4.tar.xz
    183 8c07df3083286b7fbf2fee061a9b8556  kwin-5.25.4.tar.xz
    184 4322408dc35f32cfa25cde675ca4f950  plasma-workspace-5.25.4.tar.xz
    185 847f15762403af3355dd9f8d313e3160  plasma-disks-5.25.4.tar.xz
    186 a6c95ad969503a0c4f7fa61b457405c1  bluedevil-5.25.4.tar.xz
    187 6b6cf6c6faa28d7593e3065befe8cf8d  kde-gtk-config-5.25.4.tar.xz
    188 943b40a2a7e3738618ddb070233fe6f4  khotkeys-5.25.4.tar.xz
    189 09c80647ed861aa94672fcb5d13fe382  kmenuedit-5.25.4.tar.xz
    190 8671c090d885302d9553cecee3b87d65  kscreen-5.25.4.tar.xz
    191 f0df854ad5288a369c3d38a393ad796c  kwallet-pam-5.25.4.tar.xz
    192 b686e387222177d70f14652d03225fd9  kwayland-integration-5.25.4.tar.xz
    193 7ad4e4512e2c03e351930e83dd2d5c9b  kwrited-5.25.4.tar.xz
    194 7db4206e533f247b878241158f946552  milou-5.25.4.tar.xz
    195 3e7cab69babe28ccafb1eb0df0c18757  plasma-nm-5.25.4.tar.xz
    196 9813c33efcc84eb15d792aad2c096127  plasma-pa-5.25.4.tar.xz
    197 54f0171cb296021b80437d2b5c5821e5  plasma-workspace-wallpapers-5.25.4.tar.xz
    198 b29230b6615e1d4318e37d92940dd35b  polkit-kde-agent-1-5.25.4.tar.xz
    199 207ef7369a9dbe242bb4be12856c9950  powerdevil-5.25.4.tar.xz
    200 58f128569154007f74dd74b8fb1ce976  plasma-desktop-5.25.4.tar.xz
    201 2218d15c9644268c8a001993ac2b75a3  kdeplasma-addons-5.25.4.tar.xz
    202 78407d2ec45a8efbd94be4be4e458ec6  kgamma5-5.25.4.tar.xz
    203 12f157a44265e888238e44567c49ffdd  ksshaskpass-5.25.4.tar.xz
    204 #8f34f405bd2e81866f484c8fb2b3e4bf  plasma-sdk-5.25.4.tar.xz
    205 5cf6a96fac52af822c28a5b414dfb05e  sddm-kcm-5.25.4.tar.xz
    206 e5d1e81e741fcb94c6d3b7f0a460f0f2  discover-5.25.4.tar.xz
    207 #7317d218fb9bcbd3bb52dcc2d0b45497  breeze-grub-5.25.4.tar.xz
    208 #891882622ea5f8fc9e42aec7c349708a  breeze-plymouth-5.25.4.tar.xz
    209 f8c1e906f17ce513113af47dadbf0222  kactivitymanagerd-5.25.4.tar.xz
    210 4cbd66be9bfac48ff222c787652a0e1f  plasma-integration-5.25.4.tar.xz
    211 ae0cc94583a0b6bd977a15b0ffba57d2  plasma-tests-5.25.4.tar.xz
    212 #43096cf164e17176cc381d804823bac2  plymouth-kcm-5.25.4.tar.xz
    213 53d0980ca27e7233ca24bae9eceb4e57  xdg-desktop-portal-kde-5.25.4.tar.xz
    214 23b19b8d694ec98bc3e049cd628e8413  drkonqi-5.25.4.tar.xz
    215 5a466c0da69b52836ddbf5524ddb14b9  plasma-vault-5.25.4.tar.xz
    216 71c02fb4b8f3953a8548978b6309f7c8  plasma-browser-integration-5.25.4.tar.xz
    217 5e0063ee3e50a7a336d80d17ed3c6651  kde-cli-tools-5.25.4.tar.xz
    218 d0dcc4214861fc05328d5df46fe618f5  systemsettings-5.25.4.tar.xz
    219 3a786aae80fa31643ace5b3c62e70254  plasma-thunderbolt-5.25.4.tar.xz
    220 #74e38cc52ac71d74f0bce96ac6c2e288  plasma-nano-5.25.4.tar.xz
    221 #86db281d990e794a0890b9b7933995fa  plasma-mobile-5.25.4.tar.xz
    222 e08c0ad74f68666713c5891f73b6432b  plasma-firewall-5.25.4.tar.xz
    223 030f1d0236b31407745300858f4f6db5  plasma-systemmonitor-5.25.4.tar.xz
    224 005283e828b3ed1d1a9006dea23fd647  qqc2-breeze-style-5.25.4.tar.xz
    225 5a8ef1866697cf5a660a59213d2f38e7  ksystemstats-5.25.4.tar.xz
    226 ab1fd9c2a595b09925fc2f9ddfe18406  oxygen-sounds-5.25.4.tar.xz</literal>
     175<literal>a01dbbcce3ba3940153316d1c37d4744  kdecoration-5.26.4.tar.xz
     176d1e815e30f077922fbcad8a5ae4ae551  libkscreen-5.26.4.tar.xz
     1777723718f4ae45ef8d7afb6f698754500  libksysguard-5.26.4.tar.xz
     178a9a1aa3091af394ea4f0da49cf71fa55  breeze-5.26.4.tar.xz
     1796d3af0af59e7570c195e16326eb78a95  breeze-gtk-5.26.4.tar.xz
     180625e99eab5af4ec21336f748e67b67b7  layer-shell-qt-5.26.4.tar.xz
     181a8162421975df33c2a28f679b03b03aa  kscreenlocker-5.26.4.tar.xz
     182c7d87706957fdcad8967348a718cc1c9  oxygen-5.26.4.tar.xz
     1833dbf318d057cd9a012d2a37a3d45c3d5  kinfocenter-5.26.4.tar.xz
     184a2f23971599845b291c12c2701d7aa4e  kwin-5.26.4.tar.xz
     18539302f811e359033e664a6461b6fdbe4  plasma-workspace-5.26.4.1.tar.xz
     1863f1e7dfe3bfb45bab458c3867d92cd9f  plasma-disks-5.26.4.tar.xz
     187d9fb627fc4272e7753af952b522d4416  bluedevil-5.26.4.tar.xz
     18854e61050bbadae9d40321843834660e8  kde-gtk-config-5.26.4.tar.xz
     18952d5f2ed12284c8f31c6e6c7c1a18271  khotkeys-5.26.4.tar.xz
     1900d8060c1680c91a85129732a25f67623  kmenuedit-5.26.4.tar.xz
     19168bea6c5219ed6b83eb588b4f09254f6  kscreen-5.26.4.tar.xz
     192325ecd912133aec98d72cbb9371b5e9b  kwallet-pam-5.26.4.tar.xz
     19372255cb11155888a1f02dbc44346faf6  kwayland-integration-5.26.4.tar.xz
     194b6ba8694011f3f764ff3a4a2de27c446  kwrited-5.26.4.tar.xz
     195ba3f3b6cc47ae3092f4e70742300d181  milou-5.26.4.tar.xz
     1969b0fa4a7b7285c0eaaecc8f2cf4991b5  plasma-nm-5.26.4.tar.xz
     1979b83ac853e5851eb01918ae66e4bc238  plasma-pa-5.26.4.tar.xz
     198f4386c8910593425386b4d53f495a590  plasma-workspace-wallpapers-5.26.4.tar.xz
     199ca6f21554bc89320ad04d19fc56b749b  polkit-kde-agent-1-5.26.4.tar.xz
     200cc2dbf3bd907d7a347b53420f51b73c6  powerdevil-5.26.4.tar.xz
     201a7480b2f3dcb241597f881b820cea82f  plasma-desktop-5.26.4.tar.xz
     202c381c5cd5bbcfcf7f5b5012862e575c5  kgamma5-5.26.4.tar.xz
     203a0a20325af1c3a9690228f0da5d22efb  ksshaskpass-5.26.4.tar.xz
     204#90a1d60dfcae3b683246e3b04ccf3b36  plasma-sdk-5.26.4.tar.xz
     2051ab9b3119be9f170c82d28f83652d139  sddm-kcm-5.26.4.tar.xz
     20642bdb4436c5e5f02f6a6893b43d57029  discover-5.26.4.tar.xz
     207#9bf877b70af210d2b40833d00c6baae8  breeze-grub-5.26.4.tar.xz
     208#7977cbb93436e0cb41ac7c043a79d14e  breeze-plymouth-5.26.4.tar.xz
     209d102a43c139a928d6ccb83a0b4fb2f61  kactivitymanagerd-5.26.4.tar.xz
     210d7999e1f9ca9b7da32387227f890e7ed  plasma-integration-5.26.4.tar.xz
     21164277d588a7b2ab1bf9295268fac4fce  plasma-tests-5.26.4.tar.xz
     212#8824f8fe6c6547ba053c77980db5fc19  plymouth-kcm-5.26.4.tar.xz
     2132ca28e5e76a04ced2a151ada42df421f  xdg-desktop-portal-kde-5.26.4.tar.xz
     214d7d81abab1f75c4f75286b7541e3c724  drkonqi-5.26.4.tar.xz
     215a5d6dcfbcacb34429e3125a4dc3d20fa  plasma-vault-5.26.4.tar.xz
     216c554a96073816fdadd5ce27c8cc290da  plasma-browser-integration-5.26.4.tar.xz
     217ef012068159708971289387b948bbb9f  kde-cli-tools-5.26.4.tar.xz
     2183abcf237a6ba20f1e2ec4f9462780932  systemsettings-5.26.4.tar.xz
     219d6406865e7e722f503d118d283a9cb13  plasma-thunderbolt-5.26.4.tar.xz
     220#e459caedeccd6bd7ce7ec01130b9ef96  plasma-nano-5.26.4.tar.xz
     221#710b5a5517a0856e991a45b0e33b5048  plasma-mobile-5.26.4.tar.xz
     22246363a107539755e2d6707a199860dc5  plasma-firewall-5.26.4.tar.xz
     223a7614d882e4ea34682fbba713434ee94  plasma-systemmonitor-5.26.4.tar.xz
     2243d3c6f2086318a9a5bc584161b1a09b7  qqc2-breeze-style-5.26.4.tar.xz
     2259c5c6ced9cffaab52bdeed33fc5d053f  ksystemstats-5.26.4.tar.xz
     226dc694109774211bc57efa9030838245f  oxygen-sounds-5.26.4.tar.xz
     227b924e1a5efa106aafa87a25e1a3775b9  aura-browser-5.26.4.tar.xz
     2285d6fd4a97a939df024509371daca9fa2  kdeplasma-addons-5.26.4.tar.xz
     229b3a40dc5c74a53889fd6b3204bf91124  kpipewire-5.26.4.tar.xz
     2306d235cd46a3f9ecd313e0d0cc66f194c  plank-player-5.26.4.tar.xz
     2317dd0e56273b92752c7d0a2fc49144058  plasma-bigscreen-5.26.4.tar.xz</literal>
    227232EOF</userinput></screen>
    228233
  • multimedia/audioutils/kwave.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY kwave-download-http "&kf5apps-download-http;/kwave-&kf5apps-version;.tar.xz">
    88  <!ENTITY kwave-download-ftp  " ">
    9   <!ENTITY kwave-md5sum        "084563aa18bffccc5b7789ef634512b9">
     9  <!ENTITY kwave-md5sum        "603f3b5e47599cf52a5243161d2d8b7a">
    1010  <!ENTITY kwave-size          "6.6 MB">
    11   <!ENTITY kwave-buildsize     "71 MB">
    12   <!ENTITY kwave-time          "0.9 SBU (using parallelism=4)">
     11  <!ENTITY kwave-buildsize     "72 MB">
     12  <!ENTITY kwave-time          "0.8 SBU (using parallelism=4)">
    1313]>
    1414
  • multimedia/libdriv/libass.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY libass-download-http "https://github.com/libass/libass/releases/download/&libass-version;/libass-&libass-version;.tar.xz">
    88  <!ENTITY libass-download-ftp  " ">
    9   <!ENTITY libass-md5sum        "a2427d53de938d9b3ea74a84e3749322">
    10   <!ENTITY libass-size          "388 KB">
    11   <!ENTITY libass-buildsize     "5.6 MB">
     9  <!ENTITY libass-md5sum        "25f7435779aa28eb7dbd3f76f4d17d15">
     10  <!ENTITY libass-size          "396 KB">
     11  <!ENTITY libass-buildsize     "5.5 MB">
    1212  <!ENTITY libass-time          "less than 0.1 SBU">
    1313]>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="harfbuzz"/>
     87      <xref linkend="harfbuzz"/> and
     88      <ulink url="https://github.com/adah1972/libunibreak">libunibreak</ulink>
    8889    </para>
    8990
  • multimedia/libdriv/sdl2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY sdl2-download-http "https://www.libsdl.org/release/SDL2-&sdl2-version;.tar.gz">
    88  <!ENTITY sdl2-download-ftp  " ">
    9   <!ENTITY sdl2-md5sum        "35bc58cfe41b8fb6c8e6646be26fa47e">
     9  <!ENTITY sdl2-md5sum        "fba211fe2c67609df6fa3cf55d3c74dc">
    1010  <!ENTITY sdl2-size          "7.7 MB">
    1111  <!ENTITY sdl2-buildsize     "185 MB (with docs)">
  • networking/connect/dhcpcd.xml

    rcf905e0 r89a8d9a  
    234234          modifications to system files are done by hooks which are stored in
    235235          <filename class="directory">/usr/lib/dhcpcd/dhcpcd-hooks</filename>.
    236           Setup <command>dhcpcd</command> by removing or adding hooks from/to
     236          Set up <command>dhcpcd</command> by removing or adding hooks from/to
    237237          that directory.  The execution of hooks can be disabled by using
    238238          the <option>--nohook</option> (<option>-C</option>) command line
     
    336336          modifications to system configuration files are done by hooks which
    337337          are stored in <filename class="directory">
    338           /lib/dhcpcd/dhcpcd-hooks</filename>. Setup <command>dhcpcd</command>
     338          /lib/dhcpcd/dhcpcd-hooks</filename>. Set up <command>dhcpcd</command>
    339339          by removing or adding hooks from/to that directory. The execution
    340340          of hooks can be disabled by using the <option>--nohook</option>
  • networking/netprogs/ntp.xml

    rcf905e0 r89a8d9a  
    143143make</userinput></screen>
    144144
     145    <!-- https://bugs.ntp.org/show_bug.cgi?id=3688
     146         It should be fixed in the next ntp release. -->
     147    <para>The test suite of this package is broken with GCC 10 or later.</para>
     148
     149<!--
    145150    <para>
    146151      To test the results, issue: <command>make check</command>.
    147152    </para>
     153-->
    148154
    149155    <para>
  • networking/netprogs/samba.xml

    rcf905e0 r89a8d9a  
    1515     I'll update anyway since this is a high priority release: feel free
    1616     to update figures. I seem to have all the optional dependencies that
    17      are in the book, in addition to the python venv as setup in the
     17     are in the book, in addition to the python venv as set up in the
    1818     instructions below. -->
    1919<sect1 id="samba" xreflabel="Samba-&samba-version;">
     
    245245      If doing a security update or a new minor version (point releases do not
    246246      apply here), run 'make testenv' before running 'make test' and 'make
    247       subunit-test'. This will setup the test environment and make the tests
     247      subunit-test'. This will set up the test environment and make the tests
    248248      run faster, as well as point out any glaring issues that might affect
    249249      the new Samba installation. With 4.10.4, I got 236 failures, 73 errors,
     
    323323      Active Directory Domain Controller functionality. See <ulink url=
    324324      "https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
    325       Setup a Samba Active Directory Domain Controller</ulink> for detailed
     325      Set up a Samba Active Directory Domain Controller</ulink> for detailed
    326326      information. Remove this switch if you've installed the Python modules
    327327      needed for ADS support. Note that BLFS does not provide a samba bootscript
  • networking/netutils/networkmanager.xml

    rcf905e0 r89a8d9a  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "82088af23cac1be7394bde000f4612f8">
     11  <!ENTITY NetworkManager-md5sum        "4ee43fe4068b058f4c2f1f0ddbedc24f">
    1212  <!ENTITY NetworkManager-size          "6.3 MB">
    13   <!ENTITY NetworkManager-buildsize     "265 MB (with tests)">
    14   <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
     13  <!ENTITY NetworkManager-buildsize     "244 MB (with tests)">
     14  <!ENTITY NetworkManager-time          "0.8 SBU (with tests, using parallelism=4)">
    1515]>
    1616
  • networking/netutils/wireshark.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "28316bbbbb23e0ca52cb16fe9450841e">
     9  <!ENTITY wireshark-md5sum        "60eb89ab41cd2dbfcefed7efeccec9e3">
    1010  <!ENTITY wireshark-size          "39 MB">
    11   <!ENTITY wireshark-buildsize     "685 MB (with all optional dependencies available in the BLFS book)">
     11  <!ENTITY wireshark-buildsize     "684 MB (with all optional dependencies available in the BLFS book)">
    1212  <!ENTITY wireshark-time          "2.2 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
    1313]>
  • packages.ent

    rcf905e0 r89a8d9a  
    7272<!-- Chapter 7 -->
    7373<!ENTITY dash-version                 "0.5.11.5">
    74 <!ENTITY tcsh-version                 "6.24.02">
     74<!ENTITY tcsh-version                 "6.24.05">
    7575<!ENTITY zsh-version                  "5.9">
    7676
     
    9999<!ENTITY fftw-version                 "3.3.10">
    100100<!ENTITY glib2-minor                  "2.74">
    101 <!ENTITY glib2-version                "&glib2-minor;.0">
     101<!ENTITY glib2-version                "&glib2-minor;.3">
    102102<!ENTITY glibmm-version               "2.66.5">
    103103<!ENTITY gmime3-version               "3.2.7">
     
    172172<!ENTITY nspr-version                 "4.35">
    173173<!ENTITY pcre-version                 "8.45">
    174 <!ENTITY pcre2-version                "10.40">
     174<!ENTITY pcre2-version                "10.41">
    175175<!ENTITY popt-version                 "1.19">
    176176<!ENTITY pth-version                  "2.0.7">
     
    178178<!ENTITY talloc-version               "2.3.4">
    179179<!ENTITY telepathy-glib-version       "0.24.2">
    180 <!ENTITY uchardet-version             "0.0.7">
     180<!ENTITY uchardet-version             "0.0.8">
    181181<!ENTITY umockdev-version             "0.17.15">
    182182<!ENTITY wayland-version              "1.21.0">
     
    221221<!ENTITY openjpeg2-version            "&openjpeg2-majmin-version;.0">
    222222<!ENTITY pixman-version               "0.42.2">   <!-- Even minors only -->
    223 <!ENTITY poppler-version              "22.11.0">
     223<!ENTITY poppler-version              "22.12.0">
    224224<!ENTITY potrace-version              "1.16">
    225225<!ENTITY qpdf-version                 "11.2.0">
     
    235235<!ENTITY desktop-file-utils-version   "0.26">
    236236<!ENTITY dos2unix-version             "7.4.3">
    237 <!ENTITY graphviz-version             "7.0.3">
     237<!ENTITY graphviz-version             "7.0.4">
    238238<!ENTITY gtk-doc-major                "1.33">
    239239<!ENTITY gtk-doc-version              "1.33.2">
     
    302302<!ENTITY clisp-version                "2.49">
    303303<!ENTITY cmake-major-version          "3.25">
    304 <!ENTITY cmake-minor-version          "0">
     304<!ENTITY cmake-minor-version          "1">
    305305<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    306306<!ENTITY doxygen-version              "1.9.5">
     
    340340<!ENTITY slang-version                "2.3.3">
    341341<!ENTITY subversion-version           "1.14.2">
    342 <!ENTITY swig-version                 "4.1.0">
     342<!ENTITY swig-version                 "4.1.1">
    343343<!ENTITY sysprof-minor                "3.44">
    344344<!ENTITY sysprof-version              "&sysprof-minor;.0">
     
    597597<!ENTITY bind-version                 "&bind-minor-version;.9">
    598598<!ENTITY NetworkManager-minor         "1.40">
    599 <!ENTITY NetworkManager-version       "&NetworkManager-minor;.4">
     599<!ENTITY NetworkManager-version       "&NetworkManager-minor;.6">
    600600<!ENTITY network-manager-applet-minor "1.30">
    601601<!ENTITY network-manager-applet-version "&network-manager-applet-minor;.0">
     
    603603<!ENTITY traceroute-version           "2.1.0">
    604604<!ENTITY whois-version                "5.4.3">
    605 <!ENTITY wireshark-version            "4.0.1">  <!-- even minor versions only -->
     605<!ENTITY wireshark-version            "4.0.2">  <!-- even minor versions only -->
    606606
    607607<!-- Chapter 17 -->
     
    647647<!ENTITY apache-version               "2.4.54">
    648648<!-- Bind version is the same as for Bind Utilities -->
    649 <!ENTITY proftpd-version              "1.3.7e">
     649<!ENTITY proftpd-version              "1.3.8">
    650650<!ENTITY vsftpd-version               "3.0.5">
    651651
     
    680680<!ENTITY util-macros-version          "1.19.3">
    681681<!ENTITY xorgproto-version            "2022.2">
    682 <!ENTITY libXau-version               "1.0.10">
     682<!ENTITY libXau-version               "1.0.11">
    683683<!ENTITY libXdmcp-version             "1.1.4">
    684684<!ENTITY xcb-proto-version            "1.15.2">
     
    701701<!ENTITY xterm-version                "377">
    702702<!ENTITY xclock-version               "1.1.1">
    703 <!ENTITY xinit-version                "1.4.1">
     703<!ENTITY xinit-version                "1.4.2">
    704704
    705705<!-- Xorg Drivers, Xorg libraries, Xorg Applications, Xorg Fonts, and Xorg
     
    773773<!-- Chapter 27 -->
    774774<!ENTITY fluxbox-version              "1.3.7">
    775 <!ENTITY icewm-version                "3.2.2">
     775<!ENTITY icewm-version                "3.2.3">
    776776<!ENTITY openbox-version              "3.6.1">
    777777<!ENTITY sawfish-version              "1.13.0">
     
    799799<!ENTITY libdbusmenu-qt-version       "0.9.3+16.04.20160218">
    800800<!ENTITY plasma-wayland-protocols-version "1.9.0">
     801<!ENTITY kuserfeedback-version        "1.2.0">
    801802
    802803<!-- Chapter 30 -->
    803 <!ENTITY kf5-version           "5.97.0">
    804 <!ENTITY kf5-short-version     "5.97">
    805 <!ENTITY kf5-base              "5.97">
     804<!ENTITY kf5-version           "5.101.0">
     805<!ENTITY kf5-short-version     "5.101">
     806<!ENTITY kf5-base              "5.101">
    806807<!ENTITY kf5-download-http     "https://download.kde.org/stable/frameworks/&kf5-base;">
    807808
    808809<!-- Chapter 31 -->
    809 <!ENTITY kf5apps-version       "22.08.0">
     810<!ENTITY kf5apps-version       "22.12.0">
    810811<!ENTITY kf5apps-download-http "https://download.kde.org/stable/release-service/&kf5apps-version;/src">
    811812
    812813<!-- Chapter 32 -->
    813 <!ENTITY plasma5-version       "5.25.4">
     814<!ENTITY plasma5-version       "5.26.4">
    814815
    815816
     
    892893<!ENTITY gparted-version              "1.4.0">
    893894<!ENTITY hexchat-version              "2.16.1">
    894 <!ENTITY inkscape-minor-version       "1.2.1">
     895<!ENTITY inkscape-minor-version       "1.2.2">
     896<!-- Needed for installed dirs: may differ from inkscape version -->
     897<!ENTITY lib2geom-version             "1.2.2">
    895898<!-- For point versions -->
    896899<!--<!ENTITY inkscape-version             "&inkscape-minor-version;.2">-->
    897900<!-- For minor versions -->
    898 <!ENTITY inkscape-version             "&inkscape-minor-version;_2022-07-14_dc2aedaf03">
     901<!ENTITY inkscape-version             "&inkscape-minor-version;_2022-12-01_b0a8486541">
    899902<!ENTITY pidgin-version               "2.14.10">
    900903<!ENTITY rox-filer-version            "2.11">
    901904<!ENTITY rxvt-unicode-version         "9.30">
    902 <!ENTITY thunderbird-version          "102.5.0">
     905<!ENTITY thunderbird-version          "102.5.1">
    903906<!ENTITY tigervnc-version             "1.12.0">
    904907<!ENTITY transmission-version         "3.00">
     
    935938<!ENTITY liba52-version               "0.7.4">
    936939<!ENTITY libao-version                "1.2.0">
    937 <!ENTITY libass-version               "0.16.0">
     940<!ENTITY libass-version               "0.17.0">
    938941<!ENTITY libcanberra-version          "0.30">
    939942<!ENTITY libcddb-version              "1.3.2">
     
    962965<!ENTITY sbc-version                  "2.0">
    963966<!ENTITY sdl-version                  "1.2.15">
    964 <!ENTITY sdl2-version                 "2.26.0">
     967<!ENTITY sdl2-version                 "2.26.1">
    965968<!ENTITY sound-theme-freedesktop-version "0.8">
    966969<!ENTITY soundtouch-version           "2.3.2">
  • postlfs/config/profile.xml

    rcf905e0 r89a8d9a  
    167167fi
    168168
    169 # Setup some environment variables.
     169# Set up some environment variables.
    170170export HISTSIZE=1000
    171171export HISTIGNORE="&amp;:[bf]g:exit"
     
    176176export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER}
    177177
    178 # Setup a red prompt for root and a green one for users.
     178# Set up a red prompt for root and a green one for users.
    179179NORMAL="\[\e[0m\]"
    180180RED="\[\e[1;31m\]"
     
    365365
    366366<screen role="root"><userinput>cat &gt; /etc/profile.d/readline.sh &lt;&lt; "EOF"
    367 <literal># Setup the INPUTRC environment variable.
     367<literal># Set up the INPUTRC environment variable.
    368368if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
    369369        INPUTRC=/etc/inputrc
  • postlfs/editors/kate5.xml

    rcf905e0 r89a8d9a  
    66  <!ENTITY kate5-download-http "&kf5apps-download-http;/kate-&kf5apps-version;.tar.xz">
    77  <!ENTITY kate5-download-ftp  " ">
    8   <!ENTITY kate5-md5sum        "b254a25e41d227449a17290a7fe75e17">
    9   <!ENTITY kate5-size          "7.3 MB">
    10   <!ENTITY kate5-buildsize     "110 MB">
    11   <!ENTITY kate5-time          "1.2 SBU (using parallelism=4)">
     8  <!ENTITY kate5-md5sum        "b42c5c910601c1b7119d908dd8fec767">
     9  <!ENTITY kate5-size          "7.5 MB">
     10  <!ENTITY kate5-buildsize     "119 MB">
     11  <!ENTITY kate5-time          "1.1 SBU (using parallelism=4)">
    1212]>
    1313
  • postlfs/security/libpwquality.xml

    rcf905e0 r89a8d9a  
    149149                                         lcredit=0 ocredit=0 minclass=1 \
    150150                                         maxrepeat=0 maxsequence=0 \
    151                                          maxclassrepeat=0 geoscheck=0 \
     151                                         maxclassrepeat=0 gecoscheck=0 \
    152152                                         dictcheck=1 usercheck=1 \
    153153                                         enforcing=1 badwords="" \
  • postlfs/security/make-ca.xml

    rcf905e0 r89a8d9a  
    275275  </sect2>
    276276
     277  <sect2 role="configuration" id="make-ca-python">
     278    <title>Using make-ca with Python3</title>
     279
     280    <para>
     281      When <application>Python3</application> was installed in LFS it included
     282      the <application>pip3</application> module with vendored certificates
     283      from the <application>Certifi</application> module. That was necessary,
     284      but it means that whenever <command>pip3</command> is used it can reference
     285      those certificates, primarily when creating a virtual environment or when
     286      installing a module with all its wheel dependencies in one go.
     287    </para>
     288
     289    <para>
     290      It is generally considered that the System Administrator should be in
     291      charge of which certificates are available. Now that <xref
     292      linkend="make-ca"/> and <xref linkend="p11-kit"/> have been installed and
     293      <application>make-ca</application> has been configured, it is possible to
     294      make <command>pip3</command> use the system certificates.
     295    </para>
     296
     297    <para>
     298      The vendored certificates installed in LFS are a snapshot from when the
     299      pulled-in version of <application>Certifi</application> was created. If
     300      you regularly update the system certificates, the vendored version will
     301      become out of date.
     302    </para>
     303
     304    <para>
     305      To use the system certificates in <application>Python3</application> you
     306      should set <envar>_PIP_STANDALONE_CERT</envar> to point to them, e.g for
     307      the <application>bash</application> shell:
     308    </para>
     309
     310<screen><userinput>export _PIP_STANDALONE_CERT=/etc/pki/tls/certs/ca-bundle.crt</userinput></screen>
     311
     312    <warning>
     313      <para>
     314        If you have created virtual environments, for example when testing modules,
     315        and those include the <application>Requests</application> and
     316        <application>Certifi</application> modules in <filename
     317        class="directory">~/.local/lib/python3.11/</filename> then those local
     318        modules will be used instead of the system certificates unless you
     319        remove the local modules.
     320      </para>
     321    </warning>
     322
     323    <para>
     324      To use the system certificates in <application>Python3</application> with
     325      the BLFS profiles add the following variable to your system or personal
     326      profiles:
     327    </para>
     328
     329<screen role="root"><userinput>cat &gt; /etc/profile.d/pythoncerts.sh &lt;&lt; "EOF"
     330<literal># Begin /etc/profile.d/pythoncerts.sh
     331
     332export _PIP_STANDALONE_CERT=/etc/pki/tls/certs/ca-bundle.crt
     333
     334# End /etc/profile.d/pythoncerts.sh</literal>
     335EOF</userinput></screen>
     336
     337  </sect2>
     338
    277339  <sect2 role="content">
    278340    <title>Contents</title>
  • postlfs/shells/tcsh.xml

    rcf905e0 r89a8d9a  
    88  <!ENTITY tcsh-download-http "https://astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    99  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    10   <!ENTITY tcsh-md5sum        "2188e2518070e5b4c075cc11ec64c0d0">
    11   <!ENTITY tcsh-size          "924 KB">
    12   <!ENTITY tcsh-buildsize     "10 MB (with tests)">
     10  <!ENTITY tcsh-md5sum        "77e12d0910e2d892db5ca6582b930df3">
     11  <!ENTITY tcsh-size          "928 KB">
     12  <!ENTITY tcsh-buildsize     "11 MB (with tests)">
    1313  <!ENTITY tcsh-time          "0.2 SBU (with tests)">
    1414]>
  • server/major/proftpd.xml

    rcf905e0 r89a8d9a  
    55  %general-entities;
    66
    7   <!ENTITY proftpd-download-http " ">
     7  <!ENTITY proftpd-download-http "https://github.com/proftpd/proftpd/archive/&proftpd-version;/proftpd-&proftpd-version;.tar.gz">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz">
    9   <!ENTITY proftpd-md5sum        "8be8ce773bb4abbd1921cb03e58157b4">
    10   <!ENTITY proftpd-size          "19 MB">
     9  <!ENTITY proftpd-md5sum        "eafdca17287bec7b6e8d88aaeba0f6aa">
     10  <!ENTITY proftpd-size          "18.8 MB">
    1111  <!ENTITY proftpd-buildsize     "66 MB">
    1212  <!ENTITY proftpd-time          "0.3 SBU">
  • x/icons/breeze-icons.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY breeze-icons-download-http "&kf5-download-http;/breeze-icons-&kf5-version;.tar.xz">
    88  <!ENTITY breeze-icons-download-ftp  " ">
    9   <!ENTITY breeze-icons-md5sum        "ad6ca5a1b4bcd4613fe1095b2db58a97">
     9  <!ENTITY breeze-icons-md5sum        "fd0d088682c5597d0bf0890dab56fd83">
    1010  <!ENTITY breeze-icons-size          "2.1 MB">
    1111  <!ENTITY breeze-icons-buildsize     "260 MB">
    12   <!ENTITY breeze-icons-time          "0.2 SBU">
     12  <!ENTITY breeze-icons-time          "0.1 SBU">
    1313]>
    1414
  • x/icons/oxygen-icons5.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY oxygen-icons5-download-http "&kf5-download-http;/oxygen-icons5-&kf5-version;.tar.xz">
    88  <!ENTITY oxygen-icons5-download-ftp  " ">
    9   <!ENTITY oxygen-icons5-md5sum        "7e8e52f68e5150fdd76f719a723bef6a">
     9  <!ENTITY oxygen-icons5-md5sum        "49a0e7efa4c325a7907f4421be1acd14">
    1010  <!ENTITY oxygen-icons5-size          "228 MB">
    1111  <!ENTITY oxygen-icons5-buildsize     "452 MB">
  • x/installing/libXau.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY libXau-download-http "&xorg-download-http;/lib/libXau-&libXau-version;.tar.xz">
    88  <!ENTITY libXau-download-ftp  "&xorg-download-ftp;/lib/libXau-&libXau-version;.tar.xz">
    9   <!ENTITY libXau-md5sum        "d32e6e8c70dd957c9c2d654e0f8d0a15">
     9  <!ENTITY libXau-md5sum        "7f14ba9c84a81a2b9dd023706febab38">
    1010  <!ENTITY libXau-size          "268 KB">
    11   <!ENTITY libXau-buildsize     "2.7 MB">
    12   <!ENTITY libXau-time          "less than 0.1 SBU">
     11  <!ENTITY libXau-buildsize     "2.8 MB (with test)">
     12  <!ENTITY libXau-time          "less than 0.1 SBU (with test)">
    1313]>
    1414
  • x/installing/x7app.xml

    rcf905e0 r89a8d9a  
    4747  <!ENTITY xcmsdb-md5sum                   "82a90e2feaeab5c5e7610420930cc0f4">
    4848
    49   <!ENTITY xcursorgen-version              "1.0.7">
    50   <!ENTITY xcursorgen-md5sum               "25cc7ca1ce5dcbb61c2b471c55e686b5">
     49  <!ENTITY xcursorgen-version              "1.0.8">
     50  <!ENTITY xcursorgen-md5sum               "89e81a1c31e4a1fbd0e431425cd733d7">
    5151
    5252  <!ENTITY xdpyinfo-version                "1.3.3">
     
    5959  <!ENTITY xev-md5sum                      "61219e492511b3d78375da76defbdc97">
    6060
    61   <!ENTITY xgamma-version                  "1.0.6">
    62   <!ENTITY xgamma-md5sum                   "90b4305157c2b966d5180e2ee61262be">
     61  <!ENTITY xgamma-version                  "1.0.7">
     62  <!ENTITY xgamma-md5sum                   "41afaa5a68cdd0de7e7ece4805a37f11">
    6363
    6464  <!ENTITY xhost-version                   "1.0.8">
     
    6868  <!ENTITY xinput-md5sum                   "ac6b7432726008b2f50eba82b0e2dbe4">
    6969
    70   <!ENTITY xkbcomp-version                 "1.4.5">
    71   <!ENTITY xkbcomp-md5sum                  "c45e9f7971a58b8f0faf10f6d8f298c0">
     70  <!ENTITY xkbcomp-version                 "1.4.6">
     71  <!ENTITY xkbcomp-md5sum                  "a11d4d6eeda762f13818684c0670f89f">
    7272
    7373  <!ENTITY xkbevd-version                  "1.1.5">
     
    9595  <!ENTITY xpr-md5sum                      "9cf272cba661f7acc35015f2be8077db">
    9696
    97   <!ENTITY xprop-version                   "1.2.5">
    98   <!ENTITY xprop-md5sum                    "2358e29133d183ff67d4ef8afd70b9d2">
    99 
    100   <!ENTITY xrandr-version                  "1.5.1">
    101   <!ENTITY xrandr-md5sum                   "fe40f7a4fd39dd3a02248d3e0b1972e4">
     97  <!ENTITY xprop-version                   "1.2.6">
     98  <!ENTITY xprop-md5sum                    "33c090d8632a300e63efbf36edd6a333">
     99
     100  <!ENTITY xrandr-version                  "1.5.2">
     101  <!ENTITY xrandr-md5sum                   "f822a8d5f233e609d27cc22d42a177cb">
    102102
    103103  <!ENTITY xrdb-version                    "1.2.1">
     
    107107  <!ENTITY xrefresh-md5sum                 "33b04489e417d73c90295bd2a0781cbb">
    108108
    109   <!ENTITY xset-version                    "1.2.4">
    110   <!ENTITY xset-md5sum                     "70ea7bc7bacf1a124b1692605883f620">
     109  <!ENTITY xset-version                    "1.2.5">
     110  <!ENTITY xset-md5sum                     "18ff5cdff59015722431d568a5c0bad2">
    111111
    112112  <!ENTITY xsetroot-version                "1.1.3">
    113113  <!ENTITY xsetroot-md5sum                 "fa9a24fe5b1725c52a4566a62dd0a50d">
    114114
    115   <!ENTITY xvinfo-version                  "1.1.4">
    116   <!ENTITY xvinfo-md5sum                   "b13afec137b9b331814a9824ab03ec80">
     115  <!ENTITY xvinfo-version                  "1.1.5">
     116  <!ENTITY xvinfo-md5sum                   "d698862e9cad153c5fefca6eee964685">
    117117
    118118  <!ENTITY xwd-version                     "1.0.8">
     
    218218&xbacklight-md5sum;  xbacklight-&xbacklight-version;.tar.bz2
    219219&xcmsdb-md5sum;  xcmsdb-&xcmsdb-version;.tar.xz
    220 &xcursorgen-md5sum;  xcursorgen-&xcursorgen-version;.tar.bz2
     220&xcursorgen-md5sum;  xcursorgen-&xcursorgen-version;.tar.xz
    221221&xdpyinfo-md5sum;  xdpyinfo-&xdpyinfo-version;.tar.xz
    222222&xdriinfo-md5sum;  xdriinfo-&xdriinfo-version;.tar.bz2
    223223&xev-md5sum;  xev-&xev-version;.tar.xz
    224 &xgamma-md5sum;  xgamma-&xgamma-version;.tar.bz2
     224&xgamma-md5sum;  xgamma-&xgamma-version;.tar.xz
    225225&xhost-md5sum;  xhost-&xhost-version;.tar.bz2
    226226&xinput-md5sum;  xinput-&xinput-version;.tar.bz2
    227 &xkbcomp-md5sum;  xkbcomp-&xkbcomp-version;.tar.bz2
     227&xkbcomp-md5sum;  xkbcomp-&xkbcomp-version;.tar.xz
    228228&xkbevd-md5sum;  xkbevd-&xkbevd-version;.tar.xz
    229229&xkbutils-md5sum;  xkbutils-&xkbutils-version;.tar.xz
     
    234234&xmodmap-md5sum;  xmodmap-&xmodmap-version;.tar.xz
    235235&xpr-md5sum;  xpr-&xpr-version;.tar.xz
    236 &xprop-md5sum;  xprop-&xprop-version;.tar.bz2
     236&xprop-md5sum;  xprop-&xprop-version;.tar.xz
    237237&xrandr-md5sum;  xrandr-&xrandr-version;.tar.xz
    238238&xrdb-md5sum;  xrdb-&xrdb-version;.tar.bz2
    239239&xrefresh-md5sum;  xrefresh-&xrefresh-version;.tar.xz
    240 &xset-md5sum;  xset-&xset-version;.tar.bz2
     240&xset-md5sum;  xset-&xset-version;.tar.xz
    241241&xsetroot-md5sum;  xsetroot-&xsetroot-version;.tar.xz
    242 &xvinfo-md5sum;  xvinfo-&xvinfo-version;.tar.bz2
     242&xvinfo-md5sum;  xvinfo-&xvinfo-version;.tar.xz
    243243&xwd-md5sum;  xwd-&xwd-version;.tar.bz2
    244244&xwininfo-md5sum;  xwininfo-&xwininfo-version;.tar.bz2
     
    318318      <command>sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i
    319319      man/Makefile.in</command>: with <application>gcc-5</application> the
    320       behaviour of <command>cpp</command> was changed to emit line numbers.
     320      behavior of <command>cpp</command> was changed to emit line numbers.
    321321      That results in unterminated <application>sed</application> commands in
    322322      <filename>filenames.sed</filename>. Adding <literal>-P</literal> restores
    323       the old behaviour.
     323      the old behavior.
    324324    </para>
    325325
  • x/installing/x7lib.xml

    rcf905e0 r89a8d9a  
    2323  <!ENTITY libFS-md5sum                    "742863a552ecd53cdb957b7b276213cc">
    2424
    25   <!ENTITY libICE-version                  "1.0.10">
    26   <!ENTITY libICE-md5sum                   "76d77499ee7120a56566891ca2c0dbcf">
     25  <!ENTITY libICE-version                  "1.1.1">
     26  <!ENTITY libICE-md5sum                   "b444a0e4c2163d1bbc7b046c3653eb8d">
    2727
    2828  <!ENTITY libSM-version                   "1.2.3">
    2929  <!ENTITY libSM-md5sum                    "87c7fad1c1813517979184c8ccd76628">
    3030
    31   <!ENTITY libXScrnSaver-version           "1.2.3">
    32   <!ENTITY libXScrnSaver-md5sum            "eeea9d5af3e6c143d0ea1721d27a5e49">
     31  <!ENTITY libXScrnSaver-version           "1.2.4">
     32  <!ENTITY libXScrnSaver-md5sum            "e613751d38e13aa0d0fd8e0149cec057">
    3333
    3434  <!ENTITY libXt-version                   "1.2.1">
     
    4747  <!ENTITY libXfixes-md5sum                "86f182f487f4f54684ef6b142096bb0f">
    4848
    49   <!ENTITY libXcomposite-version           "0.4.5">
    50   <!ENTITY libXcomposite-md5sum            "3fa0841ea89024719b20cd702a9b54e0">
     49  <!ENTITY libXcomposite-version           "0.4.6">
     50  <!ENTITY libXcomposite-md5sum            "af0a5f0abb5b55f8411cd738cf0e5259">
    5151
    5252  <!ENTITY libXrender-version              "0.9.11">
     
    5656  <!ENTITY libXcursor-md5sum               "4cdd1886fe5cce6f68554296edb46db8">
    5757
    58   <!ENTITY libXdamage-version              "1.1.5">
    59   <!ENTITY libXdamage-md5sum               "e3f554267a7a04b042dc1f6352bd6d99">
    60 
    61   <!ENTITY libfontenc-version              "1.1.6">
    62   <!ENTITY libfontenc-md5sum               "4fd9ec334ab0174883ca2d78b8398856">
     58  <!ENTITY libXdamage-version              "1.1.6">
     59  <!ENTITY libXdamage-md5sum               "ca55d29fa0a8b5c4a89f609a7952ebf8">
     60
     61  <!ENTITY libfontenc-version              "1.1.7">
     62  <!ENTITY libfontenc-md5sum               "6d3f1b15bb5b0bb71ae9f0a5103c1fc4">
    6363
    6464  <!ENTITY libXfont2-version               "2.0.6">
     
    7777  <!ENTITY libXrandr-md5sum                "850cbc7c921c9d5d0135734b114ff6ac">
    7878
    79   <!ENTITY libXres-version                 "1.2.1">
    80   <!ENTITY libXres-md5sum                  "e142ef0ed0366ae89c771c27cfc2ccd1">
     79  <!ENTITY libXres-version                 "1.2.2">
     80  <!ENTITY libXres-md5sum                  "66c9e9e01b0b53052bb1d02ebf8d7040">
    8181
    8282  <!ENTITY libXtst-version                 "1.2.4">
    8383  <!ENTITY libXtst-md5sum                  "02f128fbf809aa9c50d6e54c8e57cb2e">
    8484
    85   <!ENTITY libXv-version                   "1.0.11">
    86   <!ENTITY libXv-md5sum                    "210b6ef30dda2256d54763136faa37b9">
     85  <!ENTITY libXv-version                   "1.0.12">
     86  <!ENTITY libXv-md5sum                    "70bfdd14ca1a563c218794413f0c1f42">
    8787
    8888  <!ENTITY libXvMC-version                 "1.0.13">
    8989  <!ENTITY libXvMC-md5sum                  "11a358e7229fa28dc9801c1e64fe2e18">
    9090
    91   <!ENTITY libXxf86dga-version             "1.1.5">
    92   <!ENTITY libXxf86dga-md5sum              "0ddeafc13b33086357cfa96fae41ee8e">
     91  <!ENTITY libXxf86dga-version             "1.1.6">
     92  <!ENTITY libXxf86dga-md5sum              "74d1acf93b83abeb0954824da0ec400b">
    9393
    9494  <!ENTITY libXxf86vm-version              "1.1.5">
     
    101101  <!ENTITY libpciaccess-md5sum             "1466cf950c914ad2db1dbb76c9a724db">
    102102
    103   <!ENTITY libxkbfile-version              "1.1.1">
    104   <!ENTITY libxkbfile-md5sum               "93491cc26e6a47ef12061c9229bffc13">
    105 
    106   <!ENTITY libxshmfence-version            "1.3.1">
    107   <!ENTITY libxshmfence-md5sum             "c0344a119520bdee3c0cd319d87b5201">
     103  <!ENTITY libxkbfile-version              "1.1.2">
     104  <!ENTITY libxkbfile-md5sum               "8af2275955d40166bb647b14e4896ab1">
     105
     106  <!ENTITY libxshmfence-version            "1.3.2">
     107  <!ENTITY libxshmfence-md5sum             "faa74f7483074ce7d4349e6bdc237497">
    108108]>
    109109
     
    204204&libXext-md5sum;  libXext-&libXext-version;.tar.xz
    205205&libFS-md5sum;  libFS-&libFS-version;.tar.xz
    206 &libICE-md5sum;  libICE-&libICE-version;.tar.bz2
     206&libICE-md5sum;  libICE-&libICE-version;.tar.xz
    207207&libSM-md5sum;  libSM-&libSM-version;.tar.bz2
    208 &libXScrnSaver-md5sum;  libXScrnSaver-&libXScrnSaver-version;.tar.bz2
     208&libXScrnSaver-md5sum;  libXScrnSaver-&libXScrnSaver-version;.tar.xz
    209209&libXt-md5sum;  libXt-&libXt-version;.tar.bz2
    210210&libXmu-md5sum;  libXmu-&libXmu-version;.tar.xz
     
    212212&libXaw-md5sum;  libXaw-&libXaw-version;.tar.bz2
    213213&libXfixes-md5sum;  libXfixes-&libXfixes-version;.tar.bz2
    214 &libXcomposite-md5sum;  libXcomposite-&libXcomposite-version;.tar.bz2
     214&libXcomposite-md5sum;  libXcomposite-&libXcomposite-version;.tar.xz
    215215&libXrender-md5sum;  libXrender-&libXrender-version;.tar.xz
    216216&libXcursor-md5sum;  libXcursor-&libXcursor-version;.tar.xz
    217 &libXdamage-md5sum;  libXdamage-&libXdamage-version;.tar.bz2
     217&libXdamage-md5sum;  libXdamage-&libXdamage-version;.tar.xz
    218218&libfontenc-md5sum;  libfontenc-&libfontenc-version;.tar.xz
    219219&libXfont2-md5sum;  libXfont2-&libXfont2-version;.tar.xz
     
    222222&libXinerama-md5sum;  libXinerama-&libXinerama-version;.tar.xz
    223223&libXrandr-md5sum;  libXrandr-&libXrandr-version;.tar.xz
    224 &libXres-md5sum;  libXres-&libXres-version;.tar.bz2
     224&libXres-md5sum;  libXres-&libXres-version;.tar.xz
    225225&libXtst-md5sum;  libXtst-&libXtst-version;.tar.xz
    226 &libXv-md5sum;  libXv-&libXv-version;.tar.bz2
     226&libXv-md5sum;  libXv-&libXv-version;.tar.xz
    227227&libXvMC-md5sum;  libXvMC-&libXvMC-version;.tar.xz
    228 &libXxf86dga-md5sum;  libXxf86dga-&libXxf86dga-version;.tar.bz2
     228&libXxf86dga-md5sum;  libXxf86dga-&libXxf86dga-version;.tar.xz
    229229&libXxf86vm-md5sum;  libXxf86vm-&libXxf86vm-version;.tar.xz
    230230&libdmx-md5sum;  libdmx-&libdmx-version;.tar.bz2
     
    395395        <seg>
    396396          <envar>$XORG_PREFIX</envar>/include/X11/fonts,
     397          <envar>$XORG_PREFIX</envar>/include/X11/ICE,
    397398          <envar>$XORG_PREFIX</envar>/include/X11/Xmu,
    398399          <envar>$XORG_PREFIX</envar>/include/X11/Xtrans,
    399400          <envar>$XORG_PREFIX</envar>/share/doc/libFS,
    400           <envar>$XORG_PREFIX</envar>/share/doc/libICE,
     401          <envar>$XORG_PREFIX</envar>/share/doc/libICE-&libICE-version;,
    401402          <envar>$XORG_PREFIX</envar>/share/doc/libSM,
    402403          <envar>$XORG_PREFIX</envar>/share/doc/libX11-&libX11-version;,
  • x/installing/xinit.xml

    rcf905e0 r89a8d9a  
    55  %general-entities;
    66
    7   <!ENTITY xinit-download-http "&xorg-download-http;/app/xinit-&xinit-version;.tar.bz2">
    8   <!ENTITY xinit-download-ftp  "&xorg-download-ftp;/app/xinit-&xinit-version;.tar.bz2">
    9   <!ENTITY xinit-md5sum        "6d506ab2efc17a08e87778654e099d37">
    10   <!ENTITY xinit-size          "178 KB">
     7  <!ENTITY xinit-download-http "&xorg-download-http;/app/xinit-&xinit-version;.tar.xz">
     8  <!ENTITY xinit-download-ftp  "&xorg-download-ftp;/app/xinit-&xinit-version;.tar.xz">
     9  <!ENTITY xinit-md5sum        "0e9a1b9a82b84ab229c709c0f939c113">
     10  <!ENTITY xinit-size          "153 KB">
    1111  <!ENTITY xinit-buildsize     "1.5 MB">
    1212  <!ENTITY xinit-time          "less than 0.1 SBU">
     
    113113      <para>
    114114        If starting Xorg from the command line, the default instructions
    115         above starts Xorg on the current virtual terminal.  It may be
     115        above start Xorg on the current virtual terminal.  It may be
    116116        convenient to see Xorg and associated application messages on the
    117117        current virtual terminal, normally tty1, and start the graphical
  • x/wm/icewm.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/archive/&icewm-version;/icewm-&icewm-version;.tar.gz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "77e302e33d2b5352ecdeb13ce0bcffcb">
     9  <!ENTITY icewm-md5sum        "ed903764698d6dff1f843ed9953566db">
    1010  <!ENTITY icewm-size          "2.3 MB">
    11   <!ENTITY icewm-buildsize     "45 MB">
     11  <!ENTITY icewm-buildsize     "54 MB">
    1212  <!ENTITY icewm-time          "0.3 SBU">
    1313]>
     
    368368      <seglistitem>
    369369        <seg>icehelp, icesh, icesound, icewm, icewm-menu-fdo, icewm-menu-xrandr,
    370           icewm-session, icewm-set-gnomewm, and icewmbg<!--, and icewmhint
    371         icewmtray--></seg>
     370        icewm-session, icewm-set-gnomewm, icewmbg, and icewmhint
     371        <!-- icewmtray--></seg>
    372372        <seg>None</seg>
    373373        <seg>/usr/share/doc/icewm-&icewm-version;, /usr/share/icewm and ~/.icewm</seg>
     
    506506        </listitem>
    507507      </varlistentry>
    508 
     508      <!--
    509509      <varlistentry id="icewmtray">
    510510        <term><command>icewmtray</command></term>
     
    518518        </listitem>
    519519      </varlistentry>
    520 
     520      -->
    521521    </variablelist>
    522522
  • x/wm/openbox.xml

    rcf905e0 r89a8d9a  
    223223
    224224      <para>
    225         Many other aspects of <application>Openbox</application>'s behaviour are
     225        Many other aspects of <application>Openbox</application>'s behavior are
    226226        configured with <filename>~/.config/openbox/rc.xml</filename> such as
    227227        what keybindings are used to launch programs or which mouse button
  • xfce/core/thunar.xml

    rcf905e0 r89a8d9a  
    198198          <para>
    199199            is a shell script that launches a dialog box to allow you to alter
    200             the behaviour of <application>Thunar</application>
     200            the behavior of <application>Thunar</application>
    201201          </para>
    202202          <indexterm zone="thunar thunar-settings">
  • xfce/core/xfwm4.xml

    rcf905e0 r89a8d9a  
    173173            is a <application>GTK+ 3</application> application that allows
    174174            setting some preferences such as your theme, keyboard shortcuts and
    175             mouse focus behaviour
     175            mouse focus behavior
    176176          </para>
    177177          <indexterm zone="xfwm4 xfwm4-settings">
  • xsoft/graphweb/falkon.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY falkon-download-http "&kf5apps-download-http;/falkon-&kf5apps-version;.tar.xz">
    88  <!ENTITY falkon-download-ftp  " ">
    9   <!ENTITY falkon-md5sum        "749141b269b9090b5272b8ff9554bb11">
     9  <!ENTITY falkon-md5sum        "fe5dd8e1fae06c4e9ac0332e78848009">
    1010  <!ENTITY falkon-size          "2.4 MB">
    11   <!ENTITY falkon-buildsize     "123 MB">
     11  <!ENTITY falkon-buildsize     "129 MB">
    1212  <!ENTITY falkon-time          "1.2 SBU (Using parallelism=4)">
    1313]>
  • xsoft/other/inkscape.xml

    rcf905e0 r89a8d9a  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/34673/inkscape-&inkscape-minor-version;.tar.xz">
     6  <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/37360/inkscape-&inkscape-minor-version;.tar.xz">
    77
    88  <!-- When updating, remember to change the numeric part of the URL -->
    99
    1010  <!ENTITY inkscape-download-ftp  " ">
    11   <!ENTITY inkscape-md5sum        "9e0acbb3dfe8c62953c788134d208dc2">
    12   <!ENTITY inkscape-size          "94 MB">
    13   <!ENTITY inkscape-buildsize     "1.0 GB (182 MB installed)">
    14   <!ENTITY inkscape-time          "6.5 SBU (with parallelism=4)">
     11  <!ENTITY inkscape-md5sum        "490c40bbb3ce3441ceee88e61775bbf4">
     12  <!ENTITY inkscape-size          "38 MB">
     13  <!ENTITY inkscape-buildsize     "911 MB (184 MB installed)">
     14  <!ENTITY inkscape-time          "4.7 SBU (with parallelism=4)">
    1515
    1616  <!-- To find newer tarballs, look here:
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75    <!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85    -->
    8686    <note>
    8787      <para>
    88         The tarball <emphasis>inkscape-&inkscape-minor-version;.tar.xz</emphasis>
    89         will extract to the directory <emphasis>inkscape-&inkscape-version;/</emphasis>.
     88        The tarball <filename>inkscape-&inkscape-minor-version;.tar.xz</filename>
     89        will extract to the directory <filename
     90        class="directory">inkscape-&inkscape-version;/</filename>.
    9091      </para>
    9192    </note>
     
    157158  <sect2 role="installation">
    158159    <title>Installation of Inkscape</title>
    159 
     160<!--
    160161    <para>
    161162      First, fix Inkscape to build with poppler-22.09.0:
     
    163164
    164165<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_09_fixes-1.patch</userinput></screen>
    165 
     166-->
    166167
    167168<!-- If there is no test suite, then this is not needed.
     
    175176    </para>
    176177
    177 <screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
     178<screen remap="test"><userinput>./download-gtest.sh</userinput></screen>
    178179-->
    179180
     
    193194make</userinput></screen>
    194195
     196<!-- A race condition has been observed with inkscape-1.2.2, cmake-3.25.1,
     197     and make-4.4. Reported by "Dragan" on the blfs-dev list -->
     198&parallel_issues;
     199
    195200<!--
    196201    <para>
     
    250255        </seg>
    251256        <seg>
    252           libinkscape_base.so
     257          lib2geom.so and
     258          libinkscape_base.so (in /usr/lib/inkscape)
    253259        </seg>
    254260        <seg>
    255           /usr/lib/inkscape and /usr/share/inkscape
     261          /usr/include/2geom-&lib2geom-version;,
     262          /usr/lib/inkscape, and
     263          /usr/share/inkscape
    256264        </seg>
    257265      </seglistitem>
  • xsoft/other/thunderbird.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "7988f4a495c2b341d1f30346e89ba143">
    10   <!ENTITY thunderbird-size          "483 MB">
     9  <!ENTITY thunderbird-md5sum        "6ace9a3b327da5a064535ef74ba2a8f4">
     10  <!ENTITY thunderbird-size          "486 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.4 GB (202 MB installed)">
    1212  <!ENTITY thunderbird-time          "25 SBU (on a 4-core machine)">
     
    9292      both <xref linkend="gtk3"/>
    9393      and <xref linkend="gtk2"/>,
    94       <xref linkend="llvm"/> including clang, <!-- Searched for and used a few times -->
     94      <xref linkend="llvm"/> including clang, <!-- used by default if found -->
    9595      <xref linkend="nodejs"/>,
    9696      <xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
  • xsoft/other/tigervnc.xml

    rcf905e0 r89a8d9a  
    357357      <application>GNOME</application> to autostart services once the VNC
    358358      session is started. This configuration also gives the added benefit
    359       of starting VNC Sessions on system startup. To setup the VNC server
     359      of starting VNC Sessions on system startup. To set up the VNC server
    360360      in this fashion, follow these instructions.
    361361    </para>
     
    370370
    371371    <para revision="systemd">
    372       Next, setup a user mapping in
     372      Next, set up a user mapping in
    373373      <filename>/etc/tigervnc/vncserver.users</filename>. This tells the VNC
    374374      Server which session is allocated to a user.
     
    379379
    380380    <para revision="systemd">
    381       Next, setup a configuration file to tell
     381      Next, set up a configuration file to tell
    382382      <application>vncserver</application> which desktop environment should be
    383383      used and what display geometry should be used. There are several other
Note: See TracChangeset for help on using the changeset viewer.