[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.2.0-24-gc6263da
Allan McRae
allan at archlinux.org
Wed Jan 21 04:27:15 UTC 2015
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 at 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 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 21281e9b69fa061bb64b6fb4e25f04bd0e530554
Author: Daniel Micay <danielmicay at 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 at gmail.com>
Signed-off-by: Allan McRae <allan at 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
More information about the pacman-dev
mailing list