sbt / sbt-pgp

PGP plugin for sbt
Other
144 stars 56 forks source link

Use newer versions of GNU PG #131

Closed rhpvorderman closed 6 years ago

rhpvorderman commented 6 years ago

Changes where made for gnupg >= 2.1 This hopes to fix #72. A SettingKey gpgAncient was added that you can set to true if you want to old behaviour. (Disclaimer: sorry for the slightly opinionated name. I could not think of something else. If someone knows a better one I am happy to change it)

Edit: I also added some code to make debugging the gpg command easier in the future.

eed3si9n commented 6 years ago

@jvican @djspiewak Either of you want to help review this?

wookietreiber commented 6 years ago

Thank you for the commitment in fixing this issue. Please release this in a new version of sbt-pgp.

steinybot commented 6 years ago

So does this log the passphrase on error now?