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, maint has been updated via c6263da168f7d612ea221e868fe42ad2ed706fa9 (commit) via 21281e9b69fa061bb64b6fb4e25f04bd0e530554 (commit) from a31426d3ea79f7b22d5000f2bfecb52f95246444 (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 c6263da168f7d612ea221e868fe42ad2ed706fa9 Author: Daniel Micay <danielmicay@gmail.com> Date: Wed Jan 14 07:27:41 2015 -0500 fix geometric growth in _alpm_greedy_grow It was allocating the required size rather than the calculated new size, resulting in pathological incremental reallocations. Signed-off-by: Daniel Micay <danielmicay@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 21281e9b69fa061bb64b6fb4e25f04bd0e530554 Author: Daniel Micay <danielmicay@gmail.com> Date: Wed Jan 14 07:21:29 2015 -0500 be_local: fix _alpm_greedy_grow usage The files_size variable contains the current capacity (in bytes) and should not be used to calculate the next length increment. It only works because _alpm_greedy_grow currently results in incremental growth. Signed-off-by: Daniel Micay <danielmicay@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/be_local.c | 2 +- lib/libalpm/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The official pacman repository