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 423820b34c018e655aac5836873fef8dc475bd74 (commit) via 7a873a8f1284058c968c5d8026fbde7867913cb5 (commit) via 64e1dd64a4512a5faa34e6007e64314569593522 (commit) via c465d9e848b19b495259c7021a583c29fba92b44 (commit) via 5e375aa9d387b2ef703dd35f60df1daad6a40237 (commit) from bf84c232664fdce4861a2b94ce895c2b160b355a (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 423820b34c018e655aac5836873fef8dc475bd74 Merge: 7a873a8f1284058c968c5d8026fbde7867913cb5 c465d9e848b19b495259c7021a583c29fba92b44 Author: Dan McGee <dan@archlinux.org> Date: Sat Apr 19 16:18:40 2008 -0500 Merge branch 'maint' Conflicts: pactest/pmtest.py commit 7a873a8f1284058c968c5d8026fbde7867913cb5 Author: Dan McGee <dan@archlinux.org> Date: Sat Apr 19 12:36:18 2008 -0500 Give libalpm native support for both libdownload and libfetch This should remove the need for any additional patching to run on platforms that have libfetch available but not libdownload. It isn't the prettiest, but we have kept our libdownload impact down to just a few files, so it can be easily done. Signed-off-by: Dan McGee <dan@archlinux.org> commit 64e1dd64a4512a5faa34e6007e64314569593522 Author: Dan McGee <dan@archlinux.org> Date: Sat Apr 19 12:51:28 2008 -0500 Remove unnecessary NULL check in FREE() macro free() is designed to do nothing if it is passed a NULL pointer, so there is no need to check for it on our end. Change/fix the macro. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 9 ++++++--- lib/libalpm/dload.c | 21 +++++++++++++++++++-- lib/libalpm/error.c | 18 ++++++++++++++++-- lib/libalpm/util.h | 2 +- pactest/pmdb.py | 9 ++++++++- pactest/pmpkg.py | 23 ++++++++++++----------- pactest/pmtest.py | 4 ++-- 7 files changed, 64 insertions(+), 22 deletions(-) hooks/post-receive -- The official pacman repository