[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-216-g30c4d53

Dan McGee dan at archlinux.org
Wed Jul 22 22:29:43 EDT 2009


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  30c4d53ce5c16cbbb17a88fe1ad14faf53d91999 (commit)
      from  1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a (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 30c4d53ce5c16cbbb17a88fe1ad14faf53d91999
Author: Sebastian Nowicki <sebnow at gmail.com>
Date:   Sat Apr 4 16:17:30 2009 +0800

    Add a fetch callback to allow front-end download support
    
    This allows a frontend to define its own download algorithm so that the
    libfetch dependency can be omitted without using an external process.
    The callback will be used when if it is defined, otherwise the old
    behavior applies.
    
    Signed-off-by: Sebastian Nowicki <sebnow at gmail.com>
    [Dan: minor cleanups]
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/alpm.h   |   17 ++++++-
 lib/libalpm/dload.c  |  104 +++------------------------------------------
 lib/libalpm/handle.c |   34 ++++++++-------
 lib/libalpm/handle.h |    2 +-
 src/pacman/conf.c    |    1 +
 src/pacman/conf.h    |    1 +
 src/pacman/pacman.c  |  115 +++++++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 156 insertions(+), 118 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list