[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.0-632-g22c2043

Dan McGee dan at archlinux.org
Sat Dec 1 12:19:21 EST 2007


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  22c2043160f30a9ed34fd2886edaf521029a9248 (commit)
       via  5f811dc0207ead061b89d3acc6466bb390fd242e (commit)
       via  cff1e2a58ffbf878e03689b52e58d8a830b45aff (commit)
       via  e95e346ac7e189d7facf34d1126b523ef3b87570 (commit)
       via  2ed6b482d2fce916466e44e37930f0b0c0d928bb (commit)
       via  5c21f0f15281fda6e0515e83c2e37989752bbfab (commit)
      from  72f40b3876263f7a8dcda1390026f43f599f8823 (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 22c2043160f30a9ed34fd2886edaf521029a9248
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Mon Nov 26 16:54:47 2007 +0100

    Minor fixes in sync.c and deps.c.
    
    * memleak found by Nagy in checkdeps
    * an useless line found by Nagy in resolvedeps
    * data wasn't set to the missing dependencies in sync_prepare
    * use the MALLOC macro in resolvedeps
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5f811dc0207ead061b89d3acc6466bb390fd242e
Author: Aaron Griffin <aaronmgriffin at gmail.com>
Date:   Thu Nov 29 13:40:14 2007 -0600

    Ensure 0644 permissions for install and changelog files
    
    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit cff1e2a58ffbf878e03689b52e58d8a830b45aff
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Nov 30 23:02:06 2007 -0600

    Remove alpm_depcmp DEBUG output
    
    alpm_depcmp is simple enough that we shouldn't need constant debug logging,
    and the logging we do have in there negatively impacts our speed regardless
    of whether we actually are seeing it or not. If it ever needs debugging, it
    would be trivial to reimplement it by just temporarily reverting this
    commit.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit e95e346ac7e189d7facf34d1126b523ef3b87570
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Nov 30 22:57:47 2007 -0600

    Remove some null checks in _alpm_checkdeps
    
    Hopefully these are unnecessary, as they were probably added originally to
    cover up a problem instead of finding the root cause. I'd rather fail hard
    in these cases anyway.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2ed6b482d2fce916466e44e37930f0b0c0d928bb
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Thu Nov 29 13:54:44 2007 +0100

    alpm_checkdeps clean-up
    
    No bugfixes, just makes the code human-readable
    
    Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5c21f0f15281fda6e0515e83c2e37989752bbfab
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Nov 29 16:16:13 2007 -0600

    Move requiredby computation before any display starts
    
    This should reduce the chances of people thinking pacman hung during the
    middle of something.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 lib/libalpm/add.c    |    2 +
 lib/libalpm/deps.c   |  172 +++++++++++---------------------------------------
 lib/libalpm/sync.c   |    2 +-
 src/pacman/package.c |    8 ++-
 4 files changed, 47 insertions(+), 137 deletions(-)


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list