[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-219-g31fcdec

Allan McRae allan at archlinux.org
Sun Dec 15 05:13:51 EST 2013


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  31fcdec619a5d738221b6629ec5e48205b4e04fe (commit)
       via  e8ec7e54e5c293fd4e3e36b8aeb4f7d60a44a466 (commit)
       via  841c60f2b396c3b59c7d673dc39dacc3ccbf5658 (commit)
       via  76a05e94c19922ee27a9c3b751ec3836c13a1bab (commit)
       via  916c7085d829e6fec4f31b7ea3dbbdf571f9cd81 (commit)
       via  b847d1d8e7a032afa51c7ccce1b253ec451bb6b7 (commit)
       via  9749fb033c8794e8ac4b931678659aa2b79ae1b1 (commit)
       via  ae2c9bba5a0de58454814c5fa438cf1db52707ae (commit)
       via  af2c0a15371058ba93d6bb423b3fe90e45380d7a (commit)
       via  20127e732c66897506449c38baff9ec1a893032c (commit)
       via  759c48cd34235a0650f8189223b812dad53780cc (commit)
       via  1340ed792501c3a2c65b83ff90b232e6e01f5537 (commit)
      from  a15fd48016014249a13db7a437b5e4f5937f6158 (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 31fcdec619a5d738221b6629ec5e48205b4e04fe
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Dec 13 20:53:12 2013 +1000

    Fix pactest README
    
    The --test option no longer exists.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit e8ec7e54e5c293fd4e3e36b8aeb4f7d60a44a466
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Wed Dec 11 11:58:27 2013 -0500

    remove useless continue
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 841c60f2b396c3b59c7d673dc39dacc3ccbf5658
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sat Nov 30 20:45:02 2013 -0500

    db.c: require unique database names
    
    Allowing multiple databases with the same name causes conflicts as they
    both point to the same database file but may use different servers,
    usages, or siglevels.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 76a05e94c19922ee27a9c3b751ec3836c13a1bab
Author: Sébastien Luttringer <seblu at seblu.net>
Date:   Tue Dec 10 01:59:24 2013 +0100

    makepkg: fix consistency of downloaded sources permissions
    
    Running 'makepkg -g' or 'makepkg' to download source files results in
    different permissions on the files if the user has a non-default umask.
    
    Put the umask definition at the "beginning" of the makepkg script to
    ensure all files generated by makepkg have a 0022 umask.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 916c7085d829e6fec4f31b7ea3dbbdf571f9cd81
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Mon Nov 25 11:16:47 2013 -0500

    alpm_sync_sysupgrade: skip packages being removed
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit b847d1d8e7a032afa51c7ccce1b253ec451bb6b7
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Nov 21 12:55:39 2013 +1000

    Color output from pm_vasprintf
    
    This makes sure warning and error messages from _alpm_log are colored.
    Fixes FS#35160.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 9749fb033c8794e8ac4b931678659aa2b79ae1b1
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Thu Nov 14 23:06:24 2013 -0500

    Fix misspellings and some grammar issues in output of some pacman contrib scripts
    
    Affected files:
    -- contrib/bacman.sh.in
    -- contrib/paccache.sh.in
    -- contrib/pacdiff.sh.in
    -- contrib/rankmirrors.sh.in
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ae2c9bba5a0de58454814c5fa438cf1db52707ae
Author: Vasiliy Korchagin <vasiliy.korchagin at gmail.com>
Date:   Mon Nov 18 13:01:38 2013 +1000

    pacdiff: do not remove pacfile after viewing
    
    Automatically removing the file after viewing is not good if on viewing you
    decide to deal with it later.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit af2c0a15371058ba93d6bb423b3fe90e45380d7a
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Fri Nov 15 23:56:05 2013 -0500

    pacscripts: Improve error message when sudo binary is not found
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 20127e732c66897506449c38baff9ec1a893032c
Author: Wolfgang Bumiller <wry.git at bumiller.com>
Date:   Fri Nov 15 20:54:27 2013 +1000

    Close file descirptor before fork
    
    FreeBSD chroot(2) fails with EPERM when a directory file descriptor is open
    with either `kern.chroot_allow_open_directories` being 0, or when the process
    already is inside a chroot.  This is exposed in alpm_run_chroot that uses
    opendir() to open a file descriptor to the current directory before doing
    the forking and chrooting.  Since the file descriptor is not used in the
    forked process, we close it.
    
    Fixes FS#36161.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 759c48cd34235a0650f8189223b812dad53780cc
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Nov 15 12:08:35 2013 +1000

    .gitignore: Add intl directory.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 1340ed792501c3a2c65b83ff90b232e6e01f5537
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Nov 15 11:59:18 2013 +1000

    paccache: clarify help output
    
    The help output referred to variables in the script rather than what
    they were labelled in the parameter argument.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 .gitignore                |  1 +
 contrib/bacman.sh.in      |  4 ++--
 contrib/paccache.sh.in    | 10 +++++-----
 contrib/pacdiff.sh.in     | 13 +++++++------
 contrib/pacscripts.sh.in  |  4 ++--
 contrib/rankmirrors.sh.in | 41 +++++++++++++++++++++++++++++------------
 doc/pacman.conf.5.txt     |  9 +++++----
 lib/libalpm/db.c          | 13 +++++++++++++
 lib/libalpm/sync.c        |  6 +++++-
 lib/libalpm/util.c        |  1 +
 scripts/makepkg.sh.in     |  6 +++---
 src/pacman/util.c         |  6 ++++--
 test/pacman/README        |  5 ++---
 13 files changed, 79 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list