Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
scute.git-8b01c156.patch | Clean up files generated by make check. Clean up files generated by make check. * tests/clean-socketdir: Remove more test-generated files. -- Running make check may generate more files in the test directory (notably, if the tests are run while a token is present, the agent will have written down the shadow keys), that we need to cleanup afterwards. |
Damien Goutte-Gattat <dgouttegattat@incenp.org> | no | 2018-05-19 | ||
scute.git-f31e6af6.patch | Do not request certificate data when LEARNing. Do not request certificate data when LEARNing. * src/agent.c (scute_agent_learn): Use LEARN --sendinfo instead of LEARN --send. -- Using --send is useless here and we don't even collect the data that the agent may send (no data callback), which may cause the LEARN command to fail. Of note, the --sendinfo option is available since GnuPG 2.1.1, meaning Scute would not work anymore with GnuPG 2.0.x. Since that branch is now EOLed, this should not be a concern. |
Damien Goutte-Gattat <dgouttegattat@incenp.org> | no | 2018-05-19 |