archivemount 0.8.7-1build3 source package in Ubuntu

Changelog

archivemount (0.8.7-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
archivemount_0.8.7.orig.tar.gz 126.3 KiB 47045ca8d4d62fbe0b4248574c65cf90a6d29b488d166aec8c365b6aafe131b6
archivemount_0.8.7-1build3.debian.tar.xz 4.3 KiB 69a9c14b8cc1944c3973578dc00ec516cd4f22f2a717af1c0501e8638dd54a66
archivemount_0.8.7-1build3.dsc 1.9 KiB 388731b36e380a044d3bf34a04aea6e142fe56b5c4d37a66246bdab846acfe05

Available diffs

View changes file

Binary packages built by this source

archivemount: mounts an archive for access as a file system

 archivemount is a FUSE based file system for Unix variants, including Linux.
 Its purpose is to mount archives to a mount point where it can be read from
 or written to as with any other file system.
 This makes accessing the contents of the archive, which maybe compressed,
 transparent to other programs, without decompressing them.
 The archive formats that archivemount supports are:
  * old-style tar archives,
  .
  * most variants of the POSIX 'ustar' format,
  .
  * the POSIX 'pax interchange' format,
  .
  * GNU-format tar archives,
  .
  * most common cpio archive formats,
  .
  * ISO9660 CD images (with or without RockRidge extensions),
  .
  * Zip archives.
  .
  * two different variants of shar archives.
  .
 archivemount is FUSE (Filesystem in USErspace).

archivemount-dbgsym: debug symbols for archivemount