[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.1-13-g7d05ffce
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 7d05ffceaf9161a6572505d25b5017e1eb33bf0e (commit) via e4be26b7327d8378735205ebedfc9718fb6fbba1 (commit) via 4e83abaae51c82ce6571450fb3ed9e2e71175b68 (commit) via 92bc0a474081c56d71605787d57ea2f6715a639c (commit) via b0a8f44f105e0ac0f18279e3c25d570090ac9e70 (commit) via 885bbb504afbf014194c8c20a51fc862980da45b (commit) via 9e960d9d5a735bbc7d418f2ad81d3f3e92d99968 (commit) via 7f1f1355bbb3941a30798a295721e7f35077e116 (commit) via 0937d322ba67400cb2c5fd1a548ef6e843801ec6 (commit) via 7edbbd9a638ec864b42f14cb2dea631c383aebbb (commit) via f2788244d322ca5ac45482d25747fe56176b72af (commit) via 0cbb128818726e4d41964ea8df8c42ee37697ef7 (commit) via fd16da2ed68aa7f89ad37701bcf7674b7bb14b2d (commit) from 7e081d2adf8321f25165255fd21fab61d4055a53 (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 7d05ffceaf9161a6572505d25b5017e1eb33bf0e Author: Allan McRae allan@archlinux.org Date: Tue May 29 13:57:13 2018 +1000
Remove the last traces of the pacman --force option
Signed-off-by: Allan McRae allan@archlinux.org
commit e4be26b7327d8378735205ebedfc9718fb6fbba1 Author: Jan Alexander Steffens (heftig) jan.steffens@gmail.com Date: Tue Jun 19 22:33:57 2018 +0200
scripts: Remove trailing semicolons
Signed-off-by: Allan McRae allan@archlinux.org
commit 4e83abaae51c82ce6571450fb3ed9e2e71175b68 Author: Jan Alexander Steffens (heftig) jan.steffens@gmail.com Date: Tue Jun 19 22:33:56 2018 +0200
libmakepkg/util/option: Refactor checking to reduce code duplication
Pull out the expected=y/n check into a separate function and make use of the fact we can just prepend the fallback arrays to get the same result.
Signed-off-by: Allan McRae allan@archlinux.org
commit 92bc0a474081c56d71605787d57ea2f6715a639c Author: Eli Schwartz eschwartz@archlinux.org Date: Tue Jun 19 16:26:35 2018 -0400
libmakepkg/util: use parameter transformation when checking variable type
Now that we require bash 4.4 this is "more correct" than analyzing the output of declare -p to see if it compares favorably with -a.
Signed-off-by: Eli Schwartz eschwartz@archlinux.org Signed-off-by: Allan McRae allan@archlinux.org
commit b0a8f44f105e0ac0f18279e3c25d570090ac9e70 Author: Eli Schwartz eschwartz@archlinux.org Date: Tue Jun 19 16:26:33 2018 -0400
configure: bump the minimum version of bash to 4.4
This is required in order to use declare -g and ${var@a}
Signed-off-by: Eli Schwartz eschwartz@archlinux.org Signed-off-by: Allan McRae allan@archlinux.org
commit 885bbb504afbf014194c8c20a51fc862980da45b Author: Eli Schwartz eschwartz@archlinux.org Date: Tue Jun 12 10:00:29 2018 -0400
makepkg: when signing packages, report package filename on failure
In commit c6b04c04653ba9933fe978829148312e412a9ea7 the signing function was moved out of fakeroot, and thus out of the create_package loop. This meant that if package signing failed, it was no longer possible to tell which package it failed on by checking which package creation is currently running. Successful signing attempts do not have this problem as we already printed the name of the signature file.
Signed-off-by: Eli Schwartz eschwartz@archlinux.org Signed-off-by: Allan McRae allan@archlinux.org
commit 9e960d9d5a735bbc7d418f2ad81d3f3e92d99968 Author: Michael Straube straubem@gmx.de Date: Sun Jun 10 18:58:34 2018 +0200
libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOST
Add a case for curl error 'Could not resolve host'. An attempt to fix FS#48285.
Signed-off-by: Michael Straube straubem@gmx.de Signed-off-by: Allan McRae allan@archlinux.org
commit 7f1f1355bbb3941a30798a295721e7f35077e116 Author: Jouke Witteveen j.witteveen@gmail.com Date: Sat Jun 9 19:45:59 2018 +0200
libalpm: ignore .hook suffix when sorting hooks
It is desirable to have 'a-post.hook' ordered after 'a.hook'. For this, it is needed to ignore the suffix when sorting.
Signed-off-by: Allan McRae allan@archlinux.org
commit 0937d322ba67400cb2c5fd1a548ef6e843801ec6 Author: morganamilo morganamilo@gmail.com Date: Fri Jun 8 19:18:58 2018 +0100
libmakepkg: add pkgbase to linted variables
Signed-off-by: morganamilo morganamilo@gmail.com Signed-off-by: Allan McRae allan@archlinux.org
commit 7edbbd9a638ec864b42f14cb2dea631c383aebbb Author: Jan Alexander Steffens (heftig) jan.steffens@gmail.com Date: Tue May 8 15:31:58 2018 +0200
makepkg: Simplify run_package
Signed-off-by: Allan McRae allan@archlinux.org
commit f2788244d322ca5ac45482d25747fe56176b72af Author: Jan Alexander Steffens (heftig) jan.steffens@gmail.com Date: Thu May 31 18:24:47 2018 +0200
makepkg: Simplify SPLITPKG check
This causes package_$pkgname() to be preferred over package() in the non-split case, but the behavior if both functions exist was undocumented anyway.
Signed-off-by: Allan McRae allan@archlinux.org
commit 0cbb128818726e4d41964ea8df8c42ee37697ef7 Author: Alex Butler alexheretic@gmail.com Date: Thu May 31 14:31:18 2018 +0100
Add lz4 compression support to makepkg
Adds opt-in lz4 compression of *pkg.tar files with makepkg. This is nice to have as an option for very fast compression and is already installed with libarchive.
Signed-off-by: Alex Butleralexheretic@gmail.com Signed-off-by: Allan McRae allan@archlinux.org
commit fd16da2ed68aa7f89ad37701bcf7674b7bb14b2d Author: Eli Schwartz eschwartz@archlinux.org Date: Tue May 29 00:08:38 2018 -0400
scripts/completion: derive the bash completion directory from pkg-config
Default to the standard completionsdir, which is lazy-loaded, rather than hardcoding the compatdir which is not.
Signed-off-by: Eli Schwartz eschwartz@archlinux.org Signed-off-by: Allan McRae allan@archlinux.org
-----------------------------------------------------------------------
Summary of changes: configure.ac | 9 ++- doc/makepkg.conf.5.asciidoc | 3 +- etc/makepkg.conf.in | 1 + lib/libalpm/alpm.h | 3 +- lib/libalpm/conflict.c | 3 +- lib/libalpm/dload.c | 7 ++ lib/libalpm/hook.c | 16 +++-- lib/libalpm/hook.h | 2 + scripts/Makefile.am | 11 +++- scripts/completion/bash_completion.in | 2 +- scripts/completion/zsh_completion.in | 8 +-- .../libmakepkg/integrity/generate_signature.sh.in | 2 +- .../libmakepkg/integrity/verify_signature.sh.in | 2 +- scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 +- scripts/libmakepkg/util/compress.sh.in | 1 + scripts/libmakepkg/util/option.sh.in | 77 +++++++--------------- scripts/libmakepkg/util/util.sh.in | 4 +- scripts/makepkg.sh.in | 27 +++----- scripts/pacman-key.sh.in | 6 +- scripts/repo-add.sh.in | 2 +- src/pacman/pacman.c | 5 -- src/pacman/sync.c | 3 - test/pacman/tests/TESTS | 5 -- test/pacman/tests/upgrade012.py | 14 ---- test/pacman/tests/upgrade014.py | 23 ------- test/pacman/tests/upgrade015.py | 14 ---- test/pacman/tests/upgrade016.py | 15 ----- test/pacman/tests/upgrade046.py | 31 --------- 28 files changed, 88 insertions(+), 210 deletions(-) delete mode 100644 test/pacman/tests/upgrade012.py delete mode 100644 test/pacman/tests/upgrade014.py delete mode 100644 test/pacman/tests/upgrade015.py delete mode 100644 test/pacman/tests/upgrade016.py delete mode 100644 test/pacman/tests/upgrade046.py
hooks/post-receive
participants (1)
-
Allan McRae