[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-288-g2015f0d
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 2015f0d1d9370e16e895ff51dce291a94570e056 (commit) via 137ea39fa11c321a9c33000ff1b5c6cc3c59b47d (commit) via 9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f (commit) via 71f9de64c6eaf11e22551de56d4e9233dddfe238 (commit) via 8ee084dbb33a9a9fee77376f5fac07f331a24ef8 (commit) via d069d9714af61749666ca4caa31ef66cfa35ee86 (commit) from a8e2578febbb71d1b788c7270c2be57ca1e64dec (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 2015f0d1d9370e16e895ff51dce291a94570e056 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sat Dec 5 11:31:43 2015 -0500 alpm_run_chroot: remove dead code Removes a leftover error message from when fdopen and fgets were used to read from the pipe. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 137ea39fa11c321a9c33000ff1b5c6cc3c59b47d Author: Allan McRae <allan@archlinux.org> Date: Sat Oct 17 00:57:12 2015 +0000 makepkg: record build information in .BUILDINFO This information can be used to reproduce build conditions, which can then be used to determine if a package builds reproducibly. Signed-off-by: Allan McRae <allan@archlinux.org> commit 9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f Author: Luke <gaming4jc2@yahoo.com> Date: Sun Dec 6 10:11:33 2015 +1000 makepkg: add whirlpool to the list of hashing algorithms Signed-off-by: Allan McRae <allan@archlinux.org> commit 71f9de64c6eaf11e22551de56d4e9233dddfe238 Author: David Macek <david.macek.0@gmail.com> Date: Sun Nov 29 14:55:15 2015 +0100 alpm_initialize: Fix double slash in sys hook dir path The path of the default system hook directory was created by concatenating `myhandle->root` (usually "/"), and SYSHOOKDIR (usually "/usr/share/libalpm/hooks/"), resulting in "//usr/share/libalpm/hooks/". Fix this by skipping the initial slash from SYSHOOKDIR. Signed-off-by: Allan McRae <allan@archlinux.org> commit 8ee084dbb33a9a9fee77376f5fac07f331a24ef8 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sat Dec 5 05:46:08 2015 -0500 db_update: always clear db flags after update Signature downloading and DB validation was being based on the most recent download status for the DB. If a DB successfully downloaded but a signature did not, db_update would move to the next server. If the next server tried does not have a more recent copy of the DB, db_update would not download the DB again and would forget that the DB had previously been updated. In this case it would skip validation entirely, leaving an updated DB with the original validation status. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit d069d9714af61749666ca4caa31ef66cfa35ee86 Author: Alastair Hughes <hobbitalastair@gmail.com> Date: Fri Dec 4 19:47:08 2015 +1300 Updated the documentation for makepkg's -L option. At some point back in 2009, logging was expanded to cover all of the packaging functions, but the man page was not updated to reflect that. Fix that! Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/makepkg.8.txt | 10 +++++----- lib/libalpm/alpm.c | 7 +++++-- lib/libalpm/be_sync.c | 45 +++++++++++++++++++++++---------------------- lib/libalpm/util.c | 5 ----- scripts/makepkg.sh.in | 35 ++++++++++++++++++++--------------- 5 files changed, 53 insertions(+), 49 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org