[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.0-27-g521de7c
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 521de7ceedc6e4f5df52c0380f536a6f13a7f578 (commit) via bbe02ec57fd56670dfe0bc08d981ce8a1aa31370 (commit) via 47e8dd0670f14ae2a1efe25fc920d1d46cdec586 (commit) via 78e7342c1625f9cba399b89ab58a20599ae12c5a (commit) via ab506f77c04a481782d9e53c6a285227f58f5cf7 (commit) via 3de21473768c1801833a10a1872ce7612e8edb59 (commit) via 4f267017936471c8248a85f8d86aabb96e66c7e8 (commit) via 435ec29bc75fc9efd81472ce2f53d081f8be14b8 (commit) via 633dbeac88316f71f0f5642b4b8b00cc6d262919 (commit) via e654236db6b01d21cff7c850efedff183dd86b61 (commit) via 26f4993e1d67a7daae1dcac47e112f9b15a6bf97 (commit) from 2630556bdef7a07fda056fdcd0a2fa00c3625d3c (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 521de7ceedc6e4f5df52c0380f536a6f13a7f578 Merge: 4f267017936471c8248a85f8d86aabb96e66c7e8 bbe02ec57fd56670dfe0bc08d981ce8a1aa31370 Author: Dan McGee <dan@archlinux.org> Date: Sun Jan 13 12:27:17 2008 -0600 Merge branch 'maint' commit 4f267017936471c8248a85f8d86aabb96e66c7e8 Author: Dan McGee <dan@archlinux.org> Date: Sat Jan 12 20:18:20 2008 -0600 memleak fix with new dynamic depend structure Signed-off-by: Dan McGee <dan@archlinux.org> commit 435ec29bc75fc9efd81472ce2f53d081f8be14b8 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Jan 12 21:27:13 2008 +0100 libalpm/sync.c: don't duplicate packages for the sync->data field. Packages put in the sync->data field were always duplicated with pkg_dup, and then freed, This is not needed. Killing this duplication of packages made the memory usage during base reinstall go from 10.4 MB to 8.1 MB. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 26f4993e1d67a7daae1dcac47e112f9b15a6bf97 Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Wed Jan 9 18:24:11 2008 -0600 Store replaces in the local DB too Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> [Dan: might as well store 'force' too] Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/zsh_completion | 20 +++++--------------- doc/PKGBUILD.5.txt | 2 +- lib/libalpm/be_files.c | 37 +++++++++---------------------------- lib/libalpm/conflict.c | 2 +- lib/libalpm/deps.c | 20 ++++++++++++-------- lib/libalpm/remove.c | 4 +++- lib/libalpm/sync.c | 42 +++++++----------------------------------- lib/libalpm/util.c | 2 -- scripts/gensync.sh.in | 6 +++--- scripts/updatesync.sh.in | 4 ++-- src/pacman/callback.c | 18 +++++++++++++----- 11 files changed, 56 insertions(+), 101 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee