Changeset b0d1dc0


Ignore:
Timestamp:
11/28/2022 10:16:11 PM (17 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
3b093a4
Parents:
49b8f58
Message:

Package updates.
Update to php-8.1.13.
Update to umockdev-0.17.15.
Update to btrfs-progs-v6.0.2.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/umockdev.xml

    r49b8f58 rb0d1dc0  
    77  <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
    88  <!ENTITY umockdev-download-ftp  " ">
    9   <!ENTITY umockdev-md5sum        "483033cf7ba4e5ba65eefc26b08d17de">
     9  <!ENTITY umockdev-md5sum        "734cecaaace239a34d451f6085927d08">
    1010  <!ENTITY umockdev-size          "480 KB">
    1111  <!ENTITY umockdev-buildsize     "6.6 MB (with tests)">
    1212  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    13 
    1413]>
    1514
  • general/prog/php.xml

    r49b8f58 rb0d1dc0  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "6a30e4eb25ff9a73dafe7582ae838c17">
     9  <!ENTITY php-md5sum        "43302de3d2c064f2f23c9693a2f17aeb">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "641 MB (with documentation)">
    12   <!ENTITY php-time          "1.7 SBU (with parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY php-buildsize     "481 MB (with documentation)">
     12  <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 1.5 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
    1414       Results were otherwise normal though, so I'm unsure of what caused the
  • introduction/welcome/changelog.xml

    r49b8f58 rb0d1dc0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to php-8.1.13. Fixes
     49          <ulink url="&blfs-ticket-root;17348">#17348</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to umockdev-0.17.15. Fixes
     53          <ulink url="&blfs-ticket-root;17347">#17347</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to btrfs-progs-v6.0.2. Fixes
     57          <ulink url="&blfs-ticket-root;17346">#17346</ulink>.</para>
     58        </listitem>
     59        <listitem>
    4860          <para>[bdubbs] - Update to pycryptodome-3.16.0 (Python module). Fixes
    4961          <ulink url="&blfs-ticket-root;17355">#17355</ulink>.</para>
  • packages.ent

    r49b8f58 rb0d1dc0  
    3939
    4040<!-- Chapter 5 -->
    41 <!ENTITY btrfs-progs-version          "6.0.1">
     41<!ENTITY btrfs-progs-version          "6.0.2">
    4242<!ENTITY dosfstools-version           "4.2">
    4343<!ENTITY fuse3-version                "3.12.0">
     
    179179<!ENTITY telepathy-glib-version       "0.24.2">
    180180<!ENTITY uchardet-version             "0.0.7">
    181 <!ENTITY umockdev-version             "0.17.13">
     181<!ENTITY umockdev-version             "0.17.15">
    182182<!ENTITY wayland-version              "1.21.0">
    183183<!ENTITY wayland-protocols-version    "1.30">
     
    318318<!ENTITY mercurial-version            "6.3.1">
    319319<!ENTITY nasm-version                 "2.15.05">
    320 <!ENTITY php-version                  "8.1.12">
     320<!ENTITY php-version                  "8.1.13">
    321321
    322322<!ENTITY python2-majorver             "2.7">
  • postlfs/filesystems/btrfs-progs.xml

    r49b8f58 rb0d1dc0  
    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        "7ad375cc49428fcd86623ac335c4ac7f">
     9  <!ENTITY btrfs-progs-md5sum        "b7a644064b6badaaa8d834e2bd589b7c">
    1010  <!ENTITY btrfs-progs-size          "2.2 MB">
    1111  <!ENTITY btrfs-progs-buildsize     "52 MB (add 8.2 GB for tests)">
     
    137137  <sect2 role="installation">
    138138    <title>Installation of btrfs-progs</title>
    139 <!--
    140     <para>
    141       If your system has linux kernel headers with version before 5.12, apply
    142       the following patch:
    143     </para>
    144 
    145 <screen><userinput>patch -Np1 -i ../btrfs-progs-&btrfs-progs-version;-headers_fix-1.patch</userinput></screen>
    146 -->
     139
    147140    <para>
    148141      Install <application>btrfs-progs</application> by running the following
     
    169162
    170163    <para>
    171       To test the results, issue (as the <systemitem
    172       class="username">root</systemitem> user):
     164      To test the results, issue (as the &root; user):
    173165    </para>
    174166
     
    181173   ./fuzz-tests.sh
    182174popd</userinput></screen>
    183 <!--
    184     <para>
    185       The fuzz-tests are currently broken.
    186     </para>
    187 -->
     175
    188176<!-- Template for failed test removal:
    189177    <para>
     
    208196      </para>
    209197    </note>
    210 <!--
    211     <para>
    212       Two tests fail for unknown reasons in the
    213       <command>test-libbtrfsutil</command> section. Tests take a very long
    214       time, and it may be interesting to run only part of them. Running tests
    215       only in one directory can be done with
    216       <command>make TEST=&lt;DIR&gt; test</command>.
    217     </para>
    218 -->
    219     <para>
    220       Install the package as the <systemitem
    221       class="username">root</systemitem> user:
     198
     199    <para>
     200      The mkfs test 025-zoned-parallel is known to fail.
     201    </para>
     202
     203    <para>
     204      Install the package as the &root; user:
    222205    </para>
    223206
Note: See TracChangeset for help on using the changeset viewer.