python-llfuse 1.4.1+dfsg-2ubuntu7 source package in Ubuntu

Changelog

python-llfuse (1.4.1+dfsg-2ubuntu7) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:19:50 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-llfuse_1.4.1+dfsg.orig.tar.xz 191.0 KiB 324d436eb24246bc48b82d2b91ff96eef66aec9595107b627a17977f5564aba0
python-llfuse_1.4.1+dfsg-2ubuntu7.debian.tar.xz 142.4 KiB 0a3439af56385a3f4f051c1be3dbd4558b012d37f0c7119aed9298e69abb60e0
python-llfuse_1.4.1+dfsg-2ubuntu7.dsc 2.4 KiB 796bbf6e91121fc967f4f399053f409ecadbcb5143e44c7266d815a9c4be4297

View changes file

Binary packages built by this source

python-llfuse-doc: Python bindings for the low-level FUSE API (documentation)

 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the documentation for both the Python 2 and
 Python 3 extension (packages python-llfuse and python3-llfuse).
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

python3-llfuse: Python 3 bindings for the low-level FUSE API

 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the extension for the Python 3 interpreter. The
 documentation is contained in the python-llfuse-doc package.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

python3-llfuse-dbgsym: debug symbols for python3-llfuse