Fix indirect parameter passing for change-key-password password arguments

Fixes https://github.com/pgpainless/pgpainless/issues/453
Thanks to @dkg for the report
This commit is contained in:
Paul Schaub 2024-10-31 13:21:52 +01:00
parent 5ea94233d8
commit 00925e6511
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 13 additions and 8 deletions

View file

@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 7.0.2-SNAPSHOT
- CLI `change-key-password`: Fix indirect parameter passing for new and old passwords (thanks to @dkg for the report)
## 7.0.1
- `decrypt`: Do not throw `NoSignature` exception (exit code 3) if `--verify-with` is provided, but `VERIFICATIONS` is empty.