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 db102c67efe9cfd4367a9110c8f97ceff5afcbe3 (commit) via 714a1b4e4eaf7ffde5f30eccb476f59979fac44e (commit) from 04e77591d6333002815e9276ca08c01230fcf212 (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 db102c67efe9cfd4367a9110c8f97ceff5afcbe3 Author: Mark Ulrich <mark.ulrich.86@gmail.com> Date: Wed Feb 6 08:36:51 2019 -0600 libalpm: prevent 301 redirect loop from hanging the process If a mirror responds with a 301 redirect to itself, it will create an infinite redirect loop. This will cause pacman to hang, unresponsive to even a SIGINT. The result is pacman being unable to sync or download any package from a particular repo if its current mirror is stuck in a redirect loop. Setting libcurl's MAXREDIRS option effectively prevents a redirect loop from hanging the process. Signed-off-by: Mark Ulrich <mark.ulrich.86@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 714a1b4e4eaf7ffde5f30eccb476f59979fac44e Author: Allan McRae <allan@archlinux.org> Date: Mon Feb 4 10:32:50 2019 +1000 I blame everyone but me for this Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- lib/libalpm/dload.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- The official pacman repository