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, maint has been updated via 89b9e9d1dced68587b704cb9e9a2aab55fb60b06 (commit) via 80e6d8a6fe3c94e9a385322494b27885837b7b3a (commit) via ca5a2771aeb0babca8270b83b0cb0172db4cebe5 (commit) via 39fe2d0e39956961bdcb9c4bd78ca11247f044bd (commit) from acc639adf20da077ed6f0141289d953997be92f8 (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 89b9e9d1dced68587b704cb9e9a2aab55fb60b06 Author: Jason St. John <jstjohn@purdue.edu> Date: Mon Dec 29 02:28:40 2014 -0500 Fix typo in a comment in makepkg.conf Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> commit 80e6d8a6fe3c94e9a385322494b27885837b7b3a Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Dec 29 22:35:53 2014 -0500 makepkg: avoid expansion of var in arithmetic context This bombs out when "$trusted" expands to the empty string. We're better off passing the var by name and letting bash default to "0" when the var is empty Fixes: https://bugs.archlinux.org/task/43269 Signed-off-by: Allan McRae <allan@archlinux.org> commit ca5a2771aeb0babca8270b83b0cb0172db4cebe5 Author: Dave Reisner <dreisner@archlinux.org> Date: Wed Dec 31 14:33:31 2014 -0500 updpkgsums: retain permissions on rewritten PKGBUILD This could have been easy with something like chown's --reference flag, but this is GNU specific. Instead, just truncate and rewrite the file. Our exit trap cleans up after us. Fixes: https://bugs.archlinux.org/task/43272 Signed-off-by: Allan McRae <allan@archlinux.org> commit 39fe2d0e39956961bdcb9c4bd78ca11247f044bd Author: Allan McRae <allan@archlinux.org> Date: Fri Jan 2 21:37:31 2015 +1000 Remove outdated fakeroot information from PKGBUILD man page Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/updpkgsums.sh.in | 8 +++----- doc/PKGBUILD.5.txt | 9 ++++----- etc/makepkg.conf.in | 2 +- scripts/makepkg.sh.in | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) hooks/post-receive -- The official pacman repository