[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.0-46-g6356567
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 6356567ae0fb9927c80811642e7d949270fd5784 (commit) via 7c0ff7f4b7a88e10e8e9c3f4b90ca359eb0babef (commit) via 763fb3d9e7b82288f825f0038f2873eaec43ae08 (commit) via 804688ab6a036a80e082354c497ddc2d21ac2979 (commit) via 2f0ca00e5530d38e8ee2005f7d1129a92bf34231 (commit) via 60d958c78bf5c6fca761492b4849dd36f098eb41 (commit) via be4198b34e01242e481664776c51936a150c1ff8 (commit) via 32413213cb3aa532f64bd19024f9694a22875e21 (commit) via d5e93e895bdb3705f2baf83efcc7d56e86d927ed (commit) from 25b492aab691579c8edfc9f57831d055a3f82d74 (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 6356567ae0fb9927c80811642e7d949270fd5784 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Dec 23 21:06:37 2014 -0500 makepkg: print the name of the source array being checked I don't see an easy fix to avoid printing this more than once, so let's at least differentiate the messaging so that it's more clear what's going on. Signed-off-by: Allan McRae <allan@archlinux.org> commit 7c0ff7f4b7a88e10e8e9c3f4b90ca359eb0babef Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Dec 23 21:06:36 2014 -0500 makepkg: call out the source array(s) missing checksums Signed-off-by: Allan McRae <allan@archlinux.org> commit 763fb3d9e7b82288f825f0038f2873eaec43ae08 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 13:17:34 2014 +1000 Remove logically dead code in _alpm_local_db_write We can only get to cleanup: through fp being NULL due to fopen failing or normal execution when fclose is called. Signed-off-by: Allan McRae <allan@archlinux.org> commit 804688ab6a036a80e082354c497ddc2d21ac2979 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 12:57:38 2014 +1000 _alpm_run_chroot: only close working directory if it was opened Signed-off-by: Allan McRae <allan@archlinux.org> commit 2f0ca00e5530d38e8ee2005f7d1129a92bf34231 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 12:26:39 2014 +1000 _alpm_db_add_pkgincache: free potential memory leak Signed-off-by: Allan McRae <allan@archlinux.org> commit 60d958c78bf5c6fca761492b4849dd36f098eb41 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 11:55:49 2014 +1000 Initialize memory to prevent issues when freeing on error Signed-off-by: Allan McRae <allan@archlinux.org> commit be4198b34e01242e481664776c51936a150c1ff8 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 12:09:26 2014 +1000 _alpm_recursedeps: free memory on error Signed-off-by: Allan McRae <allan@archlinux.org> commit 32413213cb3aa532f64bd19024f9694a22875e21 Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 11:59:55 2014 +1000 apply_deltas: fix memory leak on error Signed-off-by: Allan McRae <allan@archlinux.org> commit d5e93e895bdb3705f2baf83efcc7d56e86d927ed Author: Allan McRae <allan@archlinux.org> Date: Wed Dec 24 11:57:11 2014 +1000 pacsort: fix memory leak Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/be_local.c | 5 ----- lib/libalpm/conflict.c | 4 ++-- lib/libalpm/db.c | 2 ++ lib/libalpm/deps.c | 6 ++++-- lib/libalpm/sync.c | 4 ++-- lib/libalpm/util.c | 4 +++- scripts/makepkg.sh.in | 11 ++++++----- src/util/pacsort.c | 1 + 8 files changed, 20 insertions(+), 17 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org