mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
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>
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
config BR2_PACKAGE_HOST_AESPIPE
|
|
bool "host aespipe"
|
|
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/
|