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 0e79802c0ac8453376d8c0f99629f5a3b499f571 (commit)
via 8d0ff3d7dc4ea925a1fd94ae022a16a14945aa3f (commit)
from 29ad9e0a0a93a60a1118eb0e8cb6a14df147320f (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 0e79802c0ac8453376d8c0f99629f5a3b499f571
Author: Dave Reisner <[email protected]>
Date: Sat Sep 3 22:24:27 2011 -0400
makepkg: use globs in place of regex
We seem to enjoy using bash regex capabilities, but never referencing
the result with BASH_REMATCH. Replace almost all regexes with equivalent
globs which are faster and functionally equivalent in these cases.
This enables the extglob shopt.
Signed-off-by: Dave Reisner <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 8d0ff3d7dc4ea925a1fd94ae022a16a14945aa3f
Author: Dan McGee <[email protected]>
Date: Tue Sep 6 11:44:29 2011 -0500
dload: use intmax_t when printing off_t
This works for both 32-bit and 64-bit platforms.
Signed-off-by: Dan McGee <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/dload.c | 6 ++++--
scripts/makepkg.sh.in | 16 +++++++++-------
2 files changed, 13 insertions(+), 9 deletions(-)
hooks/post-receive
--
The official pacman repository