[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.0-29-g13fb2430

Allan McRae allan at archlinux.org
Fri Jul 27 00:42:19 UTC 2018


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  13fb2430e8e2c5f266e43da85d9adbe5284f0080 (commit)
       via  0827aff85ee3ac9a02031cbeeb49cae2ae088529 (commit)
       via  316b031b7c1c8b9a6f4194b1378c58106b2a34dd (commit)
       via  757e85b21df62bf6c8e7d8c0642c1e93735aabce (commit)
       via  41cbea29b404616bbd2b6f22eb269bbc83ac9fb4 (commit)
       via  0adb36346c18ab316f86f2ba52729257ac63284d (commit)
      from  acef70c1036e3234fe07f2dd1d105f0f59480baa (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 13fb2430e8e2c5f266e43da85d9adbe5284f0080
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Jul 19 14:12:04 2018 +1000

    Pull updated translations from Transifex
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0827aff85ee3ac9a02031cbeeb49cae2ae088529
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Jul 19 13:54:54 2018 +1000

    Handle root prefix in overwrite operations
    
    The pacman --overwrite operation currently expects a path without
    the root prefix specified.  This is unexpected, particularly
    given our conflict error message reports the path with the root
    prefix included.
    
    This patch allows libalpm to overwrite files with the root prefix
    specified.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 316b031b7c1c8b9a6f4194b1378c58106b2a34dd
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Thu Jul 19 02:12:48 2018 -0400

    makepkg: reduce strictness of pkgver in depends linting
    
    This change was introduced to prevent entries like depends=('foo>').
    However, it had the unintended side effect of causing a number of
    working PKGBUILDs to fail to build. This happened when a PKGBUILD
    defined one variable through calling a "complex" statement within the
    PKGBUILD's package function (e.g. a function or evaluating in a
    subshell), then used it to define the package metadata variable.
    
    extract_function_variable() cannot execute the package function in order
    to retrieve this information, so it performs a simple grep + eval instead
    and in the process misses the contextual awareness of running within the
    package function.
    
    While not catching these "issues" can result in incorrect SRCINFO, the
    resulting packages are fine. Stop aborting on the common case where the
    pkgver of a dependency is dynamically set during the package function
    until the large number of broken PKGBUILDs are fixed, and the
    restrictions of the PKGBUILD format are documented.
    
    "Fixes" FS#58776
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 757e85b21df62bf6c8e7d8c0642c1e93735aabce
Author: Michael Straube <michael.straube at posteo.de>
Date:   Mon Jul 2 00:11:51 2018 +0200

    makepkg.conf: add missing sha224 sums
    
    Add missing sha224 sums to makepkg.conf and it's man page.
    
    Signed-off-by: Michael Straube <michael.straube at posteo.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 41cbea29b404616bbd2b6f22eb269bbc83ac9fb4
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed Jul 18 23:01:36 2018 -0400

    doc: declare what type of comments we support in pacman.conf
    
    Ini-style configuration formats are all over the place. So are we, for
    that matter, as we switched how we treated middle-of-line comments in
    commit 8a19c4a78251c5e34ecf508a65d943ca2dc833c7 -- namely, they're not
    comments anymore. This is surprising to users, who report bugs because
    it used to work, but what's more surprising is that the only
    "documentation" for the type of comments users can be expected to use,
    is by guessing from our example pacman.conf and maybe discovering
    unreliable easter eggs.
    
    Fixes FS#58809
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0adb36346c18ab316f86f2ba52729257ac63284d
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Jul 19 12:51:07 2018 +1000

    Revert "Deprecate --root in favour of --sysroot"
    
    The use of --sysroot in the real world has flagged some issues that need
    addressing.  Undeprecate --root for now.
    
    This reverts commit a278356f75866f89232e3e6230bbf9fb2dc1893c.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 doc/makepkg.conf.5.asciidoc                    |   2 +-
 doc/pacman.8.asciidoc                          |  10 +
 doc/pacman.conf.5.asciidoc                     |   3 +
 etc/makepkg.conf.in                            |   2 +-
 lib/libalpm/conflict.c                         |   9 +-
 lib/libalpm/po/da.po                           |  69 +++---
 lib/libalpm/po/de.po                           |   1 +
 lib/libalpm/po/es.po                           |  53 +++--
 lib/libalpm/po/fr.po                           |   8 +-
 lib/libalpm/po/nb.po                           |  69 +++---
 lib/libalpm/po/ru.po                           |  31 +--
 lib/libalpm/po/zh_CN.po                        |   2 +-
 scripts/libmakepkg/lint_pkgbuild/depends.sh.in |   3 +-
 scripts/po/bg.po                               | 265 +++++++++++----------
 scripts/po/br.po                               | 260 +++++++++++----------
 scripts/po/ca.po                               | 265 +++++++++++----------
 scripts/po/cs.po                               | 265 +++++++++++----------
 scripts/po/da.po                               | 267 +++++++++++----------
 scripts/po/de.po                               | 263 +++++++++++----------
 scripts/po/el.po                               | 261 +++++++++++----------
 scripts/po/en_GB.po                            | 266 +++++++++++----------
 scripts/po/eo.po                               | 260 +++++++++++----------
 scripts/po/es.po                               | 271 +++++++++++-----------
 scripts/po/es_419.po                           | 262 +++++++++++----------
 scripts/po/eu.po                               | 261 +++++++++++----------
 scripts/po/eu_ES.po                            | 259 ++++++++++-----------
 scripts/po/fi.po                               | 260 +++++++++++----------
 scripts/po/fr.po                               | 270 +++++++++++----------
 scripts/po/gl.po                               | 260 +++++++++++----------
 scripts/po/hu.po                               | 260 +++++++++++----------
 scripts/po/id.po                               | 261 +++++++++++----------
 scripts/po/it.po                               | 261 +++++++++++----------
 scripts/po/ja.po                               | 264 +++++++++++----------
 scripts/po/ko.po                               | 265 +++++++++++----------
 scripts/po/lt.po                               | 264 +++++++++++----------
 scripts/po/nb.po                               | 300 +++++++++++++-----------
 scripts/po/nl.po                               | 264 +++++++++++----------
 scripts/po/pacman-scripts.pot                  | 255 ++++++++++----------
 scripts/po/pl.po                               | 294 ++++++++++++-----------
 scripts/po/pt.po                               | 260 +++++++++++----------
 scripts/po/pt_BR.po                            | 265 +++++++++++----------
 scripts/po/ro.po                               | 260 +++++++++++----------
 scripts/po/ru.po                               | 309 +++++++++++++------------
 scripts/po/sk.po                               | 260 +++++++++++----------
 scripts/po/sr.po                               | 265 +++++++++++----------
 scripts/po/sr at latin.po                         | 265 +++++++++++----------
 scripts/po/sv.po                               | 259 +++++++++++----------
 scripts/po/tr.po                               | 264 +++++++++++----------
 scripts/po/uk.po                               | 265 +++++++++++----------
 scripts/po/zh_CN.po                            | 279 +++++++++++-----------
 scripts/po/zh_TW.po                            | 263 +++++++++++----------
 src/pacman/pacman.c                            |   3 +-
 src/pacman/po/ar.po                            |  72 +++---
 src/pacman/po/ast.po                           |  72 +++---
 src/pacman/po/bg.po                            |  72 +++---
 src/pacman/po/br.po                            |  72 +++---
 src/pacman/po/ca.po                            |  71 +++---
 src/pacman/po/cs.po                            |  72 +++---
 src/pacman/po/da.po                            | 118 +++++-----
 src/pacman/po/de.po                            |  76 +++---
 src/pacman/po/el.po                            |  72 +++---
 src/pacman/po/en_GB.po                         |  72 +++---
 src/pacman/po/eo.po                            |  72 +++---
 src/pacman/po/es.po                            |  97 ++++----
 src/pacman/po/es_419.po                        |  75 +++---
 src/pacman/po/eu.po                            |  72 +++---
 src/pacman/po/eu_ES.po                         |  72 +++---
 src/pacman/po/fi.po                            |  72 +++---
 src/pacman/po/fr.po                            |  78 +++----
 src/pacman/po/gl.po                            |  73 +++---
 src/pacman/po/hr.po                            |  72 +++---
 src/pacman/po/hu.po                            |  73 +++---
 src/pacman/po/id.po                            |  72 +++---
 src/pacman/po/it.po                            |  71 +++---
 src/pacman/po/ja.po                            |  71 +++---
 src/pacman/po/kk.po                            |  70 +++---
 src/pacman/po/ko.po                            |  71 +++---
 src/pacman/po/lt.po                            |  73 +++---
 src/pacman/po/nb.po                            | 167 ++++++-------
 src/pacman/po/nl.po                            |  72 +++---
 src/pacman/po/pacman.pot                       |  68 +++---
 src/pacman/po/pl.po                            |  80 +++----
 src/pacman/po/pt.po                            |  74 +++---
 src/pacman/po/pt_BR.po                         |  73 +++---
 src/pacman/po/ro.po                            |  72 +++---
 src/pacman/po/ru.po                            | 106 +++++----
 src/pacman/po/sk.po                            |  72 +++---
 src/pacman/po/sl.po                            |  72 +++---
 src/pacman/po/sr.po                            |  70 +++---
 src/pacman/po/sr at latin.po                      |  70 +++---
 src/pacman/po/sv.po                            |  72 +++---
 src/pacman/po/tr.po                            |  72 +++---
 src/pacman/po/uk.po                            |  75 +++---
 src/pacman/po/zh_CN.po                         |  85 +++----
 src/pacman/po/zh_TW.po                         | 117 +++++-----
 95 files changed, 6907 insertions(+), 6845 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list