xva-img 1.5-1build2 source package in Ubuntu

Changelog

xva-img (1.5-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

Uploaded by:
William Grant
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
xva-img_1.5.orig.tar.gz 14.7 KiB 89667ea86a5ec8cbf670966eea9d758f4571a92004c798d8df3e1aa0eaea9235
xva-img_1.5-1build2.debian.tar.xz 3.5 KiB dcf459718372ea250514c275a1f42f9c7044e9112b6fd465326408b9d49556ad
xva-img_1.5-1build2.dsc 1.9 KiB 161c97b86810c094c3927cff135df3a040158dbda3ce427c08a24a3d2a56f4b8

Available diffs

View changes file

Binary packages built by this source

xva-img: Citrix XenServer .xva disk extraction tool

 xva-image is a tool to generate disk images from Citrix XenServer .xva
 VM images as well as to generate .xva VM images from raw disks and the
 according ova.xml files.
 .
 It's for example needed if you want to forensically analyse a virtual
 machine in .xva format on a non-Citrix operating system.
 .
 Citrix Xen uses a custom virtual appliance format for import/export
 called "XVA". it's basically a strangely crafted tar-file. You don't
 need this program to unpack this tar-file, just use your favourite tar
 unpacker (tar, gtar, bsdtar). Once unpacked you will end up with a lot
 of different files, ova.xml (which contains the settings for the virtual
 appliance, think VMware vmx) and a number of folders called Ref:<number>/,
 this is your disks. Each of these folders contain hundreds of files named
 00000000, 00000001 with a accompanying .CHECKSUM file (SHA1).
 Each file is a 1MB slice of the disk, but some of the files in the sequence
 will probably be missing this is because XVA do not use compression; instead
 it will exclude slices of the disk that only contains zeros (are empty).
 This tool can assemble the disk for you (you will end up with a RAW disk)
 that can easily be mounted and modified. It can then also split the file again
 and generate checksum. Once ready, you will probably want to use the "package"
 command to rebuild the XVA file.

xva-img-dbgsym: debug symbols for xva-img