Changeset 9420604


Ignore:
Timestamp:
05/09/2022 08:41:19 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 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:
1942294
Parents:
a0ed916
Message:

update to fuse-3.11.0 (#16499)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra0ed916 r9420604  
    4343    -->
    4444    <listitem>
     45      <para>May 9th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to fuse-3.11.0. Fixes
     49          <ulink url="&blfs-ticket-root;16499">#16499</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 6th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    ra0ed916 r9420604  
    4848<!ENTITY btrfs-progs-version          "5.17">
    4949<!ENTITY dosfstools-version           "4.2">
    50 <!ENTITY fuse3-version                "3.10.5">
     50<!ENTITY fuse3-version                "3.11.0">
    5151<!ENTITY jfsutils-version             "1.1.15">
    5252<!ENTITY lvm2-version                 "2.03.15">
  • postlfs/filesystems/fuse3.xml

    ra0ed916 r9420604  
    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        "d2eb13af5288047dc942fc84e608cfbd">
    10   <!ENTITY fuse3-size          "2.8 MB">
    11   <!ENTITY fuse3-buildsize     "161 MB">
     9  <!ENTITY fuse3-md5sum        "c9987e2c366655e2d3d9e1f7aaba3c0d">
     10  <!ENTITY fuse3-size          "3.4 MB">
     11  <!ENTITY fuse3-buildsize     "90 MB">
    1212  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
     
    150150    <para>
    151151      The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
    152        Python module is required for the tests.
     152      Python module is required for the tests.  One test named
     153      <filename>test_cuse</filename> will fail if
     154      <parameter>CONFIG_CUSE</parameter> is not enabled building the kernel.
     155      One test named <filename>test_ctests.py</filename> will produce
     156      warning because a deprecated Python module is used.
    153157    </para>
    154158
Note: See TracChangeset for help on using the changeset viewer.