aespipe 2.4d-1.1 source package in Ubuntu

Changelog

aespipe (2.4d-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Move to dpkg-buildflags(1) in debian/rules:
    - Ensure that the stack is not executable. (Closes: #661079)
    - Make the build reproducible by setting -fdebug-prefix-map.
      (Closes: #1020809)

 -- Chris Lamb <email address hidden>  Thu, 08 Dec 2022 17:14:21 +0000

Upload details

Uploaded by:
Max Vozeler
Uploaded to:
Sid
Original maintainer:
Max Vozeler
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
aespipe_2.4d-1.1.dsc 1.6 KiB 6efa52fef38c43c16c31bd2900b5f87f49714fbeec180beb36da0a3b62bb9db8
aespipe_2.4d.orig.tar.bz2 104.2 KiB c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f
aespipe_2.4d-1.1.debian.tar.xz 3.7 KiB 6e16c2a3761193ad4969a4ab55ec7daaa4f71a790edc240cbf46c89f8d112819

No changes file available.

Binary packages built by this source

aespipe: AES-encryption tool with loop-AES support

 aespipe is an encryption tool that reads from standard input and
 writes to standard output. It uses the AES (Rijndael) cipher.
 .
 aespipe can be used for non-destructive in-place encryption
 of existing disk partitions for use with the loop-AES encrypted
 loopback kernel module.
 .
 It can also be used as an encryption filter to create and restore
 encrypted tar/cpio backup archives and to read/write and convert
 loop-AES compatible encrypted images.
 .
 Note that aespipe does not store any length information with the
 encrypted images, so it cannot be used as general purpose filter
 for encryption, but only for certain formats like tar.

aespipe-dbgsym: debug symbols for aespipe