fuse-umfuse-iso9660 0.2b-1.1build1 source package in Ubuntu

Changelog

fuse-umfuse-iso9660 (0.2b-1.1build1) precise; urgency=low

  * Rebuild for libcdio13.
 -- Colin Watson <email address hidden>   Mon, 09 Jan 2012 15:52:16 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian VSquare Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe misc

Downloads

File Size SHA-256 Checksum
fuse-umfuse-iso9660_0.2b.orig.tar.gz 306.4 KiB 57978ff5ac89f6bf447696f61040507aa001087fd13fc0627984c9eedb179e5b
fuse-umfuse-iso9660_0.2b-1.1build1.diff.gz 2.8 KiB 6b5b2a9533c90b52cdb77bd80648e3ddb679e0eadde3bfa722962b85713e314c
fuse-umfuse-iso9660_0.2b-1.1build1.dsc 2.2 KiB 9f62129eafe5f8b2ea77b00caa21f26cd97940a1686aad911edcbea5e76e4c44

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.

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.