fuse-umfuse-iso9660 0.3-2build2 source package in Ubuntu

Changelog

fuse-umfuse-iso9660 (0.3-2build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 05:28:33 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
fuse-umfuse-iso9660_0.3.orig.tar.gz 298.8 KiB 16cbc41fdaeda75d3569aa8cfa4ae3539372b1c74b6408672c6bcb9f3512235d
fuse-umfuse-iso9660_0.3-2build2.debian.tar.xz 3.6 KiB 75e17f0b005684936cc66f1b42a54056a3e32d3d19496a4186b5828137606fe3
fuse-umfuse-iso9660_0.3-2build2.dsc 2.2 KiB d40b369fdd4c9e3caab09ae1cd4f9dbab6bac9416ed89ac4581a1b263c734904

Available diffs

View changes file

Binary packages built by this source

fuseiso9660: File System in User Space - Module for ISO9660

 This module for the FUSE kernel service allows any FUSE-enabled user to mount
 ISO9660 file systems, e.g. CDROM disk images.
 .
 The module has been initially written for UMView, the user-mode
 implementation of View-OS. If you want to allow completely user-mode disk
 images mounting (with no kernel/superuser support at all), take a look at
 umview-mod-umfuseiso9660 and its dependencies.

fuseiso9660-dbgsym: debug symbols for fuseiso9660
umview-mod-umfuseiso9660: View-OS in user space - ISO9660 module for UMFUSE

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains a sub-module for umfuse. umfuse is contained in the
 main UMView package and allows almost complete source compatibility with FUSE
 modules. umfuseiso9660 can be used to mount ISO-9660 CD images inside an
 UMView instance.

umview-mod-umfuseiso9660-dbgsym: debug symbols for umview-mod-umfuseiso9660