The official pacman repository branch, master, updated. v4.0.0rc2-5-g2517ba3
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via 2517ba3303489ed35512cdaf2493ec81efd145e7 (commit)
via c406949226fe5759473f13b5eb1fcf48c32d67ea (commit)
via 1e0ed133f471c35fe6979612a4cb57926223c9b9 (commit)
via 907e8af5be7579129a257b4c9952e86a22df9bb9 (commit)
via f1beb050a305f4e363d09579359957097c5baed5 (commit)
from 43787d00678e00adee54c9ab4b8909d26cba3940 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
Handle key import errors correctly and with good error messages
This adds calls to gpgme_op_import_result() which we were not looking at
before to ensure the key was actually imported. Additionally, we do some
preemptive checks to ensure the keyring is even writable if we are going
to prompt the user to add things to it.
signing: be consistent with returning -1 for error cases
This also fixes a segfault found by dave when key_search is
unsuccessful; the key_search return code documentation has also been
updated to reflect reality.