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 268d0bbcbed29b684af7478467bab4bdc2785636 (commit) via 30d978a966c1d2a619acc49f204e4da1e0010c83 (commit) via cc03d6366a12cd1926e46265c63fba98f41faaae (commit) via a8a4395098b4ddced5204b386e476565e68508b5 (commit) via 6731d0a9407e00f755d237e889c2e3f5db9cd276 (commit) via dddd6a46a01167f4cfdae1133da34a6d245c9bde (commit) from 762cbf574b66ccbe6d4931e426b6d9e95b191bd5 (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 268d0bbcbed29b684af7478467bab4bdc2785636 Author: Diogo Sousa <diogogsousa@gmail.com> Date: Wed Aug 24 17:01:11 2011 +0100 Improved alpm_list_mmerge() performance (fixed coding style) Improved alpm_list_mmerge() performance by removing an extra pass to obtain the tail node. This was actually suggested by a TODO comment. Signed-off-by: Diogo Sousa <diogogsousa@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 30d978a966c1d2a619acc49f204e4da1e0010c83 Author: Dan McGee <dan@archlinux.org> Date: Tue Aug 23 01:49:29 2011 -0500 vercmp: ensure 2.0a and 2.0.a do not compare equal We had this interesting set of facts conundrum, according to vercmp return values: 2.0a < 2.0 2.0 < 2.0.a 2.0a == 2.0.a This introduces a code change that ensures '2.0a < 2.0.a' as would be expected by the first two comparisons. Unfortunately this stays us a bit further from upstream RPM code, but those are the breaks (in RPM, the versions involving 'a' do in fact compare the same, but they are both greater than the bare '2.0'). Signed-off-by: Dan McGee <dan@archlinux.org> commit cc03d6366a12cd1926e46265c63fba98f41faaae Author: Dan McGee <dan@archlinux.org> Date: Tue Aug 23 01:47:45 2011 -0500 Style-match rpmvercmp code with upstream Not sure how or why some of this differed, but it is easy enough to set it back to how it was so it is easier to diff. Signed-off-by: Dan McGee <dan@archlinux.org> commit a8a4395098b4ddced5204b386e476565e68508b5 Author: Dan McGee <dan@archlinux.org> Date: Tue Aug 23 01:05:02 2011 -0500 Retrieve default SigLevel value from backend after initial setting This ensures we grab and use the library default once we have processed the global SigLevel setting, but before processing the repo-specific settings. This means the following two configs will now evaluate the same, as the backend currently defaults to 'Optional': Config 1: [options] # nothing here [repo] SigLevel = TrustAll Config 2: [options] SigLevel = Optional [repo] SigLevel = TrustAll Signed-off-by: Dan McGee <dan@archlinux.org> commit 6731d0a9407e00f755d237e889c2e3f5db9cd276 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Aug 22 19:07:35 2011 -0400 sync: halt file discovery if repo has no servers This avoids error spam when no servers are configured for a repo and a sync operation is performed: Proceed with installation? [Y/n] y :: Retrieving packages from testing... warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing warning: failed to retrieve some files from testing Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit dddd6a46a01167f4cfdae1133da34a6d245c9bde Author: Jakob Gruber <jakob.gruber@gmail.com> Date: Sat Aug 20 09:28:07 2011 +0200 Fix formatting in pacman-key manpage Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/pacman-key.8.txt | 4 ++-- doc/pacman.8.txt | 2 +- doc/vercmp.8.txt | 2 +- lib/libalpm/alpm_list.c | 25 +++++++++++++++---------- lib/libalpm/sync.c | 8 ++++++++ lib/libalpm/version.c | 27 ++++++++++++++++----------- src/pacman/conf.c | 3 +++ test/util/vercmptest.sh | 6 ++++++ 8 files changed, 52 insertions(+), 25 deletions(-) hooks/post-receive -- The official pacman repository