[pacman-dev] [GIT] 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. - Log ----------------------------------------------------------------- commit 2517ba3303489ed35512cdaf2493ec81efd145e7 Author: Dan McGee <dan@archlinux.org> Date: Thu Sep 22 16:29:03 2011 -0500 Update Doxyfile and fix some documentation errors caught by Doxygen A few parameters were outdated or wrongly named, and a few things were explicitly linked that Doxygen wasn't able to resolve. Signed-off-by: Dan McGee <dan@archlinux.org> commit c406949226fe5759473f13b5eb1fcf48c32d67ea Author: Dan McGee <dan@archlinux.org> Date: Thu Sep 22 15:59:18 2011 -0500 Ensure database validity flags are set in invalid signature case We returned the right error code but never set the flags accordingly. Also, now that we can bail early, ensure we set the error code. Signed-off-by: Dan McGee <dan@archlinux.org> commit 1e0ed133f471c35fe6979612a4cb57926223c9b9 Author: Dan McGee <dan@archlinux.org> Date: Thu Sep 22 15:47:57 2011 -0500 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. Signed-off-by: Dan McGee <dan@archlinux.org> commit 907e8af5be7579129a257b4c9952e86a22df9bb9 Author: Dan McGee <dan@archlinux.org> Date: Thu Sep 22 14:40:51 2011 -0500 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. Signed-off-by: Dan McGee <dan@archlinux.org> commit f1beb050a305f4e363d09579359957097c5baed5 Author: Dan McGee <dan@archlinux.org> Date: Thu Sep 22 12:08:35 2011 -0500 Update configure.ac version to rc2 Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- doc/Doxyfile | 143 +++++++++++++++++++++++++++++++--------------- lib/libalpm/alpm.c | 2 +- lib/libalpm/alpm.h | 13 +++-- lib/libalpm/alpm_list.c | 1 - lib/libalpm/be_sync.c | 3 + lib/libalpm/deps.c | 1 + lib/libalpm/signing.c | 73 ++++++++++++++++++------ lib/libalpm/sync.c | 2 +- 9 files changed, 165 insertions(+), 75 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org