[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-253-g8fa0203

Allan McRae allan at archlinux.org
Wed Nov 4 05:16:08 UTC 2015


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  8fa02036c3175f4cb1e837b6da5281520524ccba (commit)
       via  726712aa08bb9699b5cea71a4a7a997551e9d7c8 (commit)
       via  978b197120f3a942cad36726e9678fbbabe3e660 (commit)
       via  0d877ec4296fdde75946301f9a44723f7cbce5bd (commit)
       via  08b0b6de96243a67b6db095f760e0c2b22ef4536 (commit)
       via  556c56d4d573655023bb26c47c57fddbb1a36477 (commit)
       via  6eac7258cd3ae1cb63e59fceb68cc5d144a9dd4f (commit)
       via  0fd6d354a6b8de976ec9b6a146c4cb8cdcdd5ebb (commit)
       via  d5b0f0c26f5dc139c5c8e534cafc017956229f66 (commit)
       via  906dc0ce24d62284b6a3caf612948553e7ffceb3 (commit)
       via  697377aae3df2ed9743f20c92e807526105c60c0 (commit)
      from  d8621b981e100ecf46d260e1a85cc13d202cafda (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 8fa02036c3175f4cb1e837b6da5281520524ccba
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 13:56:38 2015 -0500

    files_search: reset found for each target
    
    Otherwise any invalid targets following a successful match will not get
    an error message.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 726712aa08bb9699b5cea71a4a7a997551e9d7c8
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 13:56:06 2015 -0500

    files_search: free compiled regex
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 978b197120f3a942cad36726e9678fbbabe3e660
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 13:55:10 2015 -0500

    files: do not unnecessarily strdup targets
    
    Targets are never modified so we can just use the original copy.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0d877ec4296fdde75946301f9a44723f7cbce5bd
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 20:41:56 2015 -0500

    files.c: add vim modeline
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 08b0b6de96243a67b6db095f760e0c2b22ef4536
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 20:42:01 2015 -0500

    add detail to broken dependency errors
    
    The difference between a sync target having an unmet dependency and
    breaking a dependency for an installed package is a common source of
    confusion.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 556c56d4d573655023bb26c47c57fddbb1a36477
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 20:42:00 2015 -0500

    add --quiet to -Fh
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6eac7258cd3ae1cb63e59fceb68cc5d144a9dd4f
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Nov 1 20:41:55 2015 -0500

    ensure realloc has a positive size
    
    If given size 0 POSIX allows realloc to return a pointer that is not
    suitable for use.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0fd6d354a6b8de976ec9b6a146c4cb8cdcdd5ebb
Author: Mohammad Alsaleh <ce.mohammad.alsaleh at gmail.com>
Date:   Fri Oct 23 01:38:50 2015 +0300

    zsh_completion: Handle --ignore/--ignoregroup correctly
    
     Completion now works as expected with a comma-separated sequence.
    
    Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d5b0f0c26f5dc139c5c8e534cafc017956229f66
Author: Pierre Neidhardt <ambrevar at gmail.com>
Date:   Mon Nov 2 14:00:32 2015 +0100

    package.c: Fix incorrect buffersize and constant-folding
    
    Signed-off-by: Rikard Falkeborn <rikard.falkeborn at gmail.com>
    Signed-off-by: Pierre Neidhardt <ambrevar at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 906dc0ce24d62284b6a3caf612948553e7ffceb3
Author: Florian Pritz <bluewind at xinu.at>
Date:   Sat Oct 17 14:37:07 2015 +0200

    Add -F --machinereadable option
    
    Signed-off-by: Florian Pritz <bluewind at xinu.at>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 697377aae3df2ed9743f20c92e807526105c60c0
Author: Florian Pritz <bluewind at xinu.at>
Date:   Sun Oct 25 16:19:54 2015 +0100

    Document pacman -F
    
    Signed-off-by: Florian Pritz <bluewind at xinu.at>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 contrib/zsh_completion.in | 21 ++++++++---
 doc/pacman.8.txt          | 34 ++++++++++++++++++
 lib/libalpm/be_local.c    | 10 ++++--
 lib/libalpm/be_sync.c     | 10 ++++--
 src/pacman/conf.h         |  2 ++
 src/pacman/files.c        | 88 ++++++++++++++++++++++++++++++-----------------
 src/pacman/package.c      |  7 ++--
 src/pacman/pacman.c       |  7 ++++
 src/pacman/remove.c       |  3 +-
 src/pacman/sync.c         | 27 ++++++++++++---
 10 files changed, 158 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list