4626e8e54b
Updated link to package homepage since old link is just a redirect now. Added sha1 and md5 hashes provided by upstream. Removed -no-pie workaround after upstream added a check in configure, quoting ChangeLog: - Added configure script autodetection for x86/amd64 -fno-pie compile and -no-pie linker flags. These are needed when compiler/linker produces position independent executable (PIE) by default. Build-tested host-aespipe on Debian Buster 10.1 using "gcc version 8.3.0 (Debian 8.3.0-6)" Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
config BR2_PACKAGE_AESPIPE
|
|
bool "aespipe"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
aespipe program is AES encrypting or decrypting pipe. It reads
|
|
from standard input and writes to standard output. It can be
|
|
used to create and restore encrypted tar or cpio archives.
|
|
It can be used to encrypt and decrypt loop-AES compatible
|
|
encrypted disk images.
|
|
|
|
http://loop-aes.sourceforge.net/
|