[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.2-25-gf988aa6

Dan McGee dan at archlinux.org
Fri Mar 16 13:08:53 EDT 2012


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, maint has been updated
       via  f988aa6b32503f5d4003b1402089df74adf8b485 (commit)
       via  f41037358af167424403d30a3b972b1fd733c755 (commit)
       via  952ee5e6cb8bb1849c1bceedae38744935c82fca (commit)
       via  47d0df6c101455c989887551bd0f0149a0f00de7 (commit)
       via  ff58e5cb2d6aca0e1c8ed0e77770f3c5d2442c46 (commit)
      from  1a8c3e52d70bfa21ba108aa77179adf90401949d (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 f988aa6b32503f5d4003b1402089df74adf8b485
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Mar 9 17:32:11 2012 +1000

    makepkg: quote removed filename as it can have spaces
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f41037358af167424403d30a3b972b1fd733c755
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 14 23:06:24 2012 -0400

    lib/sync: avoid unwanted unlink after download fail
    
    In case we have a mirror failure, unlink_on_fail would remain set,
    causing an interrupt in a successive download attempt to be wrongly
    unlinked.
    
    This also fixes a memory leak in the url member, as we would allocate
    over the previous, unfreed URL.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 952ee5e6cb8bb1849c1bceedae38744935c82fca
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Mar 14 23:04:43 2012 -0400

    dload: reset payload filename members before download
    
    To avoid conflicts on reusing a payload after a failed download, ensure
    that we reset the filename hints in the payload struct prior to the
    download operation.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 47d0df6c101455c989887551bd0f0149a0f00de7
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Mar 9 23:16:40 2012 +1000

    Skip special files when cleaning package cache
    
    Ignore *.sig, *.db*, and *.src.tar* when cleaning the package cache.
    
    Fixes FS#25166.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ff58e5cb2d6aca0e1c8ed0e77770f3c5d2442c46
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Mar 12 21:16:14 2012 -0500

    Add 3.0.x versions to doc/index.txt
    
    These got lost when I switched to the new Asciidoc tables syntax in
    commit 1ebe5dc1979e.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 doc/index.txt         |   17 ++++++++++++-----
 lib/libalpm/dload.c   |    5 +++++
 lib/libalpm/sync.c    |    2 ++
 scripts/makepkg.sh.in |    2 +-
 src/pacman/sync.c     |   17 +++++++++++++++++
 5 files changed, 37 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list