[pacman-dev] [GIT] pacman branch, master now at v3.0.0-440-g4453ce1

Dan McGee dan at archlinux.org
Sun Sep 30 20:54:04 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  4453ce155c2f2c5d48e45269250ac0bab52ac63f (commit)
       via  01e92e9ded7dc5e9a26a65bace71477a51f08bdb (commit)
       via  7d5dca4043b5f4ff94cd6033fccd4eadb3610a66 (commit)
       via  d5fa2da171c9f78e3b31053fe70b5ea24962a9c8 (commit)
       via  5977a6ec9e50ed7777db2ebb9f41aae1dbebf3d6 (commit)
      from  69d68ef0b5804435bdf19d15e139f644639caa7b (commit)

- Log -----------------------------------------------------------------
commit 4453ce155c2f2c5d48e45269250ac0bab52ac63f
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 28 23:25:10 2007 -0500

    libalpm: Optimize/inline the md5 functionality
    
    The md5 routines are one of the chokepoints of libalpm (main chokepoint being
    archive extraction). Although IO delay causes a lot of it, we can at least
    inline some of the md5 stuff as we aren't that concerned about space and
    eliminate quite a few function calls.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 01e92e9ded7dc5e9a26a65bace71477a51f08bdb
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 28 23:22:32 2007 -0500

    libalpm/deps.c: fix memleak found by valgrind
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7d5dca4043b5f4ff94cd6033fccd4eadb3610a66
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 28 23:21:56 2007 -0500

    libalpm/be_files: Fix outdated code setting path for lastupdate file
    
    The code for setting the lastupdate file path still referenced both the
    root and dbpath, when we should only be using dbpath. Fix it.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d5fa2da171c9f78e3b31053fe70b5ea24962a9c8
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 28 12:45:14 2007 -0500

    makepkg: Fix output color codes for real
    
    Make sure we reset both the bold attribute and the color attributes when it
    is necessary.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5977a6ec9e50ed7777db2ebb9f41aae1dbebf3d6
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 28 06:46:27 2007 -0500

    Remove outdated mirror
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 etc/pacman.d/mirrorlist.in |    1 -
 lib/libalpm/be_files.c     |    4 ++--
 lib/libalpm/deps.c         |    1 +
 lib/libalpm/md5.c          |   10 +++++-----
 lib/libalpm/md5.h          |   24 ------------------------
 scripts/makepkg.sh.in      |   10 +++++-----
 6 files changed, 13 insertions(+), 37 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  69d68ef0b5804435bdf19d15e139f644639caa7b \
  4453ce155c2f2c5d48e45269250ac0bab52ac63f




More information about the pacman-dev mailing list