Changeset 60e8d690


Ignore:
Timestamp:
06/11/2023 04:07:35 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
066d29d1
Parents:
7ed2cac
git-author:
Douglas R. Reno <renodr@…> (06/11/2023 04:05:22 PM)
git-committer:
Douglas R. Reno <renodr@…> (06/11/2023 04:07:35 PM)
Message:

Update to fuse-3.15.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7ed2cac r60e8d690  
    4242      <para>June 11th, 2023</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to fuse-3.15.0. Fixes
     46          <ulink url="&blfs-ticket-root;18159">#18159</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Update to libadwaita-1.3.3. Fixes
  • packages.ent

    r7ed2cac r60e8d690  
    4444<!ENTITY btrfs-progs-version          "6.3.1">
    4545<!ENTITY dosfstools-version           "4.2">
    46 <!ENTITY fuse3-version                "3.14.1">
     46<!ENTITY fuse3-version                "3.15.0">
    4747<!ENTITY jfsutils-version             "1.1.15">
    4848<!ENTITY lvm2-version                 "2.03.21">
  • postlfs/filesystems/fuse3.xml

    r7ed2cac r60e8d690  
    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        "d5fec7879ffcbc57b789113e6c61c10b">
    10   <!ENTITY fuse3-size          "4.2 MB">
    11   <!ENTITY fuse3-buildsize     "108 MB (with tests and documentation)">
     9  <!ENTITY fuse3-md5sum        "2abc81e1e75c872ecbbb97eb945c408d">
     10  <!ENTITY fuse3-size          "4.4 MB">
     11  <!ENTITY fuse3-buildsize     "232 MB (with tests and documentation)">
    1212  <!ENTITY fuse3-time          "0.2 SBU (add 0.3 SBU for tests)">
    1313]>
     
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    7474    <para role="optional">
    75       <xref linkend="doxygen"/> (to rebuild the API documentation) and
    76       <xref linkend="pytest"/> (required for tests)
     75      <xref linkend="doxygen"/> (to rebuild the API documentation),
     76      <xref linkend="pytest"/> (required for tests), and
     77      <ulink url="https://pypi.org/project/looseversion/">looseversion</ulink>
     78      (for tests)
    7779    </para>
    7880
     
    134136
    135137    <para>
    136       To test the results, run (as the <systemitem
     138      To test the results, issue the following commands (as the <systemitem
    137139      role="username">root</systemitem> user):
    138140    </para>
     
    142144         you will see "X passed, X skipped, X failed (if any) in X seconds" -->
    143145
    144 <screen role="root"
    145         remap="test"><userinput>python3 -m pytest test/</userinput></screen>
     146<screen role="root" remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
     147source testenv/bin/activate                    &amp;&amp;
     148pip3 install looseversion                      &amp;&amp;
     149pytest                                         &amp;&amp;
     150deactivate</userinput></screen>
    146151
    147152    <para>
    148153      The <xref linkend="pytest"/> Python
    149       module is required for the tests.  One test named
     154      module is required for the tests. One test named
    150155      <filename>test_cuse</filename> will fail if the
    151156      <parameter>CONFIG_CUSE</parameter> configuration item was not enabled
    152       when the kernel was built.  Two tests,
    153       <filename>test_ctests.py</filename> and
    154       <filename>test_examples.py</filename> will produce a warning because a
    155       deprecated Python module is used.
     157      when the kernel was built. One test,
     158      <filename>test/util.py</filename>, will output a warning due to the usage
     159      of an unknown mark in pytest.
    156160    </para>
    157161
Note: See TracChangeset for help on using the changeset viewer.