luksipc 0.04-3 source package in Ubuntu

Changelog

luksipc (0.04-3) unstable; urgency=medium

  * d/control: depends on cryptsetup-bin only. Closes: #916249.
  * d/control: remove Vcs-*.

 -- Vincent Bernat <email address hidden>  Wed, 12 Dec 2018 06:04:29 +0100

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
luksipc_0.04-3.dsc 1.7 KiB 7c1cbe3d2938c6dfdc6fbb9d63dd82c896bf204c2f473e30c5d9af053479d258
luksipc_0.04.orig.tar.gz 52.1 KiB 2769e83c88231f9689c4a0abcdfd0876b095b8217bf907ec4ef502a03007a353
luksipc_0.04-3.debian.tar.xz 4.0 KiB 5a4e2dc42f06de4e37a32533796dddab316bac41712c1c3fa80c780a05a2980d

Available diffs

No changes file available.

Binary packages built by this source

luksipc: LUKS in-place conversion tool

 luksipc is a tool to convert (unencrypted) block devices to
 (encrypted) LUKS devices in-place (therefore it's name LUKS in-place
 conversion). This means the conversion is performed without the need
 of copying all data somewhere, recreating the whole disk (i.e. create
 a LUKS device, create a new filesystem on the mapped LUKS device, copy
 all data back). Instead, the process is reduced to:
 .
  1. Unmounting the filesystem
  2. Resizing the filesystem to shrink about 10 megabytes (2048 kB is
     the current LUKS header size -- but do not trust this value, it
     has changed in the past!)
  3. Performing luksipc
  4. Adding custom keys to the LUKS keyring

luksipc-dbgsym: debug symbols for luksipc