[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.2-67-gd75f693

Dan McGee dan at archlinux.org
Mon Feb 25 21:54:17 EST 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  d75f693155c3d7e595a779f15beea516d321f228 (commit)
       via  8efe0ecb250050e9061854476468298afb5944d2 (commit)
       via  7a9d444de874f7e814b36711d3cfc51224f3385c (commit)
       via  66591e8284054adcefb416a5331916a6812582a8 (commit)
       via  7eaad2f2a9879499d29e20bb897b018f0b13f6c1 (commit)
       via  c23ecc6160749e635767cdfbd23760e9e809c949 (commit)
       via  f159203f6fb217bb7bed5ffea8c2518325a9ec12 (commit)
       via  81a2a06818d367f8528c74311171417beb9e1592 (commit)
       via  3e8ae774bdbc8572613a22988476b6b4e7ef91fd (commit)
       via  d5857ee15b28af5de57614348f930046e122ba85 (commit)
       via  271ecb8bfc487383256b8247d6e6d8217a8a2ff0 (commit)
      from  143135e666f5564240868810f0b8f4bc46ff87b5 (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 d75f693155c3d7e595a779f15beea516d321f228
Merge: f159203f6fb217bb7bed5ffea8c2518325a9ec12 8efe0ecb250050e9061854476468298afb5944d2
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Feb 25 20:49:24 2008 -0600

    Merge branch 'maint'
    
    Also bump the devel version on the master branch to 3.2.0devel.

commit f159203f6fb217bb7bed5ffea8c2518325a9ec12
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jan 22 22:49:45 2008 -0600

    Remove pmserver_t abstraction
    
    Remove what was a pretty weird abstraction in the libalpm backend. Instead
    of parsing server URLs as we get them (of which we don't usually use more
    than a handful anyway), wait until they are actually used, which allows us
    to store them as a simple string list instead. This allows us to remove a
    lot of code, and will greatly simplify the continuing refactoring of the
    download code.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 81a2a06818d367f8528c74311171417beb9e1592
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jan 22 22:00:12 2008 -0600

    Add new stub download functions for use throughout the code
    
    Add new stub functions that work by calling the existing (terrible) download
    forreal function, which needs a serious overhaul. Hide the existing
    functions and switch all former users to the new functions.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3e8ae774bdbc8572613a22988476b6b4e7ef91fd
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jan 22 21:36:11 2008 -0600

    Move download code out of server.c
    
    This is the first in what will be a series of patches to clean up the
    current download code in libalpm. Start by moving download code out of
    server.c and into download.c.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 TRANSLATORS                       |   35 +++----
 configure.ac                      |    6 +-
 lib/libalpm/Makefile.am           |    2 +-
 lib/libalpm/alpm.h                |    1 -
 lib/libalpm/db.c                  |   37 ++-----
 lib/libalpm/{server.c => dload.c} |  188 ++++++++++++-----------------------
 lib/libalpm/{add.h => dload.h}    |   27 +++--
 lib/libalpm/handle.c              |    1 -
 lib/libalpm/po/Makevars           |    4 +-
 lib/libalpm/po/POTFILES.in        |    2 +-
 lib/libalpm/po/pl.po              |    4 +-
 lib/libalpm/po/zh_CN.po           |   18 ++--
 lib/libalpm/server.h              |   46 ---------
 lib/libalpm/sync.c                |    8 +-
 po/Makevars                       |    4 +-
 po/es.po                          |    4 +-
 po/zh_CN.po                       |  201 +++++++++++++++++++-----------------
 src/pacman/add.c                  |    4 +-
 src/pacman/remove.c               |    4 +-
 19 files changed, 241 insertions(+), 355 deletions(-)
 rename lib/libalpm/{server.c => dload.c} (71%)
 copy lib/libalpm/{add.h => dload.h} (60%)
 delete mode 100644 lib/libalpm/server.h


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list