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

Allan McRae allan at archlinux.org
Mon Jan 4 03:28:20 UTC 2016


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  fa72c2cdc2682eb55edd0d8b19fb1eba4e061670 (commit)
       via  4742f5929dda4a7418781bc4b3d834a9f22b2d62 (commit)
       via  8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524 (commit)
       via  6aee32102f667a18b050e934759585260cae9ae6 (commit)
       via  774c7eb24dde6d72d7a9d9e7d6ae248a5a35f480 (commit)
      from  a671fa497c7317e240e014e93bddfdbf1d270b2b (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 fa72c2cdc2682eb55edd0d8b19fb1eba4e061670
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Dec 21 15:07:49 2015 +1000

    Update README for pacman-5.0
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 4742f5929dda4a7418781bc4b3d834a9f22b2d62
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Jan 3 13:48:43 2016 +1000

    Update copyright years for 2016
    
    make update-copyright OLD=2015 NEW=2016
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524
Author: Daniel Hahler <git at thequod.de>
Date:   Wed Dec 23 19:56:51 2015 +0100

    zsh_completion: add -q/--quiet for -Q/-S
    
    This should also be added for "-Fh", but that is missing completely in
    zsh_completion.
    
    1: https://lists.archlinux.org/pipermail/pacman-dev/2015-November/020538.html
    
    Signed-off-by: Daniel Hahler <git at thequod.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6aee32102f667a18b050e934759585260cae9ae6
Author: Alastair Hughes <hobbitalastair at gmail.com>
Date:   Thu Dec 31 13:10:21 2015 +1300

    Replace mktemp's --tmpdir option with shell code.
    
    bacman and updpkgsums used GNU mktemp's --tmpdir option, which is not
    supported by some other implementations (including busybox). Replace that with
    shell code.
    
    Signed-off-by: Alastair Hughes <hobbitalastair at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 774c7eb24dde6d72d7a9d9e7d6ae248a5a35f480
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Dec 21 16:58:36 2015 +1000

    Do not warn about missing files in NoExtract
    
    The CheckSpace option checks the size of all files in a package being replaced
    and gives a warning when it can not read the file.  However, files in NoExtract
    are expected to be missing and should not be warned about.
    
    Fixes FS#47470.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 README                                             | 25 ++++++++++++++++++----
 contrib/bacman.sh.in                               |  6 +++---
 contrib/pacdiff.sh.in                              |  4 ++--
 contrib/pacscripts.sh.in                           |  2 +-
 contrib/updpkgsums.sh.in                           |  4 ++--
 contrib/zsh_completion.in                          |  2 ++
 doc/index.txt                                      |  2 +-
 lib/libalpm/add.c                                  |  2 +-
 lib/libalpm/add.h                                  |  2 +-
 lib/libalpm/alpm.c                                 |  2 +-
 lib/libalpm/alpm.h                                 |  2 +-
 lib/libalpm/alpm_list.c                            |  2 +-
 lib/libalpm/alpm_list.h                            |  2 +-
 lib/libalpm/backup.c                               |  2 +-
 lib/libalpm/backup.h                               |  2 +-
 lib/libalpm/be_local.c                             |  2 +-
 lib/libalpm/be_package.c                           |  2 +-
 lib/libalpm/be_sync.c                              |  2 +-
 lib/libalpm/conflict.c                             |  2 +-
 lib/libalpm/conflict.h                             |  2 +-
 lib/libalpm/db.c                                   |  2 +-
 lib/libalpm/db.h                                   |  2 +-
 lib/libalpm/delta.c                                |  2 +-
 lib/libalpm/delta.h                                |  2 +-
 lib/libalpm/deps.c                                 |  2 +-
 lib/libalpm/deps.h                                 |  2 +-
 lib/libalpm/diskspace.c                            |  8 ++++---
 lib/libalpm/diskspace.h                            |  2 +-
 lib/libalpm/dload.c                                |  2 +-
 lib/libalpm/dload.h                                |  2 +-
 lib/libalpm/error.c                                |  2 +-
 lib/libalpm/filelist.c                             |  2 +-
 lib/libalpm/filelist.h                             |  2 +-
 lib/libalpm/graph.c                                |  2 +-
 lib/libalpm/graph.h                                |  2 +-
 lib/libalpm/group.c                                |  2 +-
 lib/libalpm/group.h                                |  2 +-
 lib/libalpm/handle.c                               |  2 +-
 lib/libalpm/handle.h                               |  2 +-
 lib/libalpm/hook.c                                 |  2 +-
 lib/libalpm/hook.h                                 |  2 +-
 lib/libalpm/libarchive-compat.h                    |  2 +-
 lib/libalpm/log.c                                  |  2 +-
 lib/libalpm/log.h                                  |  2 +-
 lib/libalpm/package.c                              |  2 +-
 lib/libalpm/package.h                              |  2 +-
 lib/libalpm/pkghash.c                              |  2 +-
 lib/libalpm/pkghash.h                              |  2 +-
 lib/libalpm/remove.c                               |  2 +-
 lib/libalpm/remove.h                               |  2 +-
 lib/libalpm/signing.c                              |  2 +-
 lib/libalpm/signing.h                              |  2 +-
 lib/libalpm/sync.c                                 |  2 +-
 lib/libalpm/sync.h                                 |  2 +-
 lib/libalpm/trans.c                                |  2 +-
 lib/libalpm/trans.h                                |  2 +-
 lib/libalpm/util.c                                 |  2 +-
 lib/libalpm/util.h                                 |  2 +-
 lib/libalpm/version.c                              |  2 +-
 scripts/libmakepkg/lint_package.sh.in              |  2 +-
 .../libmakepkg/lint_package/build_references.sh.in |  2 +-
 .../libmakepkg/lint_package/missing_backup.sh.in   |  2 +-
 scripts/libmakepkg/lint_pkgbuild.sh.in             |  2 +-
 scripts/libmakepkg/lint_pkgbuild/arch.sh.in        |  2 +-
 scripts/libmakepkg/lint_pkgbuild/backup.sh.in      |  2 +-
 scripts/libmakepkg/lint_pkgbuild/changelog.sh.in   |  2 +-
 scripts/libmakepkg/lint_pkgbuild/epoch.sh.in       |  2 +-
 scripts/libmakepkg/lint_pkgbuild/install.sh.in     |  2 +-
 scripts/libmakepkg/lint_pkgbuild/optdepends.sh.in  |  2 +-
 scripts/libmakepkg/lint_pkgbuild/options.sh.in     |  2 +-
 .../lint_pkgbuild/package_function.sh.in           |  2 +-
 scripts/libmakepkg/lint_pkgbuild/pkgbase.sh.in     |  2 +-
 scripts/libmakepkg/lint_pkgbuild/pkglist.sh.in     |  2 +-
 scripts/libmakepkg/lint_pkgbuild/pkgname.sh.in     |  2 +-
 scripts/libmakepkg/lint_pkgbuild/pkgrel.sh.in      |  2 +-
 scripts/libmakepkg/lint_pkgbuild/pkgver.sh.in      |  2 +-
 scripts/libmakepkg/lint_pkgbuild/provides.sh.in    |  2 +-
 scripts/libmakepkg/lint_pkgbuild/source.sh.in      |  2 +-
 scripts/libmakepkg/lint_pkgbuild/util.sh.in        |  2 +-
 scripts/libmakepkg/lint_pkgbuild/variable.sh.in    |  2 +-
 scripts/libmakepkg/source.sh.in                    |  2 +-
 scripts/libmakepkg/source/bzr.sh.in                |  2 +-
 scripts/libmakepkg/source/file.sh.in               |  2 +-
 scripts/libmakepkg/source/git.sh.in                |  2 +-
 scripts/libmakepkg/source/hg.sh.in                 |  2 +-
 scripts/libmakepkg/source/local.sh.in              |  2 +-
 scripts/libmakepkg/source/svn.sh.in                |  2 +-
 scripts/libmakepkg/tidy.sh.in                      |  2 +-
 scripts/libmakepkg/tidy/docs.sh.in                 |  2 +-
 scripts/libmakepkg/tidy/emptydirs.sh.in            |  2 +-
 scripts/libmakepkg/tidy/libtool.sh.in              |  2 +-
 scripts/libmakepkg/tidy/optipng.sh.in              |  2 +-
 scripts/libmakepkg/tidy/purge.sh.in                |  2 +-
 scripts/libmakepkg/tidy/staticlibs.sh.in           |  2 +-
 scripts/libmakepkg/tidy/strip.sh.in                |  2 +-
 scripts/libmakepkg/tidy/upx.sh.in                  |  2 +-
 scripts/libmakepkg/tidy/zipman.sh.in               |  2 +-
 scripts/libmakepkg/util.sh.in                      |  2 +-
 scripts/libmakepkg/util/message.sh                 |  2 +-
 scripts/libmakepkg/util/option.sh                  |  2 +-
 scripts/libmakepkg/util/pkgbuild.sh.in             |  2 +-
 scripts/libmakepkg/util/source.sh.in               |  2 +-
 scripts/libmakepkg/util/util.sh                    |  2 +-
 scripts/makepkg-template.pl.in                     |  4 ++--
 scripts/makepkg-wrapper.sh.in                      |  2 +-
 scripts/makepkg.sh.in                              |  4 ++--
 scripts/pacman-db-upgrade.sh.in                    |  4 ++--
 scripts/pacman-key.sh.in                           |  4 ++--
 scripts/pacman-optimize.sh.in                      |  4 ++--
 scripts/repo-add.sh.in                             |  4 ++--
 src/common/ini.c                                   |  2 +-
 src/common/ini.h                                   |  2 +-
 src/common/util-common.c                           |  2 +-
 src/common/util-common.h                           |  2 +-
 src/pacman/callback.c                              |  2 +-
 src/pacman/callback.h                              |  2 +-
 src/pacman/check.c                                 |  2 +-
 src/pacman/check.h                                 |  2 +-
 src/pacman/conf.c                                  |  2 +-
 src/pacman/conf.h                                  |  2 +-
 src/pacman/database.c                              |  2 +-
 src/pacman/deptest.c                               |  2 +-
 src/pacman/files.c                                 |  2 +-
 src/pacman/package.c                               |  2 +-
 src/pacman/package.h                               |  2 +-
 src/pacman/pacman.c                                |  4 ++--
 src/pacman/pacman.h                                |  2 +-
 src/pacman/query.c                                 |  2 +-
 src/pacman/remove.c                                |  2 +-
 src/pacman/sighandler.c                            |  2 +-
 src/pacman/sighandler.h                            |  2 +-
 src/pacman/sync.c                                  |  2 +-
 src/pacman/upgrade.c                               |  2 +-
 src/pacman/util.c                                  |  2 +-
 src/pacman/util.h                                  |  2 +-
 src/util/cleanupdelta.c                            |  2 +-
 src/util/pacsort.c                                 |  2 +-
 src/util/pactree.c                                 |  2 +-
 src/util/testpkg.c                                 |  2 +-
 src/util/vercmp.c                                  |  2 +-
 test/pacman/pactest.py                             |  2 +-
 test/pacman/pmdb.py                                |  2 +-
 test/pacman/pmenv.py                               |  2 +-
 test/pacman/pmfile.py                              |  2 +-
 test/pacman/pmpkg.py                               |  2 +-
 test/pacman/pmrule.py                              |  2 +-
 test/pacman/pmtest.py                              |  2 +-
 test/pacman/tap.py                                 |  2 +-
 test/pacman/util.py                                |  2 +-
 test/util/pacsorttest.sh                           |  2 +-
 test/util/vercmptest.sh                            |  2 +-
 151 files changed, 187 insertions(+), 166 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list