[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.4-102-g57acfce

Dan McGee dan at archlinux.org
Mon Apr 7 20:46:29 EDT 2008


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  57acfced0d1b0d6fdff34bf778c92f04c9814a52 (commit)
       via  83c4b2aebbb7d2a71eecc672987deca1d4846f0b (commit)
       via  bec2ba5b4005053ce8f7048fa825ed58e3adfdc2 (commit)
       via  9441fba12430f568b8b7456fcbe54d4c8a42d24d (commit)
       via  a708c6eadc107475015eb2fbe2c7ec5d00bc0099 (commit)
       via  9c7ebe68724791f06cdde2febdf91f0472f18407 (commit)
       via  4c872594da321aa406cfb306c32c94ce2929d59e (commit)
       via  e4a4cf7ce544707faa691c8ab1bf298549979b12 (commit)
       via  4004bf9caf60231e9ad008f36325412bd20a611c (commit)
       via  404e0a0e10c1fbf9732f32a8c4bd466b026c34b1 (commit)
       via  b3f4bd9750821787d179340b0d1c7a5490276c10 (commit)
      from  073bac794d7643fae21dacbe3d5c1585ce347bea (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 57acfced0d1b0d6fdff34bf778c92f04c9814a52
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Apr 7 19:07:51 2008 -0500

    Update configure.ac to current code
    
    Remove a few functions and things that were unnecessary, update the help
    line calls to the current function name, and make the small change to
    pacman.c for the signal handler return type that is defined in config.h.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 83c4b2aebbb7d2a71eecc672987deca1d4846f0b
Merge: a708c6eadc107475015eb2fbe2c7ec5d00bc0099 bec2ba5b4005053ce8f7048fa825ed58e3adfdc2
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Apr 7 19:19:34 2008 -0500

    Merge branch 'maint'

commit a708c6eadc107475015eb2fbe2c7ec5d00bc0099
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 21:00:11 2008 -0500

    Allow disabling of internal (libdownload) code
    
    Add a new --disable-internal-download flag to configure allowing the
    internal download code to be skipped. This will be helpful on platforms that
    currently don't support either libdownload or libfetch (such as Cygwin) and
    for just compiling a lighter weight pacman binary.
    
    This was made really easy by our recent refactoring of the download code
    into separate internal and external functions, as well as some error code
    cleanup.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 9c7ebe68724791f06cdde2febdf91f0472f18407
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 20:28:43 2008 -0500

    Remove a bit more download.h pollution
    
    Kill it where it isn't absolutely necessary.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4c872594da321aa406cfb306c32c94ce2929d59e
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 20:20:20 2008 -0500

    Remove unnecessary header file, move one macro to util.c
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit e4a4cf7ce544707faa691c8ab1bf298549979b12
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 20:09:27 2008 -0500

    libalpm error cleanup, step 1
    
    Remove unused error codes, begin refactoring some of the others.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4004bf9caf60231e9ad008f36325412bd20a611c
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 19:58:10 2008 -0500

    Remove libdownload reference from pacman frontend
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 404e0a0e10c1fbf9732f32a8c4bd466b026c34b1
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 6 19:49:41 2008 -0500

    Add quiet printout to --owns functionality
    
    If we specify -q/--quiet on an --owns operation, only print a matching
    package name rather than the verbose human-readable message.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac            |   48 ++++++++++++++++++++----------
 contrib/pacdiff         |    2 +-
 lib/libalpm/Makefile.am |    2 +-
 lib/libalpm/add.c       |    3 +-
 lib/libalpm/alpm.c      |    1 -
 lib/libalpm/alpm.h      |   14 ++------
 lib/libalpm/be_files.c  |    1 -
 lib/libalpm/cache.c     |    1 -
 lib/libalpm/conflict.c  |    1 -
 lib/libalpm/db.c        |   11 ++-----
 lib/libalpm/delta.c     |    1 -
 lib/libalpm/deps.c      |    1 -
 lib/libalpm/dload.c     |   75 +++++++++++++++++++++++++++++-----------------
 lib/libalpm/error.c     |   38 ++++++++++++-----------
 lib/libalpm/error.h     |   28 -----------------
 lib/libalpm/group.c     |    1 -
 lib/libalpm/handle.c    |    1 -
 lib/libalpm/log.c       |    1 -
 lib/libalpm/package.c   |    9 ++---
 lib/libalpm/remove.c    |    1 -
 lib/libalpm/sync.c      |    1 -
 lib/libalpm/trans.c     |    1 -
 lib/libalpm/util.c      |    3 +-
 lib/libalpm/util.h      |    4 ++
 src/pacman/.gitignore   |    1 +
 src/pacman/callback.c   |   10 ++++++
 src/pacman/pacman.c     |    2 +-
 src/pacman/query.c      |   11 +++++--
 src/pacman/sync.c       |   19 +----------
 src/util/.gitignore     |    3 ++
 src/util/testpkg.c      |    2 +-
 31 files changed, 144 insertions(+), 153 deletions(-)
 delete mode 100644 lib/libalpm/error.h


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list