[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.3-220-gfb3ad7f

Dan McGee dan at archlinux.org
Mon Jun 13 20:34:53 EDT 2011


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  fb3ad7f8823dd3300528b44427d40e17594b1400 (commit)
       via  01ad3faee934aa805237bf5405e7c74dc1482a17 (commit)
       via  bcd442761b56ca6cce07af2364e724271d917a74 (commit)
       via  c5761bfe4121616a19f9a175d28731a60c3c7868 (commit)
      from  ff7ad5fd7376c133bc646c4d69d06019e0b64044 (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 fb3ad7f8823dd3300528b44427d40e17594b1400
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 9 16:00:55 2011 -0500

    Add handle argument to alpm_(add|remove)_pkg()
    
    This makes these functions consistent with the rest of the transaction
    related API calls. We do an additional assert to ensure the handle
    attached to the package is the same as the handle passed in.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 01ad3faee934aa805237bf5405e7c74dc1482a17
Author: Kerrick Staley <mail at kerrickstaley.com>
Date:   Sun Jun 12 05:20:08 2011 -0500

    Added initialization code for database siglevel
    
    The siglevel field of a newly created pmdb_t struct is now
    initialized when it is created in _alpm_db_new().
    
    Signed-off-by: Kerrick Staley <mail at kerrickstaley.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit bcd442761b56ca6cce07af2364e724271d917a74
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jun 13 17:36:57 2011 -0500

    Fix memory leak if package sig was invalid
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c5761bfe4121616a19f9a175d28731a60c3c7868
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jun 13 17:43:09 2011 -0500

    Fix all current return(x) usages
    
    A few of these snuck in as of late, some from the table display patches
    that were using the previous format before we changed it after the 3.5.X
    major release.
    
    Noticed-by: Kerrick Staley <mail at kerrickstaley.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/add.c        |   13 +++++++------
 lib/libalpm/alpm.h       |    6 ++++--
 lib/libalpm/be_package.c |    1 +
 lib/libalpm/db.c         |    5 +++--
 lib/libalpm/remove.c     |    6 ++++--
 src/pacman/query.c       |    2 +-
 src/pacman/remove.c      |    4 ++--
 src/pacman/sync.c        |    2 +-
 src/pacman/upgrade.c     |    2 +-
 src/pacman/util.c        |   18 +++++++++---------
 10 files changed, 33 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list