Changeset c2453e6


Ignore:
Timestamp:
10/20/2022 03:49:10 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
b50ec75c
Parents:
402910e (diff), e9aed80 (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:
27 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgpg-error.xml

    r402910e rc2453e6  
    88  <!ENTITY libgpg-error-download-ftp  "&gnupg-ftp;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
    99  <!ENTITY libgpg-error-download-ftp  " ">
    10   <!ENTITY libgpg-error-md5sum        "3bb15e0c29d3a680db7cef15143615e1">
    11   <!ENTITY libgpg-error-size          "996 KB">
     10  <!ENTITY libgpg-error-md5sum        "db41efe5aba3baad6cf266fea720095d">
     11  <!ENTITY libgpg-error-size          "992 KB">
    1212  <!ENTITY libgpg-error-buildsize     "11 MB (with tests)">
    1313  <!ENTITY libgpg-error-time          "0.1 SBU (with tests)">
  • general/genlib/libksba.xml

    r402910e rc2453e6  
    88  <!ENTITY libksba-download-ftp  "&gnupg-ftp;/libksba/libksba-&libksba-version;.tar.bz2">
    99  <!ENTITY libksba-download-ftp  " ">
    10   <!ENTITY libksba-md5sum        "3eea3f37ee72233002883919f132c943">
    11   <!ENTITY libksba-size          "652 KB">
     10  <!ENTITY libksba-md5sum        "af4d9ca1f15cdbc588c01b93e2cd51cf">
     11  <!ENTITY libksba-size          "656 KB">
    1212  <!ENTITY libksba-buildsize     "9.3 MB (with tests)">
    1313  <!ENTITY libksba-time          "0.1 SBU (with tests)">
  • general/genlib/libwacom.xml

    r402910e rc2453e6  
    77  <!ENTITY libwacom-download-http "https://github.com/linuxwacom/libwacom/releases/download/libwacom-&libwacom-version;/libwacom-&libwacom-version;.tar.xz">
    88  <!ENTITY libwacom-download-ftp  " ">
    9   <!ENTITY libwacom-md5sum        "02162ae65672b4920830e714ee5b99ef">
    10   <!ENTITY libwacom-size          "108 KB">
    11   <!ENTITY libwacom-buildsize     "3.1 MB (with tests)">
     9  <!ENTITY libwacom-md5sum        "cd27b77adf6cb23939dd9d91f4b2731c">
     10  <!ENTITY libwacom-size          "107 KB">
     11  <!ENTITY libwacom-buildsize     "5.3 MB (with tests)">
    1212  <!ENTITY libwacom-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    8888      <xref linkend="librsvg"/>,
    8989      <xref linkend="valgrind"/> (optional for some tests), and
    90       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>
     90      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> with
     91      <ulink url="https://pypi.org/project/libevdev/">python-libevdev</ulink> and
     92      <ulink url="https://pypi.org/project/pyudev/">pyudev</ulink>
    9193    </para>
    9294
  • general/genlib/libxml2.xml

    r402910e rc2453e6  
    99<!--  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.xz">-->
    1010  <!ENTITY libxml2-download-ftp  " ">
    11   <!ENTITY libxml2-md5sum        "5ffd0cd047056d5699b3363c635582bc">
     11  <!ENTITY libxml2-md5sum        "f9edac7fac232b3657a003fd9a5bbe42">
    1212  <!ENTITY libxml2-size          "2.5 MB">
    13   <!ENTITY libxml2-buildsize     "94 MB (with tests)">
     13  <!ENTITY libxml2-buildsize     "105 MB (with tests)">
    1414  <!ENTITY libxml2-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515  <!ENTITY testsuite-version     "20130923">
     
    204204          xml2-config,
    205205          xmlcatalog, and
    206           xmllint <!--and the
    207           drv_libxml2.py and libxml2.py <application>Python3</application>
    208           modules.  These are pythin modules, not programs -->
     206          xmllint
    209207        </seg>
    210208        <seg>
    211           libxml2.so and
    212           libxml2mod.so (<application>Python3</application> module)
     209          libxml2.so
    213210        </seg>
    214211        <seg>
    215212          /usr/include/libxml2,
    216213          /usr/lib/cmake/libxml2,
    217           /usr/share/doc/libxml2-&libxml2-version;,
    218           /usr/share/doc/libxml2-python-&libxml2-version;, and
     214          /usr/share/doc/libxml2-&libxml2-version;, and
    219215          /usr/share/gtk-doc/html/libxml2
    220216        </seg>
     
    265261        </listitem>
    266262      </varlistentry>
    267 <!--
    268       <varlistentry id="drv_libxml2.py3">
    269         <term><command>drv_libxml2.py</command></term>
    270         <listitem>
    271           <para>
    272             is a SAX <application>Python3</application> driver for libxml2.
    273           </para>
    274           <indexterm zone="libxml2 drv_libxml2.py3">
    275             <primary sortas="b-drv_libxml2.py3">drv_libxml2.py for Python3</primary>
    276           </indexterm>
    277         </listitem>
    278       </varlistentry>
    279 
    280       <varlistentry id="libxml2.py3">
    281         <term><command>libxml2.py</command></term>
    282         <listitem>
    283           <para>
    284             is the <application>Python3</application> binding for libxml2.
    285           </para>
    286           <indexterm zone="libxml2 libxml2.py3">
    287             <primary sortas="b-libxml2.py3">libxml2.py for Python3</primary>
    288           </indexterm>
    289         </listitem>
    290       </varlistentry>
    291 -->
     263
    292264      <varlistentry id="libxml2-lib">
    293265        <term><filename class="libraryfile">libxml2.so</filename></term>
     
    303275      </varlistentry>
    304276
    305       <varlistentry id="libxml2mod3">
    306         <term><filename class="libraryfile">libxml2mod.so</filename></term>
    307         <listitem>
    308           <para>
    309             is the interface for <application>Python3</application>
    310             to use <filename class="libraryfile">libxml2.so</filename>
    311           </para>
    312           <indexterm zone="libxml2 libxml2mod3">
    313             <primary sortas="c-libxml2mod">libxml2mod.so</primary>
    314           </indexterm>
    315         </listitem>
    316       </varlistentry>
    317 
    318277    </variablelist>
    319278
  • general/genlib/wayland-protocols.xml

    r402910e rc2453e6  
    55  %general-entities;
    66
    7   <!ENTITY wayland-protocols-download-http "https://wayland.freedesktop.org/releases/wayland-protocols-&wayland-protocols-version;.tar.xz">
     7  <!ENTITY wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "0c6b3e037f3881650d9a53610dd235c7">
    10   <!ENTITY wayland-protocols-size          "80 KB">
    11   <!ENTITY wayland-protocols-buildsize     "6.9 MB (with tests)">
    12   <!ENTITY wayland-protocols-time          "0.2 SBU (with tests)">
     9  <!ENTITY wayland-protocols-md5sum        "883fa28a6094871421491086ba50f01a">
     10  <!ENTITY wayland-protocols-size          "81 KB">
     11  <!ENTITY wayland-protocols-buildsize     "7.2 MB (with tests)">
     12  <!ENTITY wayland-protocols-time          "0.1 SBU (with tests)">
    1313]>
    1414
  • general/genutils/graphviz.xml

    r402910e rc2453e6  
    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        "a28249b943186e3a892661997328c8c4">
     9  <!ENTITY graphviz-md5sum        "239ac4aca0ba1b61de56b8f1a2538b0d">
    1010  <!ENTITY graphviz-size          "26 MB">
    11   <!ENTITY graphviz-buildsize     "256 MB">
    12   <!ENTITY graphviz-time          "1.0 SBU (using parallelism=4)">
     11  <!ENTITY graphviz-buildsize     "257 MB">
     12  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
    1414
  • general/graphlib/harfbuzz.xml

    r402910e rc2453e6  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "9e0bd000f1e620cdbd4abd17b4d4beee">
     10  <!ENTITY harfbuzz-md5sum        "1be4ab01c1829bcf49a5a1cc896b351a">
    1111  <!ENTITY harfbuzz-size          "17 MB">
    12   <!ENTITY harfbuzz-buildsize     "135 MB (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "136 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.6 SBU (Using parallelism=4; with tests)">
    1414]>
     
    146146      href="../../xincludes/meson-buildtype-release.xml"/>
    147147
    148 <!--
    149     <para>
    150       <parameter>- -with-gobject</parameter>: This switch enables building
    151       of the <application>HarfBuzz</application> GObject wrapper. Remove
    152       it if you did not install <application>GLib</application>.
    153     </para>
    154 -->
    155148    <para>
    156149      <parameter>-Dgraphite2=enabled</parameter>: This switch enables
     
    192185        </seg>
    193186        <seg>
    194           /usr/{include,lib/cmake,share/gtk-doc/html}/harfbuzz
     187          /usr/include/harbuzz,
     188          /usr/lib/cmake/harfbuzz, and
     189          /usr/share/gtk-doc/html/harfbuzz (optional)
    195190        </seg>
    196191      </seglistitem>
  • general/prog/git.xml

    r402910e rc2453e6  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "7d67a6c1ca1876aa8dd08951d0592a73">
     11  <!ENTITY git-md5sum        "abdafbfb85d205421903a2100c734b17">
    1212
    1313  <!ENTITY git-size          "6.8 MB">
  • general/prog/lua.xml

    r402910e rc2453e6  
    152152    </para>
    153153
    154 <screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-1.patch &amp;&amp;
     154<screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-2.patch &amp;&amp;
    155155make linux</userinput></screen>
    156156<!-- make MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" linux
  • general/prog/php.xml

    r402910e rc2453e6  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "5f14b7827d825f4c698402b111735edb">
     9  <!ENTITY php-md5sum        "ad1e751c268e9a555680336ff4740663">
    1010  <!ENTITY php-size          "11 MB">
    1111  <!ENTITY php-buildsize     "481 MB (with documentation)">
  • general/prog/python-modules/libxml2py2.xml

    r402910e rc2453e6  
    88  <!ENTITY libxml2py2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
    99  <!ENTITY libxml2py2-download-ftp  " ">
    10   <!ENTITY libxml2py2-md5sum        "5ffd0cd047056d5699b3363c635582bc">
     10  <!ENTITY libxml2py2-md5sum        "f9edac7fac232b3657a003fd9a5bbe42">
    1111  <!ENTITY libxml2py2-size          "2.5 MB">
    1212  <!ENTITY libxml2py2-buildsize     "49 MB (2.3 MB installed)">
     
    116116
    117117      <segmentedlist>
    118         <segtitle>Installed Programs</segtitle>
     118        <segtitle>Installed Modules</segtitle>
    119119        <segtitle>Installed Libraries</segtitle>
    120120        <segtitle>Installed Directories</segtitle>
  • general/prog/python-modules/python-dbusmock.xml

    r402910e rc2453e6  
    77  <!ENTITY dbusmock-download-http "https://github.com/martinpitt/python-dbusmock/releases/download/&dbusmock-version;/python-dbusmock-&dbusmock-version;.tar.gz">
    88  <!ENTITY dbusmock-download-ftp  " ">
    9   <!ENTITY dbusmock-md5sum        "a4abf871eee51d5c1e0579da6caa2928">
    10   <!ENTITY dbusmock-size          "88 KB">
    11   <!ENTITY dbusmock-buildsize     "852 KB">
     9  <!ENTITY dbusmock-md5sum        "d2788de6da5891309158e19bf6db1bf9">
     10  <!ENTITY dbusmock-size          "92 KB">
     11  <!ENTITY dbusmock-buildsize     "1.0 MB">
    1212  <!ENTITY dbusmock-time          "less than 0.1 SBU">
    1313]>
  • general/prog/python3.xml

    r402910e rc2453e6  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "b8094f007b3a835ca3be6bdf8116cccc">
     10  <!ENTITY python3-md5sum        "e92356b012ed4d0e09675131d39b1bde">
    1111  <!ENTITY python3-size          "19 MB">
    1212  <!ENTITY python3-buildsize     "202 MB (add 23 MB for tests)">
    13   <!ENTITY python3-time          "2.3 SBU (add 1.6 SBU for tests; both using parallelism=4)">
     13  <!ENTITY python3-time          "2.3 SBU (add 1.7 SBU for tests; both using parallelism=4)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    1717  <!ENTITY python3htmldoc-download-http
    1818  "https://www.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
    19   <!ENTITY python3-docs-md5sum "d5923c417995334e72c2561812905d23" >
     19  <!ENTITY python3-docs-md5sum "e19fa51f7055c0e869d609f2dfbcc5d9" >
    2020]>
    2121
  • introduction/welcome/changelog.xml

    r402910e rc2453e6  
    4343    -->
    4444    <listitem>
     45      <para>October 20th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to libxkbfile-1.1.1 (Xorg library). Fixes
     49          <ulink url="&blfs-ticket-root;17198">#17198</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to libpciaccess-0.17 (Xorg library). Fixes
     53          <ulink url="&blfs-ticket-root;17197">#17197</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to libXmu-1.1.4 (Xorg library). Fixes
     57          <ulink url="&blfs-ticket-root;17196">#17196</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Update to smproxy-1.0.7 (Xorg application). Fixes
     61          <ulink url="&blfs-ticket-root;17189">#17189</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[pierre] - Update to libxml2-2.10.3 (security update). Fixes
     65          <ulink url="&blfs-ticket-root;17185">#17185</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[pierre] - Update to graphviz-6.0.2. Fixes
     69          <ulink url="&blfs-ticket-root;17172">#17172</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[pierre] - Update to libwacom-2.5.0. Fixes
     73          <ulink url="&blfs-ticket-root;17182">#17182</ulink>.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[pierre] - Update to mesa-22.2.1. Fixes
     77          <ulink url="&blfs-ticket-root;17170">#17170</ulink>.</para>
     78        </listitem>
     79        <listitem>
     80          <para>[pierre] - Update to wayland-protocols-1.27. Fixes
     81          <ulink url="&blfs-ticket-root;17169">#17169</ulink>.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[pierre] - Update to harfbuzz-5.3.0. Fixes
     85          <ulink url="&blfs-ticket-root;17166">#17166</ulink>.</para>
     86        </listitem>
     87        <listitem>
     88          <para>[pierre] - Update to libva-2.16.0 (Xorg driver). Fixes
     89          <ulink url="&blfs-ticket-root;17164">#17164</ulink>.</para>
     90        </listitem>
     91        <listitem>
     92          <para>[pierre] - Update to freeglut-3.4.0. Fixes
     93          <ulink url="&blfs-ticket-root;17163">#17163</ulink>.</para>
     94        </listitem>
     95      </itemizedlist>
     96    </listitem>
     97
     98    <listitem>
     99      <para>October 19th, 2022</para>
     100      <itemizedlist>
     101        <listitem>
     102          <para>[bdubbs] - Update to pipewire-0.3.59. Fixes
     103          <ulink url="&blfs-ticket-root;17139">#17139</ulink>.</para>
     104        </listitem>
     105        <listitem>
     106          <para>[bdubbs] - Update to git-2.38.1 (Security update). Fixes
     107          <ulink url="&blfs-ticket-root;17199">#17199</ulink>.</para>
     108        </listitem>
     109        <listitem>
     110          <para>[thomas] - Update to postgresql-15-0. Fixes
     111          <ulink url="&blfs-ticket-root;17183">#17183</ulink>.</para>
     112        </listitem>
     113      </itemizedlist>
     114    </listitem>
     115
     116    <listitem>
     117      <para>October 18th, 2022</para>
     118      <itemizedlist>
     119        <listitem>
     120          <para>[bdubbs] - Update to thunderbird-102.3.3 (Security update). Fixes
     121          <ulink url="&blfs-ticket-root;17138">#17138</ulink>.</para>
     122        </listitem>
     123        <listitem>
     124          <para>[bdubbs] - Update to sqlite-autoconf-3390400 (3.39.4). Fixes
     125          <ulink url="&blfs-ticket-root;17137">#17137</ulink>.</para>
     126        </listitem>
     127        <listitem>
     128          <para>[bdubbs] - Update to php-8.1.11. Fixes
     129          <ulink url="&blfs-ticket-root;17136">#17136</ulink>.</para>
     130        </listitem>
     131        <listitem>
     132          <para>[ken] - Update to firefox-102.4.0 (Security Update).
     133          Fixes <ulink url="&blfs-ticket-root;17192">#17192</ulink>.</para>
     134        </listitem>
     135      </itemizedlist>
     136    </listitem>
     137
     138    <listitem>
     139      <para>October 17th, 2022</para>
     140      <itemizedlist>
     141        <listitem>
     142          <para>[bdubbs] - Update to python-dbusmock-0.28.6. Fixes
     143          <ulink url="&blfs-ticket-root;17173">#17173</ulink>.</para>
     144        </listitem>
     145        <listitem>
     146          <para>[bdubbs] - Update to python3-3.10.8. Fixes
     147          <ulink url="&blfs-ticket-root;17174">#17174</ulink>.</para>
     148        </listitem>
     149      </itemizedlist>
     150    </listitem>
     151
     152    <listitem>
    45153      <para>October 15th, 2022</para>
    46154      <itemizedlist>
     155        <listitem>
     156          <para>[bdubbs] - Update to btrfs-progs-v6.0. Fixes
     157          <ulink url="&blfs-ticket-root;17171">#17171</ulink>.</para>
     158        </listitem>
     159        <listitem>
     160          <para>[bdubbs] - Update to libksba-1.6.2 (Security fix). Fixes
     161          <ulink url="&blfs-ticket-root;17162">#17162</ulink>.</para>
     162        </listitem>
     163        <listitem>
     164          <para>[bdubbs] - Update to libgpg-error-1.46. Fixes
     165          <ulink url="&blfs-ticket-root;17161">#17161</ulink>.</para>
     166        </listitem>
    47167        <listitem>
    48168          <para>[bdubbs] - Update to dbus-1.14.4. Fixes
  • multimedia/libdriv/pipewire.xml

    r402910e rc2453e6  
    77  <!ENTITY pipewire-download-http "https://github.com/PipeWire/pipewire/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.gz">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "6b88efbe1018716ccdad401c7e0e3f64">
     9  <!ENTITY pipewire-md5sum        "1631ae896a35854b63308c0d6ad916d4">
    1010  <!ENTITY pipewire-size          "1.8 MB">
    11   <!ENTITY pipewire-buildsize     "56 MB (with tests)">
     11  <!ENTITY pipewire-buildsize     "55 MB (with tests)">
    1212  <!ENTITY pipewire-time          "0.5 SBU (with tests, both using parallelism=4)">
    1313]>
  • packages.ent

    r402910e rc2453e6  
    3939
    4040<!-- Chapter 5 -->
    41 <!ENTITY btrfs-progs-version          "5.19.1">
     41<!ENTITY btrfs-progs-version          "6.0">
    4242<!ENTITY dosfstools-version           "4.2">
    4343<!ENTITY fuse3-version                "3.12.0">
     
    128128<!ENTITY libdaemon-version            "0.14">
    129129<!ENTITY libgcrypt-version            "1.10.1">
    130 <!ENTITY libgpg-error-version         "1.45">
     130<!ENTITY libgpg-error-version         "1.46">
    131131<!ENTITY libgrss-version              "0.7.0">
    132132<!ENTITY libgsf-version               "1.14.50">
     
    137137<!ENTITY libidn2-version              "2.3.3">
    138138<!ENTITY libiodbc-version             "3.52.15">
    139 <!ENTITY libksba-version              "1.6.1">
     139<!ENTITY libksba-version              "1.6.2">
    140140<!ENTITY liblinear-version            "245">
    141141<!ENTITY libmbim-version              "1.26.4">
     
    161161which is built separately after libxml2.so has been installed,
    162162to avoid building libxml2 twice, which is slow with all deps -->
    163 <!ENTITY libxml2-version              "2.10.2">
     163<!ENTITY libxml2-version              "2.10.3">
    164164<!ENTITY libxslt-version              "1.1.37">
    165 <!ENTITY libwacom-version             "2.4.0">
     165<!ENTITY libwacom-version             "2.5.0">
    166166<!ENTITY libwpe-version               "1.14.0">
    167167<!ENTITY lzo-version                  "2.10">
     
    180180<!ENTITY umockdev-version             "0.17.13">
    181181<!ENTITY wayland-version              "1.21.0">
    182 <!ENTITY wayland-protocols-version    "1.26">
     182<!ENTITY wayland-protocols-version    "1.27">
    183183<!ENTITY wpebackend-fdo-version       "1.14.0">
    184184<!ENTITY wv-version                   "1.2.9">
     
    197197<!ENTITY glm-version                  "0.9.9.8">
    198198<!ENTITY graphite2-version            "1.3.14">
    199 <!ENTITY harfbuzz-version             "5.2.0">
     199<!ENTITY harfbuzz-version             "5.3.0">
    200200<!ENTITY jasper-version               "3.0.6">
    201201<!ENTITY lcms-version                 "1.19">
     
    233233<!ENTITY compface-version             "1.5.2">
    234234<!ENTITY desktop-file-utils-version   "0.26">
    235 <!ENTITY graphviz-version             "6.0.1">
     235<!ENTITY graphviz-version             "6.0.2">
    236236<!ENTITY gtk-doc-major                "1.33">
    237237<!ENTITY gtk-doc-version              "1.33.2">
     
    307307<!ENTITY gc-version                   "8.2.2">
    308308<!ENTITY gdb-version                  "12.1">
    309 <!ENTITY git-version                  "2.38.0">
     309<!ENTITY git-version                  "2.38.1">
    310310<!ENTITY guile-version                "3.0.8">
    311311<!ENTITY librep-version               "0.92.7">
     
    317317<!ENTITY mercurial-version            "6.2.3">
    318318<!ENTITY nasm-version                 "2.15.05">
    319 <!ENTITY php-version                  "8.1.10">
     319<!ENTITY php-version                  "8.1.11">
    320320
    321321<!ENTITY python2-majorver             "2.7">
     
    325325<!ENTITY python3-major                "3">
    326326<!ENTITY python3-minor                "10">
    327 <!ENTITY python3-patch                "7">
     327<!ENTITY python3-patch                "8">
    328328<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    329329<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
     
    514514<!ENTITY pycairo2-version             "1.18.2">
    515515<!ENTITY pycryptodome-version         "3.15.0">
    516 <!ENTITY dbusmock-version             "0.28.4">
     516<!ENTITY dbusmock-version             "0.28.6">
    517517<!ENTITY pygments-version             "2.13.0">
    518518<!ENTITY pygobject2-version           "2.28.7">
     
    656656<!ENTITY lmdb-version                 "0.9.29">
    657657<!ENTITY mariadb-version              "10.6.9">
    658 <!ENTITY postgresql-version           "14.5">
    659 <!ENTITY sqlite-version               "3.39.3">
    660 <!ENTITY sqlite-dl-version            "3390300">
    661 <!ENTITY sqlite-doc-version           "3390300">
     658<!ENTITY postgresql-version           "15.0">
     659<!ENTITY sqlite-version               "3.39.4">
     660<!ENTITY sqlite-dl-version            "3390400">
     661<!ENTITY sqlite-doc-version           "3390400">
    662662
    663663<!-- Chapter 23 -->
     
    682682<!ENTITY xcb-util-cursor-version      "0.1.3">
    683683<!ENTITY mesa-major-minor             "22.2">
    684 <!ENTITY mesa-version                 "&mesa-major-minor;.0">
     684<!ENTITY mesa-version                 "&mesa-major-minor;.1">
    685685<!ENTITY xbitmaps-version             "1.1.2">
    686686<!ENTITY xcursor-themes-version       "1.0.6">
     
    711711<!ENTITY colord-gtk-version           "0.3.0">
    712712<!ENTITY fltk-version                 "1.3.8">
    713 <!ENTITY freeglut-version             "3.2.2">
     713<!ENTITY freeglut-version             "3.4.0">
    714714<!ENTITY gdk-pixbuf-version           "2.42.9">
    715715<!ENTITY gdk-pixbuf-xlib-version      "2.40.2">
     
    872872<!ENTITY epiphany-version             "42.4">
    873873<!-- falkon version is the same as KDE applications -->
    874 <!ENTITY firefox-version              "102.3.0">
     874<!ENTITY firefox-version              "102.4.0">
    875875<!ENTITY seamonkey-version            "2.53.14">
    876876
     
    890890<!ENTITY rox-filer-version            "2.11">
    891891<!ENTITY rxvt-unicode-version         "9.30">
    892 <!ENTITY thunderbird-version          "102.3.0">
     892<!ENTITY thunderbird-version          "102.3.3">
    893893<!ENTITY tigervnc-version             "1.12.0">
    894894<!ENTITY transmission-version         "3.00">
     
    947947<!ENTITY mlt-version                  "7.8.0">
    948948<!ENTITY opus-version                 "1.3.1">
    949 <!ENTITY pipewire-version             "0.3.58">
     949<!ENTITY pipewire-version             "0.3.59">
    950950<!ENTITY pulseaudio-major-version     "16.1">
    951951<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
  • postlfs/filesystems/btrfs-progs.xml

    r402910e rc2453e6  
    77  <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
    88  <!ENTITY btrfs-progs-download-ftp  " ">
    9   <!ENTITY btrfs-progs-md5sum        "4099e828850044fa43dbd7357c0270a2">
     9  <!ENTITY btrfs-progs-md5sum        "ba2b1521efde9a257c4ad667fc1226b7">
    1010  <!ENTITY btrfs-progs-size          "2.2 MB">
    11   <!ENTITY btrfs-progs-buildsize     "80 MB (add 8.2 GB for tests)">
    12   <!ENTITY btrfs-progs-time          "0.4 SBU (add 9.2 SBU for tests, but will be longer on slow disks)">
     11  <!ENTITY btrfs-progs-buildsize     "52 MB (add 8.2 GB for tests)">
     12  <!ENTITY btrfs-progs-time          "0.2 SBU (add 5.0 SBU for tests, but will be longer on slow disks)">
    1313]>
    1414
     
    204204      <para>
    205205        If the above mentioned kernel options are not enabled, some tests
    206         fail, and prevent all the remaining tests to run, because the test
     206        fail, and prevent all the remaining tests to run because the test
    207207        disk image is not cleanly unmounted.
    208208      </para>
  • server/databases/postgresql.xml

    r402910e rc2453e6  
    88  <!--  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
    99  <!ENTITY postgresql-download-ftp  " ">
    10   <!ENTITY postgresql-md5sum        "1b319af2ece7fbf836d2d9533e91aa9b">
    11   <!ENTITY postgresql-size          "21 MB">
     10  <!ENTITY postgresql-md5sum        "9516690cc6554dacc4a4d0920834a623">
     11  <!ENTITY postgresql-size          "21.3 MB">
    1212  <!ENTITY postgresql-buildsize     "253 MB (add 41 MB for tests)">
    1313  <!ENTITY postgresql-time          "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
     
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
    78       <xref linkend="python2"/>,
    79       <!-- <xref linkend="tcl"/>, -->
     78      <!-- <xref linkend="tcl"/>, (is in LFS core) -->
    8079      <xref linkend="icu"/>,
    8180      <xref linkend="libxml2"/>,
     
    311310    <para>
    312311      <option>--with-python</option>: builds the PL/Python server-side
    313       language. Add PYTHON=/usr/bin/python2 for Python2 support, otherwise
    314       Python3 is used by default.
     312      language. Python3 is used by default, Python2 is no longer supported.
    315313    </para>
    316314
  • server/databases/sqlite.xml

    r402910e rc2453e6  
    1313  <!ENTITY sqlite-download-http "https://sqlite.org/2022/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1414  <!ENTITY sqlite-download-ftp  " ">
    15   <!ENTITY sqlite-md5sum        "b77730d5c2f8c85b223d1959d08b6514">
     15  <!ENTITY sqlite-md5sum        "44b7e6691b0954086f717a6c43b622a5">
    1616  <!ENTITY sqlite-size          "2.9 MB">
    17   <!ENTITY sqlite-buildsize     "74 MB">
     17  <!ENTITY sqlite-buildsize     "77 MB">
    1818  <!ENTITY sqlite-time          "0.3 SBU (Using parallelism=4)">
    1919
    2020  <!ENTITY sqlite-docs-download "https://sqlite.org/2022/sqlite-doc-&sqlite-doc-version;.zip">
    21   <!ENTITY sqlite-docs-md5sum   "dbb694c78518f5fb6ce91a4c062c786a">
    22   <!ENTITY sqlite-docs-size     "9.9 MB">
     21  <!ENTITY sqlite-docs-md5sum   "8798607a9279882df4680b26027481c8">
     22  <!ENTITY sqlite-docs-size     "11 MB">
    2323]>
    2424
  • x/installing/libva.xml

    r402910e rc2453e6  
    55  %general-entities;
    66
    7   <!ENTITY libva-version                "2.15.0">
     7  <!ENTITY libva-version                "2.16.0">
    88  <!ENTITY libva-intel-driver-version   "2.4.1">
    99
    1010  <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
    1111  <!ENTITY libva-download-ftp  " ">
    12   <!ENTITY libva-md5sum        "9d13c18c4f84623be7cad1192de99ed8">
     12  <!ENTITY libva-md5sum        "79e44d9705f859e07a3b6a3c80fe772e">
    1313  <!ENTITY libva-size          "492 KB">
    14   <!ENTITY libva-buildsize     "7.8 MB">
     14  <!ENTITY libva-buildsize     "9.6 MB">
    1515  <!ENTITY libva-time          "less than 0.1 SBU">
    1616
     
    186186<screen><userinput>tar -xvf ../intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2 &amp;&amp;
    187187cd intel-vaapi-driver-&libva-intel-driver-version;</userinput></screen>
    188 
    189 <!-- Fixed in intel-vaapi-driver-2.4.1
    190       <para>
    191         Fix building with GCC-10 and above:
    192       </para>
    193 
    194 <screen><userinput>sed -e 's/const/extern &amp;/' \
    195     -i src/gen9_hevc_enc_kernels_binary.h</userinput></screen>
    196 -->
    197188
    198189      <para>
  • x/installing/mesa.xml

    r402910e rc2453e6  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "731cdd53d5f9dd695aae1b3a37081d5f">
     9  <!ENTITY mesa-md5sum        "5ff97bb6bf82af6f81b41ff9dacbcc0a">
    1010  <!ENTITY mesa-size          "16 MB">
    11   <!ENTITY mesa-buildsize     "366 MB (with docs, add 325 MB for tests)">
    12   <!ENTITY mesa-time          "2.2 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "462 MB (with docs, add 230 MB for tests)">
     12  <!ENTITY mesa-time          "2.4 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
    1313]>
    1414
     
    250250      -Dgallium-drivers=auto  \
    251251      -Dvulkan-drivers=""     \
    252       -Dglx=dri               \
    253252      -Dvalgrind=disabled     \
    254253      -Dlibunwind=disabled    \
    255254      ..                      &amp;&amp;
    256 
     255<!-- Removed for 22.2.1: seems to be the default  -Dglx=dri      \ -->
    257256ninja</userinput></screen>
    258257
     
    301300      switch, build sizes can span into the 2GB range.
    302301    </para>
    303 <!--
    304     <para>
    305       <parameter>-Ddri-drivers="..."</parameter>: This parameter
    306       controls which (non-gallium) dri drivers should be built.
    307     </para>
    308 -->
     302
    309303    <para>
    310304      <parameter>-Dgallium-drivers="..."</parameter>: This parameter
    311305      controls which Gallium3D drivers should be built.
    312306    </para>
    313 
    314307<!--
    315308    <para>
     
    327320
    328321    <para>
    329       <parameter>-Degl-native-platform="..."</parameter>: This parameter
    330       controls which Embedded Graphics Library support will be built. Available
    331       linux options are auto (default), x11, wayland, surfaceless, and drm.
     322      <parameter>-Dvulkan-drivers=""</parameter>: This switch allows choosing
     323      which Vulkan drivers are built. The default is auto, but this requires
     324      the optional dependency <filename>glslang</filename>. So it is better
     325      to pass an empty list, in order to remove the need for that
     326      dependency.  Nothing in BLFS uses Vulkan anyway.
    332327    </para>
    333328
     
    349344
    350345    <para>
    351       <option>-Dvulkan-drivers=...</option>: This switch allows choosing which
    352       Vulkan drivers are built. Since BLFS does not use
    353       Vulkan, it is safe to leave the list of Vulkan drivers empty. The default
    354       is auto. Note that you must have the optional dependency
    355       <filename>glslang</filename> installed in order to enable Vulkan drivers.
     346      <option>-Degl-native-platform="..."</option>: This parameter
     347      controls which Embedded Graphics Library support will be built. Available
     348      linux options are auto (default), x11, wayland, surfaceless, and drm.
    356349    </para>
    357350
     
    380373          libgbm.so,
    381374          libglapi.so,
    382           <!-- Begin Vulkan drivers -->
     375          <!-- No Vulkan driver anymore
    383376          libvulkan_intel.so,
    384377          libvulkan_lvp.so,
    385           libvulkan_radeon.so, and
    386           <!-- End Vulkan drivers -->
    387           libxatracker.so
     378          libvulkan_radeon.so,-->
     379          libxatracker.so,
     380          libXvMCnouveau.so, and
     381          libXvMCr600.so
    388382        </seg>
    389383        <seg>
     
    417411        </seg>
    418412        <seg>
    419           $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR},
     413          <!-- $XORG_PREFIX/include/GL is installed by xorg-protos -->
     414          $XORG_PREFIX/{include/{EGL,GLES,GLES2,GLES3,KHR},
    420415          $XORG_PREFIX/lib/{dri,vdpau}},
    421416          $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
    422417          particularly browsers and games),
    423           $XORG_PREFIX/share/vulkan,
     418          <!--          $XORG_PREFIX/share/vulkan, -->
    424419          and
    425420          /usr/share/doc/mesa-&mesa-version;
  • x/installing/x7app.xml

    r402910e rc2453e6  
    3232  <!ENTITY setxkbmap-md5sum                "2f72c7170cdbadc8ef786b2f9cfd4a69">
    3333
    34   <!ENTITY smproxy-version                 "1.0.6">
    35   <!ENTITY smproxy-md5sum                  "3a93d9f0859de5d8b65a68a125d48f6a">
     34  <!ENTITY smproxy-version                 "1.0.7">
     35  <!ENTITY smproxy-md5sum                  "9f7a4305f0e79d5a46c3c7d02df9437d">
    3636
    3737  <!ENTITY x11perf-version                 "1.6.1">
     
    216216&sessreg-md5sum;  sessreg-&sessreg-version;.tar.bz2
    217217&setxkbmap-md5sum;  setxkbmap-&setxkbmap-version;.tar.xz
    218 &smproxy-md5sum;  smproxy-&smproxy-version;.tar.bz2
     218&smproxy-md5sum;  smproxy-&smproxy-version;.tar.xz
    219219&x11perf-md5sum;  x11perf-&x11perf-version;.tar.bz2
    220220&xauth-md5sum;  xauth-&xauth-version;.tar.xz
  • x/installing/x7lib.xml

    r402910e rc2453e6  
    77  <!ENTITY x7libs-download-http "&xorg-download-http;/lib/">
    88  <!ENTITY x7libs-download-ftp  "&xorg-download-ftp;/lib/">
    9   <!ENTITY x7libs-size          "13 MB">
    10   <!ENTITY x7libs-buildsize     "224 MB (34 MB installed) - if source directories not deleted">
    11   <!ENTITY x7libs-time          "2.4 SBU">
     9  <!ENTITY x7libs-size          "12 MB">
     10  <!ENTITY x7libs-buildsize     "225 MB (34 MB installed) - if source directories not deleted">
     11  <!ENTITY x7libs-time          "2.1 SBU">
    1212
    1313  <!ENTITY xtrans-version                  "1.4.0">
     
    3535  <!ENTITY libXt-md5sum                    "b122ff9a7ec70c94dbbfd814899fffa5">
    3636
    37   <!ENTITY libXmu-version                  "1.1.3">
    38   <!ENTITY libXmu-md5sum                   "ac774cff8b493f566088a255dbf91201">
     37  <!ENTITY libXmu-version                  "1.1.4">
     38  <!ENTITY libXmu-md5sum                   "ed52d396115fbc4d05300762aab79685">
    3939
    4040  <!ENTITY libXpm-version                  "3.5.13">
     
    9898  <!ENTITY libdmx-md5sum                   "d2f1f0ec68ac3932dd7f1d9aa0a7a11c">
    9999
    100   <!ENTITY libpciaccess-version            "0.16">
    101   <!ENTITY libpciaccess-md5sum             "b34e2cbdd6aa8f9cc3fa613fd401a6d6">
    102 
    103   <!ENTITY libxkbfile-version              "1.1.0">
    104   <!ENTITY libxkbfile-md5sum               "dd7e1e946def674e78c0efbc5c7d5b3b">
     100  <!ENTITY libpciaccess-version            "0.17">
     101  <!ENTITY libpciaccess-md5sum             "1466cf950c914ad2db1dbb76c9a724db">
     102
     103  <!ENTITY libxkbfile-version              "1.1.1">
     104  <!ENTITY libxkbfile-md5sum               "93491cc26e6a47ef12061c9229bffc13">
    105105
    106106  <!ENTITY libxshmfence-version            "1.3">
     
    211211&libXScrnSaver-md5sum;  libXScrnSaver-&libXScrnSaver-version;.tar.bz2
    212212&libXt-md5sum;  libXt-&libXt-version;.tar.bz2
    213 &libXmu-md5sum;  libXmu-&libXmu-version;.tar.bz2
     213&libXmu-md5sum;  libXmu-&libXmu-version;.tar.xz
    214214&libXpm-md5sum;  libXpm-&libXpm-version;.tar.bz2
    215215&libXaw-md5sum;  libXaw-&libXaw-version;.tar.bz2
     
    232232&libXxf86vm-md5sum;  libXxf86vm-&libXxf86vm-version;.tar.xz
    233233&libdmx-md5sum;  libdmx-&libdmx-version;.tar.bz2
    234 &libpciaccess-md5sum;  libpciaccess-&libpciaccess-version;.tar.bz2
    235 &libxkbfile-md5sum;  libxkbfile-&libxkbfile-version;.tar.bz2
     234&libpciaccess-md5sum;  libpciaccess-&libpciaccess-version;.tar.xz
     235&libxkbfile-md5sum;  libxkbfile-&libxkbfile-version;.tar.xz
    236236&libxshmfence-md5sum;  libxshmfence-&libxshmfence-version;.tar.bz2</literal>
    237237EOF</userinput></screen>
     
    268268
    269269    <para>
    270       BLFS developers have confirmed that
    271       <application>libX11</application>, <application>libXt</application> and
     270      BLFS developers have confirmed that <application>libX11</application>,
     271      <application>libXt</application>, <application>libXmu</application>, and
    272272      <application>libxshmfence</application> are distributed with working test
    273273      suites.
     
    301301
    302302    libX11-* )
    303       ./configure $XORG_CONFIG --disable-thread-safety-constructor
     303      ./configure $XORG_CONFIG $docdir \
     304                  --disable-thread-safety-constructor
    304305    ;;
    305306
     
    397398        <seg>
    398399          <envar>$XORG_PREFIX</envar>/include/X11/fonts,
     400          <envar>$XORG_PREFIX</envar>/include/X11/Xmu,
    399401          <envar>$XORG_PREFIX</envar>/include/X11/Xtrans,
    400402          <envar>$XORG_PREFIX</envar>/share/doc/libFS,
     
    405407          <envar>$XORG_PREFIX</envar>/share/doc/libXext,
    406408          <envar>$XORG_PREFIX</envar>/share/doc/libXi,
    407           <envar>$XORG_PREFIX</envar>/share/doc/libXmu,
     409          <envar>$XORG_PREFIX</envar>/share/doc/libXmu-&libXmu-version;,
    408410          <envar>$XORG_PREFIX</envar>/share/doc/libXrender,
    409411          <envar>$XORG_PREFIX</envar>/share/doc/libXt,
  • x/installing/xwayland.xml

    r402910e rc2453e6  
    131131      for a stripped down build of <application>weston</application> is shown
    132132      in <ulink
    133       url="https://gitlab.freedesktop.org/xorg/xserver/-/blob/xwayland-21.1/.gitlab-ci/debian-install.sh">
     133      url="https://gitlab.freedesktop.org/xorg/xserver/-/blob/xwayland-22.1/.gitlab-ci/debian-install.sh">
    134134      Upstream continuous integration build</ulink>.
    135135    </para>
  • x/lib/freeglut.xml

    r402910e rc2453e6  
    88           "&sourceforge-dl;/freeglut/freeglut-&freeglut-version;.tar.gz">
    99  <!ENTITY freeglut-download-ftp " ">
    10   <!ENTITY freeglut-md5sum        "485c1976165315fc42c0b0a1802816d9">
    11   <!ENTITY freeglut-size          "388 KB">
    12   <!ENTITY freeglut-buildsize     "4.9 MB">
     10  <!ENTITY freeglut-md5sum        "f1621464e6525d0368976870cab8f418">
     11  <!ENTITY freeglut-size          "404 KB">
     12  <!ENTITY freeglut-buildsize     "5.7 MB">
    1313  <!ENTITY freeglut-time          "less than 0.1 SBU">
    1414]>
     
    173173        </seg>
    174174        <seg>
    175           None
     175          /usr/lib/cmake/FreeGLUT
    176176        </seg>
    177177      </seglistitem>
  • xsoft/graphweb/firefox.xml

    r402910e rc2453e6  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "ee3dda644b6b09fa310dfe8ef40373d0">
    10   <!ENTITY firefox-size          "457 MB">
     9  <!ENTITY firefox-md5sum        "5ad962e43ad29245238feeba558941d9">
     10  <!ENTITY firefox-size          "460 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "7.0 GB (199 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "7.1 GB (199 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
  • xsoft/other/thunderbird.xml

    r402910e rc2453e6  
    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        "9aca471ffcb07025d576e9168bd3ac10">
    10   <!ENTITY thunderbird-size          "491 MB">
     9  <!ENTITY thunderbird-md5sum        "f6a9b9ae750ce3c49a84e3de820612d7">
     10  <!ENTITY thunderbird-size          "481 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.4 GB (202 MB installed)">
    12   <!ENTITY thunderbird-time          "10 SBU (on a 4-core machine)">
     12  <!ENTITY thunderbird-time          "20 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
    14        the C/C++ code appears to obey it -->
     14       the C/C++ code appears to obey it.
     15
     16       Version 102.3.3: I disabled all but 4 cores.  SBU was 20 (2019 seconds)
     17       -->
    1518]>
    1619
Note: See TracChangeset for help on using the changeset viewer.