[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.1-90-g7b2f68c

Dan McGee dan at archlinux.org
Wed Dec 21 19:32:56 EST 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  7b2f68cc21df469342cb1caa7ec8fb27005cd2dd (commit)
       via  d6ccd4439044978a6dcc01b8c1ab880b6164f9d1 (commit)
       via  6c1426842af7de1343b8360e2d0ca52846ea4a2f (commit)
       via  ee969006056c86e88d5f179a7575d64f23d5b252 (commit)
       via  71164b76c4df1ba28d7280136050a84d39490f26 (commit)
       via  4c5e7af32f91771f3589eedd30ddffb72194fbe7 (commit)
      from  2a4df070c360bfe31d99e232b75bdea06949245f (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 7b2f68cc21df469342cb1caa7ec8fb27005cd2dd
Author: Diogo Sousa <diogogsousa at gmail.com>
Date:   Wed Dec 21 23:31:55 2011 +0000

    Created hex_representation() in lib/libalpm/util.c
    
    Used in alpm_compute_md5sum() and alpm_compute_sha256sum().
    
    Signed-off-by: Diogo Sousa <diogogsousa at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d6ccd4439044978a6dcc01b8c1ab880b6164f9d1
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Dec 17 21:42:35 2011 -0500

    include config.h via Makefiles
    
    Ensures that config.h is always ordered correctly (first) in the
    includes. Also means that new source files get this for free without
    having to remember to add it.
    
    We opt for -imacros over -include as its more portable, and the
    added constraint by -imacros doesn't bother us for config.h.
    
    This also touches the HACKING file to remove the explicit mention of
    config.h as part of the includes.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 6c1426842af7de1343b8360e2d0ca52846ea4a2f
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Dec 21 17:00:28 2011 -0600

    Add note to HACKING about operator spacing

commit ee969006056c86e88d5f179a7575d64f23d5b252
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Dec 21 16:42:47 2011 -0600

    Don't check diskspace when using --dbonly
    
    Mostly a waste of time. Sure, we no longer make sure your pacman
    database partition has enough space, but if you are using this option
    you better know what you are doing anyway.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 71164b76c4df1ba28d7280136050a84d39490f26
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Nov 24 13:49:07 2011 -0500

    sync: avoid checking file conflicts with --dbonly
    
    Scratches my own itch from FS#25667
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4c5e7af32f91771f3589eedd30ddffb72194fbe7
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Oct 30 15:00:00 2011 -0400

    delta: use regex substring matching
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 HACKING                  |   15 +++++++++-
 lib/libalpm/Makefile.am  |    3 ++
 lib/libalpm/add.c        |    2 -
 lib/libalpm/alpm.c       |    2 -
 lib/libalpm/backup.c     |    2 -
 lib/libalpm/be_local.c   |    2 -
 lib/libalpm/be_package.c |    2 -
 lib/libalpm/be_sync.c    |    2 -
 lib/libalpm/conflict.c   |    2 -
 lib/libalpm/db.c         |    2 -
 lib/libalpm/delta.c      |   45 +++++++++++++++------------------
 lib/libalpm/delta.h      |    2 -
 lib/libalpm/deps.c       |    2 -
 lib/libalpm/diskspace.c  |    2 -
 lib/libalpm/dload.c      |    2 -
 lib/libalpm/error.c      |    2 -
 lib/libalpm/graph.c      |    2 -
 lib/libalpm/graph.h      |    2 -
 lib/libalpm/group.c      |    2 -
 lib/libalpm/handle.c     |    2 -
 lib/libalpm/log.c        |    2 -
 lib/libalpm/package.c    |    2 -
 lib/libalpm/package.h    |    2 -
 lib/libalpm/remove.c     |    2 -
 lib/libalpm/signing.c    |    2 -
 lib/libalpm/sync.c       |    6 +---
 lib/libalpm/trans.c      |    2 -
 lib/libalpm/util.c       |   62 ++++++++++++++++++++--------------------------
 lib/libalpm/util.h       |    2 -
 lib/libalpm/version.c    |    2 -
 src/pacman/Makefile.am   |    5 +++-
 src/pacman/callback.c    |    2 -
 src/pacman/conf.c        |    2 -
 src/pacman/database.c    |    2 -
 src/pacman/deptest.c     |    2 -
 src/pacman/package.c     |    2 -
 src/pacman/pacman.c      |    2 -
 src/pacman/query.c       |    2 -
 src/pacman/remove.c      |    2 -
 src/pacman/sync.c        |    2 -
 src/pacman/upgrade.c     |    2 -
 src/pacman/util.c        |    2 -
 src/util/Makefile.am     |    5 +++-
 src/util/cleanupdelta.c  |    2 -
 src/util/pacsort.c       |    2 -
 src/util/pactree.c       |    2 -
 src/util/testdb.c        |    2 -
 47 files changed, 73 insertions(+), 148 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list