xva-img 1.4.2-2 source package in Ubuntu

Changelog

xva-img (1.4.2-2) unstable; urgency=medium

  * Run 'wrap-and-sort -a'.
  * Update my email address.
  * Update the search rule in debian/watch.
  * Drop debian/salsa-ci.yml.
  * Update packaging copyright years.
  * Bump Standards-Version to 4.6.2.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Tue, 03 Jan 2023 12:15:13 +0000

Upload details

Uploaded by:
Francisco Vilmar Cardoso Ruviaro
Uploaded to:
Sid
Original maintainer:
Francisco Vilmar Cardoso Ruviaro
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
xva-img_1.4.2-2.dsc 1.8 KiB c82147951b1f68c22f1aafc1e34143d476339da598db737e69c91bcaec5ecf18
xva-img_1.4.2.orig.tar.gz 14.0 KiB 9d9965bafe7d87c07635695bcd12730567b4fc60d01b53aa539756cb1a4e3daf
xva-img_1.4.2-2.debian.tar.xz 3.0 KiB f7368fa1f6a6472d4cc9bae35ffbfcbefc9a67f6e4f8f464c617992fd801e1bb

No changes file available.

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