[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-53-gdcb3b9f
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 dcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73 (commit) via 96ac9c52995ff5be8c4ed9f71f1bf08d0d0f0872 (commit) via b36b87656ef8e341dccc5c683ed9f814c0017c67 (commit) via de7ccedbe7477ec520bb035b71e9fb97ebd028c4 (commit) via 2436351d6e745e5e9713709948c41b2db8ca201f (commit) via dfcea1456da5df042f2ba2ba23efeb245436718f (commit) via ec831e05f58e3db1c06aadb23a87b5b82ab3ebf3 (commit) via 00513823dc9e15c4de12c02f8faa4dd72ca4ee4e (commit) via d7d4f47d63e88a0b79eb2f77d83df218dfa359a0 (commit) via 93f9052557e6ccecaafbab4c3f47e14222cd96f1 (commit) via af1c9863838d82257d1eac6ddfccf699e3c3c302 (commit) from 71328479f394e517ab7caeb168182c00b1704842 (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 dcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73 Author: Allan McRae <allan@archlinux.org> Date: Fri Jun 21 23:13:02 2013 +1000 update to automake 1.14 Signed-off-by: Allan McRae <allan@archlinux.org> commit 96ac9c52995ff5be8c4ed9f71f1bf08d0d0f0872 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Wed Jun 19 01:23:20 2013 -0400 query_fileowner: resolve trailing . or .. in paths The full path needs to resolved any time it ends with "." or "..", not just when those are the entire path. This allows strange-but-valid paths such as: "/home/." to be queried. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b36b87656ef8e341dccc5c683ed9f814c0017c67 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Wed Jun 19 01:23:19 2013 -0400 query_fileowner: remove useless path variable We no longer need it for resolving package files and using it to resolve root is unnecessary as alpm does that for us. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit de7ccedbe7477ec520bb035b71e9fb97ebd028c4 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Wed Jun 19 01:23:18 2013 -0400 query_group: allow package filters Relocated query_group() to allow calling filter(). Fixes FS#19716 Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 2436351d6e745e5e9713709948c41b2db8ca201f Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Wed Jun 19 01:15:02 2013 -0400 skip unknown repo names for pacman -Sl Brings pacman -Sl behavior in line with other listing operations. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit dfcea1456da5df042f2ba2ba23efeb245436718f Author: Patrick Steinhardt <steinhardt.ptk@gmail.com> Date: Tue Jun 18 17:44:15 2013 +0200 Enable inverted patterns in NoExtract and NoUpgrade. It is now possible to invert patterns in NoExtract and NoUpgrade. This feature allows users to whitelist certain files that were previously blacklisted by another entry. Signed-off-by: Allan McRae <allan@archlinux.org> commit ec831e05f58e3db1c06aadb23a87b5b82ab3ebf3 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sat May 18 15:53:32 2013 -0400 deps.c: check for indirect deps when ordering On upgrades, indirect dependencies were not being detected if there was a dependency in between them that was not part of the transaction. For example, with the dependency chain: pkg1 -> pkg2 -> pkg3, if pkg1 and pkg3 are being upgraded but not pkg2 pacman would not order pkg1 and pkg3 properly. This was particularly problematic when replacements were involved because the replaced package(s) would be removed at the start of the transaction. If an install script required the replacer and lacked a direct dependency, it could fail. Fixes FS#32764. Partially fixes FS#23011. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 00513823dc9e15c4de12c02f8faa4dd72ca4ee4e Author: Olivier Brunel <i.am.jack.mail@gmail.com> Date: Mon Jun 17 10:46:38 2013 +0200 Make --unrequired filter packages that are optdep as well Specify it twice to only filter direct dependencies. Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit d7d4f47d63e88a0b79eb2f77d83df218dfa359a0 Author: Patrick Steinhardt <steinhardt.ptk@gmail.com> Date: Tue Jun 4 11:20:14 2013 +0200 Install unchanged backup files to get correct timestamps. Fixes FS#35515. Signed-off-by: Allan McRae <allan@archlinux.org> commit 93f9052557e6ccecaafbab4c3f47e14222cd96f1 Merge: 7132847 af1c986 Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 26 15:30:55 2013 +1000 Merge branch 'maint' ----------------------------------------------------------------------- Summary of changes: INSTALL | 223 +++++++++++++---- build-aux/compile | 347 ++++++++++++++++++++++++++ build-aux/config.guess | 407 ++++++++++++++++-------------- build-aux/config.sub | 237 +++++++++++------- build-aux/depcomp | 531 ++++++++++++++++++++++++++-------------- build-aux/install-sh | 29 ++- build-aux/mkinstalldirs | 4 +- doc/pacman.8.txt | 6 +- doc/pacman.conf.5.txt | 10 +- lib/libalpm/add.c | 16 +- lib/libalpm/deps.c | 101 ++++++-- lib/libalpm/util.c | 31 +++ lib/libalpm/util.h | 1 + scripts/makepkg.sh.in | 2 +- src/pacman/pacman.c | 5 +- src/pacman/query.c | 131 +++++----- src/pacman/sync.c | 6 +- test/pacman/tests/replace100.py | 2 - test/pacman/tests/upgrade100.py | 44 ++++ 19 files changed, 1505 insertions(+), 628 deletions(-) create mode 100755 build-aux/compile create mode 100644 test/pacman/tests/upgrade100.py hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org