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 fe76c353af6d91ce9f225dc2b0195a689f6790da (commit) via 0f24390fe8967f25d7fce4665d5b635fa66a3c4f (commit) via d6a997ee383a8228a0f5bf18af56febb7b6bc189 (commit) from 27e8f06e0335ca560a3d0a261cc1979dbc1caad9 (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 fe76c353af6d91ce9f225dc2b0195a689f6790da Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 24 21:46:42 2011 -0600 Fix memory leak and error code in DB reading We were returning a package error code rather than a DB one, and we would leak the archive memory if the database file didn't exist. Signed-off-by: Dan McGee <dan@archlinux.org> commit 0f24390fe8967f25d7fce4665d5b635fa66a3c4f Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 24 15:20:10 2011 -0600 pkgsearch: handle non-matching lines gracefully Before any non-matching line would trigger some perl warnings about undefined variables. If a line doesn't match, just show it to the user unprocessed; this is seen with warning and error messages pacman not so helpfully emits on stdout rather than stderr. Signed-off-by: Dan McGee <dan@archlinux.org> commit d6a997ee383a8228a0f5bf18af56febb7b6bc189 Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 24 15:19:14 2011 -0600 Update contrib/ Makefile We didn't have the proper dependencies specified for our scripts after the move to *.in extensions, so a change to a file didn't trigger a rebuild. Also remove old stuff from .gitignore. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/.gitignore | 1 - contrib/Makefile.am | 10 ++++++++++ contrib/pacsearch.in | 12 +++++++++--- lib/libalpm/be_sync.c | 5 +++-- 4 files changed, 22 insertions(+), 6 deletions(-) hooks/post-receive -- The official pacman repository