Changeset 4852356


Ignore:
Timestamp:
09/11/2022 07:05:34 PM (19 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/soup3, xry111/xf86-video-removal
Children:
a4ac6e36
Parents:
79f4a45
Message:

Update to fuse-3.12.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r79f4a45 r4852356  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to fuse-3.12.0. Fixes
     49          <ulink url="&blfs-ticket-root;17005">#17005</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to php-8.1.10. Fixes
    4953          <ulink url="&blfs-ticket-root;16974">#16974</ulink>.</para>
  • packages.ent

    r79f4a45 r4852356  
    4141<!ENTITY btrfs-progs-version          "5.19">
    4242<!ENTITY dosfstools-version           "4.2">
    43 <!ENTITY fuse3-version                "3.11.0">
     43<!ENTITY fuse3-version                "3.12.0">
    4444<!ENTITY jfsutils-version             "1.1.15">
    4545<!ENTITY lvm2-version                 "2.03.16">
  • postlfs/filesystems/fuse3.xml

    r79f4a45 r4852356  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "c9987e2c366655e2d3d9e1f7aaba3c0d">
    10   <!ENTITY fuse3-size          "3.4 MB">
    11   <!ENTITY fuse3-buildsize     "90 MB">
     9  <!ENTITY fuse3-md5sum        "2640cd55b3c2a2eb9e78054f77f5c87a">
     10  <!ENTITY fuse3-size          "3.1 MB">
     11  <!ENTITY fuse3-buildsize     "95 MB (with tests and documentation)">
    1212  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
     
    149149
    150150    <para>
    151       The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
    152       Python module is required for the tests.  One test named
     151      The <ulink url="https://pypi.org/project/pytest/">pytest</ulink> Python
     152      module is required for the tests.  One test named
    153153      <filename>test_cuse</filename> will fail if the
    154154      <parameter>CONFIG_CUSE</parameter> configuration item was not enabled
    155       when the kernel was built.
    156       One test named <filename>test_ctests.py</filename> will produce a
    157       warning because a deprecated Python module is used.
     155      when the kernel was built.  Two tests,
     156      <filename>test_ctests.py</filename> and
     157      <filename>test_examples.py</filename> will produce a warning because a
     158      deprecated Python module is used.
    158159    </para>
    159160
Note: See TracChangeset for help on using the changeset viewer.