#943814 amanda-common: amcrypt-ossl-asym fails: deprecated options of openssl enc

Package:
amanda-common
Source:
amanda
Description:
Advanced Maryland Automatic Network Disk Archiver (Libs)
Submitter:
"Heiko Schlittermann (HS12-RIPE)"
Date:
2019-10-30 09:24:07 UTC
Severity:
important
#943814#5
Date:
2019-10-30 09:04:18 UTC
From:
To:
Dear Maintainer,

using amcrypt-ossl-asym results in extra output about deprected "openssl
enc" options and does not encrypt: no backup is written!

root@marta:/# date | sudo -su backup amcrypt-ossl-asym >/dev/null
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.

For testing purpose I added (as recommended) the option -pbkdf2 to the encoding and the decoding
lines and now it works.

Please fix and report upstream.

Thank you.