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 9394f229a0328228e810b7d4588b24643b42df6a (commit) via 43f9eb1aa95d78a1560e30536a05525f2b18de0d (commit) via 8d4e1e67546bcc04b5412e0f94a752c7215fb53d (commit) via 314b4462d2ef1264b50b6745c57072f9c7b9d14e (commit) via c4b9991258fb360e0d140a84efe7803eb633df79 (commit) via 2890114600baefb6cb1dde513ca3107258b64c92 (commit) via 8d33dcb81c464f5e42d83078472bc509e087dd62 (commit) from cd51abf0c8d04c72cc85b28cd45b33b9020c661e (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 9394f229a0328228e810b7d4588b24643b42df6a Merge: 43f9eb1aa95d78a1560e30536a05525f2b18de0d 2890114600baefb6cb1dde513ca3107258b64c92 Author: Dan McGee <dan@archlinux.org> Date: Fri Oct 31 19:55:50 2008 -0500 Merge branch 'maint' commit 43f9eb1aa95d78a1560e30536a05525f2b18de0d Author: Dan McGee <dan@archlinux.org> Date: Fri Oct 31 19:40:55 2008 -0500 Set SIGPIPE handler to SIG_IGN when downloading We don't want a failed write to kill our whole program when we are downloading things, so set the SIGPIPE handler to ignore when downloading and restore any previous signal handler when we complete the download. Signed-off-by: Dan McGee <dan@archlinux.org> commit 8d4e1e67546bcc04b5412e0f94a752c7215fb53d Author: Dan McGee <dan@archlinux.org> Date: Fri Oct 31 19:11:38 2008 -0500 Make libfetch the 'native' download library Use libfetch naming in the code in place of libdownload names. This is in preparation for dropping support for libdownload at some point as libfetch can run on Linux. Signed-off-by: Dan McGee <dan@archlinux.org> commit 314b4462d2ef1264b50b6745c57072f9c7b9d14e Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Fri Oct 24 02:05:12 2008 +0200 -Qu rework From now on -Qu is an "outdated package" filter on local database. (This is a behaviour change.) This patch fixes some memleaks and makes the code cleaner, for details see my comment on FS#7884. FS#11868 is implemented. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> commit c4b9991258fb360e0d140a84efe7803eb633df79 Author: Allan McRae <allan@archlinux.org> Date: Wed Oct 29 14:21:28 2008 +1000 makepkg: actually fix passing PKGBUILD from pipe If PKGBUILD (BUILDSCRIPT) is not found, test for information from a pipe and use that. Fixes FS#9187. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 8d33dcb81c464f5e42d83078472bc509e087dd62 Author: Allan McRae <allan@archlinux.org> Date: Tue Oct 28 22:04:39 2008 +1000 makepkg: enable passing PKGBUILD from pipe Do not attemp to update pkgver/pkgrel when reading a SCM based PKGBUILD from a pipe. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm.h | 4 +-- lib/libalpm/dload.c | 47 +++++++++++++++++++++++++++----------------- lib/libalpm/error.c | 6 ++-- lib/libalpm/sync.c | 52 +++++++++++------------------------------------- lib/libalpm/sync.h | 3 +- lib/libalpm/trans.c | 13 +----------- lib/libalpm/trans.h | 1 - scripts/makepkg.sh.in | 25 +++++++++++++++++------ src/pacman/pacman.c | 2 +- src/pacman/query.c | 28 +++---------------------- 10 files changed, 70 insertions(+), 111 deletions(-) hooks/post-receive -- The official pacman repository