[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-112-g156d41a
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 156d41a18628d6e63cc49cfcb27e9c96826f9e74 (commit) via ba532bda6b558e5bbf429bfa8f806ac8122c8d56 (commit) via ff8de12151047ccf9b0640480bfc624892a5ab7a (commit) via 965539adbf15449533bc5fcb353774f7a4b62277 (commit) via bb94729c098f21ae850044a9201c1d5b92baea1f (commit) via 8f92fe47a7c4d999271bc28ffbbeeea50d686813 (commit) via 578ceb29faa2673b7b0e4f4cc311ba77d6acb4b4 (commit) via 9f1c5f0251c202ad504f03464da23a5050914157 (commit) via d9b5cb238d7e1f7ec998ffd002e15cf9c1a48425 (commit) via fc5be14dac50798024a6dee1d6c3a1acb0154314 (commit) via 2108d9552600bbfd7d7586dfebaa9750dec728ac (commit) via 008bd33e38d666a2c034b8cde10fbabb801e4fc4 (commit) via 92b8c09000ac34e4740deb1e02eaf0cd852cdb0a (commit) from 7879a5b3e5c66d31b9375242f026a40464a6b34f (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 156d41a18628d6e63cc49cfcb27e9c96826f9e74 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sat Nov 29 18:02:57 2014 -0500 remove: use strcmp for files in skip_remove Paths from noupgrade, the transaction skip_remove, and package backup lists were combined into a single list matched using fnmatch causing paths with glob characters to match unrelated files. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ba532bda6b558e5bbf429bfa8f806ac8122c8d56 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Mar 24 09:59:45 2014 -0400 sync_prepare: exclude removals from resolvedeps Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ff8de12151047ccf9b0640480bfc624892a5ab7a Author: David Macek <david.macek.0@gmail.com> Date: Sun Mar 1 21:43:40 2015 +0100 Allow UPX compression for DOS/Win executables Hi. This change allows makepkg to UPX-compress executables on Windows, but will probably affect some Linux packages as well (I'm guessing gdbserver, wine, mingw-w64). Signed-off-by: Allan McRae <allan@archlinux.org> commit 965539adbf15449533bc5fcb353774f7a4b62277 Author: Will Miles <wmiles@sgl.com> Date: Fri Feb 27 14:43:24 2015 -0500 common: Avoid errors on systems that define strnlen but not strndup Add a configure test for a system library supplied strnlen, and disable the embedded version in common if one is found. Signed-off-by: Will Miles <wmiles@sgl.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit bb94729c098f21ae850044a9201c1d5b92baea1f Author: Will Miles <wmiles@sgl.com> Date: Fri Feb 27 14:43:23 2015 -0500 util: Use util-common for strndup in pacsort and pactree This small refactor reduces the number of replications of the local imeplementation of strndup. Signed-off-by: Will Miles <wmiles@sgl.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 8f92fe47a7c4d999271bc28ffbbeeea50d686813 Author: Allan McRae <allan@archlinux.org> Date: Wed Feb 25 01:10:35 2015 +1000 calculate_removed_size: ensure llstat succeeds Signed-off-by: Allan McRae <allan@archlinux.org> commit 578ceb29faa2673b7b0e4f4cc311ba77d6acb4b4 Author: Allan McRae <allan@archlinux.org> Date: Wed Feb 25 01:05:20 2015 +1000 sync_cleandb: ensure stat call succeeds Signed-off-by: Allan McRae <allan@archlinux.org> commit 9f1c5f0251c202ad504f03464da23a5050914157 Author: Allan McRae <allan@archlinux.org> Date: Wed Feb 25 01:01:49 2015 +1000 pacsort: test string is not NULL before strlen Signed-off-by: Allan McRae <allan@archlinux.org> commit d9b5cb238d7e1f7ec998ffd002e15cf9c1a48425 Author: Allan McRae <allan@archlinux.org> Date: Wed Feb 25 00:47:17 2015 +1000 Abort of failure to add version file to empty local database Signed-off-by: Allan McRae <allan@archlinux.org> commit fc5be14dac50798024a6dee1d6c3a1acb0154314 Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 24 20:55:49 2015 +1000 parse_descfile: fix memory leak in error case Signed-off-by: Allan McRae <allan@archlinux.org> commit 2108d9552600bbfd7d7586dfebaa9750dec728ac Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 24 20:25:48 2015 +1000 Fix memory leaks in dump_pkg_full Leaks when using -Sii with package signatures Signed-off-by: Allan McRae <allan@archlinux.org> commit 008bd33e38d666a2c034b8cde10fbabb801e4fc4 Merge: 7879a5b 92b8c09 Author: Allan McRae <allan@archlinux.org> Date: Tue Mar 3 14:47:50 2015 +1000 Merge branch 'maint' commit 92b8c09000ac34e4740deb1e02eaf0cd852cdb0a Author: Allan McRae <allan@archlinux.org> Date: Mon Mar 2 01:36:33 2015 +1000 Update release history Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 4 +- doc/index.txt | 2 + lib/libalpm/be_local.c | 14 +++- lib/libalpm/be_package.c | 2 +- lib/libalpm/diskspace.c | 7 +- lib/libalpm/remove.c | 82 ++++++++++-------------- lib/libalpm/sync.c | 2 +- scripts/libmakepkg/tidy/upx.sh.in | 8 ++- src/common/util-common.c | 4 +- src/pacman/package.c | 5 ++ src/pacman/sync.c | 5 +- src/util/Makefile.am | 4 +- src/util/pacsort.c | 29 ++------- src/util/pactree.c | 24 +------ src/{pacman => util}/util-common.c | 0 src/{pacman => util}/util-common.h | 0 test/pacman/tests/TESTS | 1 + test/pacman/tests/skip-remove-with-glob-chars.py | 19 ++++++ 18 files changed, 104 insertions(+), 108 deletions(-) copy src/{pacman => util}/util-common.c (100%) copy src/{pacman => util}/util-common.h (100%) create mode 100644 test/pacman/tests/skip-remove-with-glob-chars.py hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org