[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-108-gce7456b
Allan McRae
allan at archlinux.org
Tue Aug 20 21:15:43 EDT 2013
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 ce7456b4ccbe3ca7b06c9b50fe59ce7367172c4f (commit)
via d8c2ab0e6f52d9a790b608c254761ab4888bd547 (commit)
via 15b667ef36c1720e12160f2ca983f9783ddaf3e4 (commit)
via 3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9 (commit)
via 9085aa43224474bc2c943f4d268d8dd4b735a665 (commit)
via 247b9af02bd0d40109cc0ca40116a960c9f530e7 (commit)
from c02b16c4cc00f7b33aad79207c15fb651903e9ba (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 ce7456b4ccbe3ca7b06c9b50fe59ce7367172c4f
Author: Allan McRae <allan at archlinux.org>
Date: Mon Aug 12 21:09:01 2013 +1000
Store fgetc output as an int.
Bug exposed on ARM when char is unsigned resulting in the comparison
to EOF always failing.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit d8c2ab0e6f52d9a790b608c254761ab4888bd547
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Fri Aug 9 09:15:40 2013 -0400
conflict.c: fix directory ownership check
* append "/" to directories before searching package file lists
* use lstat over stat so symlinks aren't resolved
* fix the inverted check for stat's return value
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 15b667ef36c1720e12160f2ca983f9783ddaf3e4
Author: Olivier Brunel <i.am.jack.mail at gmail.com>
Date: Wed Aug 7 19:04:52 2013 +0200
doc/repo-add: Add note on when signatures are added to the db
Signed-off-by: Olivier Brunel <i.am.jack.mail at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9
Author: Dave Reisner <dreisner at archlinux.org>
Date: Mon Aug 5 18:04:37 2013 -0400
makepkg: allow make-style environment var overrides
This allows for VAR=value and VAR+=value variable declarations.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 9085aa43224474bc2c943f4d268d8dd4b735a665
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sun Aug 4 17:18:08 2013 -0400
check.c: break backup file search loop after match
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 247b9af02bd0d40109cc0ca40116a960c9f530e7
Author: Allan McRae <allan at archlinux.org>
Date: Mon Jul 15 14:14:46 2013 +1000
Do not refer to FlySpray numbers
These references to bug numbers assume we will forever be using that bug
tracker. It is better to properly comment the code instead (which was
done in almost all cases anyway).
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/makepkg.8.txt | 2 +-
doc/repo-add.8.txt | 3 +++
lib/libalpm/add.c | 2 +-
lib/libalpm/conflict.c | 16 ++++++++++++----
lib/libalpm/dload.c | 2 +-
scripts/makepkg.sh.in | 17 ++++++++++++++++-
src/pacman/check.c | 2 +-
src/pacman/pacman.c | 4 +++-
src/pacman/sync.c | 2 +-
src/pacman/util.c | 4 ++--
.../tests/{fileconflict030.py => fileconflict031.py} | 11 +++++------
.../tests/{fileconflict030.py => fileconflict032.py} | 14 +++++++-------
12 files changed, 53 insertions(+), 26 deletions(-)
copy test/pacman/tests/{fileconflict030.py => fileconflict031.py} (61%)
copy test/pacman/tests/{fileconflict030.py => fileconflict032.py} (54%)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list