[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.0-16-g9609c0f

Dan McGee dan at archlinux.org
Tue Aug 19 20:30:33 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  9609c0f1351a73e06edcfda1494a41d66c51dcb5 (commit)
       via  6417ac129def4474270cf2716826a83615748068 (commit)
       via  729651a55473f6e64c4dc95888efbe2e4c76efa0 (commit)
       via  232b838a54e689800267e1b98ace207bd442b8cd (commit)
       via  fb5c5086e123690a113c0e8dc85848aa2ba61f54 (commit)
       via  a28b8e187fed67b92a0fb7aeba11b81ff5a24281 (commit)
       via  89c2c51964d5e4f297e767befb56a65c18dc3d6f (commit)
       via  a23fc08758cbbc7aa861eee2f537d4e1048bb039 (commit)
      from  57bd8974c73571d827617f4df0a6917f13696493 (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 9609c0f1351a73e06edcfda1494a41d66c51dcb5
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Thu Jul 31 16:53:28 2008 +0200

    repo-add: add optdepends to the sync database.
    
    See FS#10630.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 6417ac129def4474270cf2716826a83615748068
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Tue Jan 15 11:50:46 2008 +0100

    repo-add: Fix whitespaces handling in variables.
    
    repo-add didn't handle whitespaces nicely in fields value, and this has hurt
    us several times, first with provision version (FS#9171) and then with
    optdepends (FS#10630), so it is time to fix it.
    
    Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 729651a55473f6e64c4dc95888efbe2e4c76efa0
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Sun Aug 17 21:26:49 2008 +0200

    Remove an usused variable from alpm/util.c/_alpm_lckmk()
    
    Probably a tweakable "lockdb-retry" option was planned which is not
    implemented. (Now it should be implemented in front-end.)
    
    So now this variable was unused and caused a small memleak.
    (FREE(dir) was not reached in case of error.)
    
    Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 232b838a54e689800267e1b98ace207bd442b8cd
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Tue Aug 19 01:02:40 2008 +0200

    libalpm/add.c : ensure the old pkg was fully loaded.
    
    This fixes FS#11218.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit fb5c5086e123690a113c0e8dc85848aa2ba61f54
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Wed Aug 13 15:34:29 2008 +0200

    pacman.c: fix typo s/NoPassiveFTP/NoPassiveFtp
    
    This fixes FS#11203.
    
    The doc has always mentioned NoPassiveFtp, but an inconsistency was
    introduced with commit 76f816b9f764434d02e90207ee4656ebae2b6a8c when case
    sensitive comparision was introduced, and was only found after commit
    b3e6cf652c9e989badaf5499abb1d64c1a110927 which dropped the case insensitive
    comparison.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a28b8e187fed67b92a0fb7aeba11b81ff5a24281
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Wed Aug 13 23:32:52 2008 +0200

    pacman.conf : add curl example for XferCommand.
    
    curl is likely to be available on the majority of systems and supports the
    file:// protocol.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 89c2c51964d5e4f297e767befb56a65c18dc3d6f
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Mon Aug 11 23:32:36 2008 +0200

    pacman/callback.c : fix detection of totaldownload
    
    This fixes FS#11180.
    
    The usage of the total percent was detected like this :
    /* use disp_percent if it is not 0, else show bar_percent */
    
    However, it is very possible that the total percent is 0 at the beginning,
    if the first packages downloaded are very small compared to the total
    download.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a23fc08758cbbc7aa861eee2f537d4e1048bb039
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Aug 12 01:26:39 2008 +1000

    Fix error when sourcing profile script
    
    With the "set -e" property set, a failure when sourcing /etc/profile
    can cause makepkg to exit without error message.  The bash-completion
    package activates this bug.  Fixes FS#11179.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 etc/pacman.conf.in     |    1 +
 lib/libalpm/add.c      |    3 +++
 lib/libalpm/util.c     |   12 ++----------
 scripts/makepkg.sh.in  |    3 +++
 scripts/repo-add.sh.in |   21 +++++++++++----------
 src/pacman/callback.c  |    4 ++--
 src/pacman/pacman.c    |    2 +-
 7 files changed, 23 insertions(+), 23 deletions(-)


hooks/post-receive
--
The official pacman repository



More information about the pacman-dev mailing list