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

Dan McGee dan at archlinux.org
Sat Apr 7 11:14:13 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  114d121001d8c3e901d5330b864d58870c6e917b (commit)
       via  391769ff8914b1aa94fd8daa87da0d2bfc2cc328 (commit)
       via  969dcddbdf9d5dbd91aa414cdd193f3fb26b644b (commit)
       via  72ba4fb83ff99031f58169beeb1daa80ffd8cdb4 (commit)
       via  d7f4e8fbccb1506697d2c9f70c32326c01c05cb3 (commit)
       via  ed353d91b7fe5ab397cc6c649ceca2f0ea507023 (commit)
       via  1eeab12228b1d133b40ec44ac47b318379331deb (commit)
       via  7f258619c6c0e9f441aacbabfc1a2f5980c5cb9b (commit)
       via  be0e0444040dc7d84e86c5b5e60b786441c4d97e (commit)
      from  f988aa6b32503f5d4003b1402089df74adf8b485 (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 114d121001d8c3e901d5330b864d58870c6e917b
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Apr 7 10:09:57 2012 -0500

    pkgdelta: use bsdtar -q option
    
    This matches the optimization made to repo-add in commit 8bbaf045b9ce
    way back in 2009. We don't need to read the whole package file to ensure
    multiple .PKGINFO entries don't exist, as well-formed packages should
    have this file first in the archive.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 391769ff8914b1aa94fd8daa87da0d2bfc2cc328
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Apr 4 21:40:29 2012 -0400

    sync: fix crash on failed downloads
    
    Dan was right. This should have been FREE(), not free().
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 969dcddbdf9d5dbd91aa414cdd193f3fb26b644b
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Mar 20 09:02:56 2012 -0400

    parse_options: initialize unused_options as array
    
    Since we treat this as an array, we need to initialize it as one. This
    avoids addition of an empty element to the option string when we set the
    option array from the calling program, e.g.
    
      +/usr/bin/makepkg[2033]: set -- -i --pkg vim -- ''
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 72ba4fb83ff99031f58169beeb1daa80ffd8cdb4
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Apr 2 14:08:39 2012 -0500

    Updates from Transifex
    
    This encompasses a few languages that have had changes since 4.0.2
    available on Transifex.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d7f4e8fbccb1506697d2c9f70c32326c01c05cb3
Author: Allan McRae <allan at archlinux.org>
Date:   Wed Mar 28 11:55:39 2012 +1000

    pacman-key: change to more reliable default keyserver
    
    User reports indicate that the SKS keyservers are more reliable
    than both the gnupg.net and mit.edu ones.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ed353d91b7fe5ab397cc6c649ceca2f0ea507023
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Mar 27 00:20:05 2012 +1000

    pacman-key: make the -e option work as advertised
    
    Using -e without arguments failed to export all keys. Using --export
    worked as expected.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1eeab12228b1d133b40ec44ac47b318379331deb
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Mar 28 18:05:04 2012 -0500

    Update all translation files
    
    Pull updates from transifex, run update-po on all files, fix a few
    errors, and push them back to Transifex.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7f258619c6c0e9f441aacbabfc1a2f5980c5cb9b
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Mar 27 23:43:46 2012 -0400

    makepkg: avoid reporting bogus install size on btrfs
    
    delayed allocation hoses us here and causes erroenous install sizes to
    be reported. Add a short sleep to allow the transaction to be committed
    to the filesystem and the stat buffers to be updated.
    
    This is apparently a "feature", as per to some of the denizens of #btrfs
    on freenode.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit be0e0444040dc7d84e86c5b5e60b786441c4d97e
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Mar 27 23:10:34 2012 -0400

    signing: cope with gpg2's failure at life
    
    For key searches only, gpg2 will fail to lookup any and all keys that
    are not prefixed with 0x.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/po/ca.po             |    6 +-
 lib/libalpm/po/cs.po             |    6 +-
 lib/libalpm/po/da.po             |   93 +++---
 lib/libalpm/po/de.po             |    6 +-
 lib/libalpm/po/el.po             |    6 +-
 lib/libalpm/po/en_GB.po          |    4 +-
 lib/libalpm/po/es.po             |    4 +-
 lib/libalpm/po/fi.po             |    6 +-
 lib/libalpm/po/fr.po             |    4 +-
 lib/libalpm/po/hu.po             |    6 +-
 lib/libalpm/po/it.po             |    2 +-
 lib/libalpm/po/kk.po             |    6 +-
 lib/libalpm/po/libalpm.pot       |    4 +-
 lib/libalpm/po/lt.po             |    4 +-
 lib/libalpm/po/nb.po             |    6 +-
 lib/libalpm/po/pl.po             |    6 +-
 lib/libalpm/po/pt.po             |    6 +-
 lib/libalpm/po/pt_BR.po          |   11 +-
 lib/libalpm/po/ro.po             |    6 +-
 lib/libalpm/po/ru.po             |    4 +-
 lib/libalpm/po/sk.po             |    4 +-
 lib/libalpm/po/sr.po             |    6 +-
 lib/libalpm/po/sr at latin.po       |    6 +-
 lib/libalpm/po/sv.po             |    6 +-
 lib/libalpm/po/tr.po             |    6 +-
 lib/libalpm/po/uk.po             |    6 +-
 lib/libalpm/po/zh_CN.po          |    6 +-
 lib/libalpm/po/zh_TW.po          |    6 +-
 lib/libalpm/signing.c            |   15 +-
 lib/libalpm/sync.c               |    2 +-
 scripts/library/parse_options.sh |    2 +-
 scripts/makepkg.sh.in            |    6 +
 scripts/pacman-key.sh.in         |    4 +-
 scripts/pkgdelta.sh.in           |    2 +-
 scripts/po/ca.po                 |   16 +-
 scripts/po/cs.po                 |   16 +-
 scripts/po/da.po                 |  580 +++++++++++++++++++++-----------------
 scripts/po/de.po                 |   74 +++---
 scripts/po/el.po                 |   16 +-
 scripts/po/en_GB.po              |   16 +-
 scripts/po/es.po                 |   75 +++--
 scripts/po/fi.po                 |   16 +-
 scripts/po/fr.po                 |   20 +-
 scripts/po/hu.po                 |   16 +-
 scripts/po/it.po                 |   14 +-
 scripts/po/kk.po                 |   16 +-
 scripts/po/lt.po                 |   16 +-
 scripts/po/nb.po                 |   16 +-
 scripts/po/pacman-scripts.pot    |   16 +-
 scripts/po/pl.po                 |   16 +-
 scripts/po/pt.po                 |   16 +-
 scripts/po/pt_BR.po              |   23 +--
 scripts/po/ro.po                 |   16 +-
 scripts/po/ru.po                 |   60 ++---
 scripts/po/sk.po                 |   51 ++--
 scripts/po/sr.po                 |   16 +-
 scripts/po/sr at latin.po           |   16 +-
 scripts/po/sv.po                 |  122 ++++----
 scripts/po/tr.po                 |   16 +-
 scripts/po/uk.po                 |   62 +++--
 scripts/po/zh_CN.po              |   16 +-
 scripts/po/zh_TW.po              |   16 +-
 src/pacman/po/ca.po              |   32 +--
 src/pacman/po/cs.po              |   33 +--
 src/pacman/po/da.po              |  170 ++++++-----
 src/pacman/po/de.po              |   29 +--
 src/pacman/po/el.po              |   35 +--
 src/pacman/po/en_GB.po           |   13 +-
 src/pacman/po/es.po              |   36 +--
 src/pacman/po/fi.po              |   20 +-
 src/pacman/po/fr.po              |   18 +-
 src/pacman/po/hu.po              |   31 +--
 src/pacman/po/it.po              |   33 +--
 src/pacman/po/kk.po              |   32 +--
 src/pacman/po/lt.po              |   18 +-
 src/pacman/po/nb.po              |   31 +--
 src/pacman/po/pl.po              |   32 +--
 src/pacman/po/pt.po              |   36 +--
 src/pacman/po/pt_BR.po           |   26 +-
 src/pacman/po/ro.po              |   35 +--
 src/pacman/po/ru.po              |   34 +--
 src/pacman/po/sk.po              |   40 ++--
 src/pacman/po/sr.po              |   33 +--
 src/pacman/po/sr at latin.po        |   33 +--
 src/pacman/po/sv.po              |   34 +--
 src/pacman/po/tr.po              |   33 +--
 src/pacman/po/uk.po              |   16 +-
 src/pacman/po/zh_CN.po           |   32 +--
 src/pacman/po/zh_TW.po           |   32 +--
 89 files changed, 1137 insertions(+), 1452 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list