[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.2-126-g10b8cd7
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 10b8cd75b36d5a87032780058321fccdc90210c7 (commit) via dd7b17aa0a4d2b420f880710bde49773919f4e4c (commit) via ada5bc1404098f644048477c8b6265060aaf1c98 (commit) via 908e9f41ed19685a7442acf629220e20b7c003a2 (commit) via fdbcc9847d7e13b96328adb5f34932eea7ca6ba9 (commit) via 6f19a8c9f73e6177fc17e340cd0272714c6c3a5d (commit) via 36737aebb78f170611bf46867de0054347593b79 (commit) via 96ad414d73073a50c6068eca8c208a64238ea868 (commit) via 670b315c4d805f1ee86d51ef1632373b35739461 (commit) from 442e1420f95ecc6fd1967677c1be5dfed6584542 (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 10b8cd75b36d5a87032780058321fccdc90210c7 Author: Rémy Oudompheng <remy@archlinux.org> Date: Thu Apr 21 08:13:05 2011 +0200 sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWN The value PM_PGP_VERIFY_UNKNOWN is reserved to error cases, now that the signature verification level defaults to the globally set level. The only error case is when handle == NULL, which is false in the context of _alpm_sync_commit(). Signed-off-by: Rémy Oudompheng <remy@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit dd7b17aa0a4d2b420f880710bde49773919f4e4c Author: Rémy Oudompheng <remy@archlinux.org> Date: Thu Apr 21 08:11:36 2011 +0200 handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWN Signed-off-by: Rémy Oudompheng <remy@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit ada5bc1404098f644048477c8b6265060aaf1c98 Merge: 908e9f4 36737ae Author: Dan McGee <dan@archlinux.org> Date: Thu Apr 21 12:12:29 2011 -0500 Merge remote-tracking branch 'remy/doxygen' commit 908e9f41ed19685a7442acf629220e20b7c003a2 Author: Ivan Kanakarakis <ivan.kanak@gmail.com> Date: Thu Apr 21 16:59:07 2011 +0300 pacman-key: improved reading of the configuration file This commit replaces the find_config() function with the get_from() function. get_from expects two arguments, the first is the file to read and the second is the key to look for in the given file. get_from returns the first matching value for the given key. The file is expected to be in the format: key = value Each of 'key' 'equal sign' 'value' can be surrounded be random whitespace. Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit fdbcc9847d7e13b96328adb5f34932eea7ca6ba9 Author: Ivan Kanakarakis <ivan.kanak@gmail.com> Date: Thu Apr 21 16:59:06 2011 +0300 pacman-key: display the unsupported command to the user If the user provides an unsupported command, inform the user that this switch is unknown, display usage and exit. Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 6f19a8c9f73e6177fc17e340cd0272714c6c3a5d Author: Ivan Kanakarakis <ivan.kanak@gmail.com> Date: Thu Apr 21 16:59:05 2011 +0300 makepkg, pacman-key: unify help message with other scripts The help message changed to match the one rankmirrors script has. It's clearer as to what the --help switch does. Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 36737aebb78f170611bf46867de0054347593b79 Author: Rémy Oudompheng <remy@archlinux.org> Date: Thu Apr 21 07:45:11 2011 +0200 alpm.h: add several missing documentation strings Signed-off-by: Rémy Oudompheng <remy@archlinux.org> commit 96ad414d73073a50c6068eca8c208a64238ea868 Author: Rémy Oudompheng <remy@archlinux.org> Date: Thu Apr 21 07:39:16 2011 +0200 alpm.h: rationalize option getters/setters documentation Signed-off-by: Rémy Oudompheng <remy@archlinux.org> commit 670b315c4d805f1ee86d51ef1632373b35739461 Author: Rémy Oudompheng <remy@archlinux.org> Date: Sun Apr 17 09:45:52 2011 +0200 alpm.h: add/improve function documentation Signed-off-by: Rémy Oudompheng <remy@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/add.c | 5 +-- lib/libalpm/alpm.h | 109 ++++++++++++++++++++++++++++++++++++--------- lib/libalpm/handle.c | 1 + lib/libalpm/sync.c | 11 +---- scripts/makepkg.sh.in | 2 +- scripts/pacman-key.sh.in | 25 ++++++---- 6 files changed, 106 insertions(+), 47 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org