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 272e9b355b17ab663ac4a0d9515d381dcf6f03ec (commit)
via ff1974c6e9aa97a6b0cf5e2ce82da70fd70c510c (commit)
via 40fd8123a292ad16610367922dbdff66460bc676 (commit)
via 37df0d4f4fb042f8fbb39525d8d338968dd912bb (commit)
via fc334b4e77553643bf9cdec47a4469ea7c62566b (commit)
via 6a8b1c4f8433e95e713e3c6f152ba717c90d1dc9 (commit)
via 38e5a4a54f1be3b678e5ab55b97f81be88824119 (commit)
via 0458572a6e9db0030f305c25e951434a099ae754 (commit)
via c37710734694c5a64da924bbfbbcfc07496e241e (commit)
from d8d89d8d27794d493ed2aa9eba4649e6e3ff4a9d (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 272e9b355b17ab663ac4a0d9515d381dcf6f03ec
Author: Xavier Chantry <[email protected]>
Date: Sat Apr 2 20:26:27 2011 +0200
libalpm/be_local.c: unused variable ent
spotted by clang analyzer
Signed-off-by: Xavier Chantry <[email protected]>
commit ff1974c6e9aa97a6b0cf5e2ce82da70fd70c510c
Author: Xavier Chantry <[email protected]>
Date: Sat Apr 2 20:24:40 2011 +0200
libalpm/pkghash.c: unused variable ptr
spotted by clang analyzer
Signed-off-by: Xavier Chantry <[email protected]>
commit 40fd8123a292ad16610367922dbdff66460bc676
Author: Rémy Oudompheng <[email protected]>
Date: Sat Apr 2 12:31:19 2011 +0200
makepkg: fix a GNU-ism in awk usage
A non-GNU version of awk may not support the (|...) syntax for
an optional group and require '()' to match an empty string.
The (...)? syntax is more appropriate for this usage.
Signed-off-by: Rémy Oudompheng <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 37df0d4f4fb042f8fbb39525d8d338968dd912bb
Author: Allan McRae <[email protected]>
Date: Thu Mar 31 11:08:55 2011 +1000
makepkg: improve parsing for sanity checks
Trailing backslahses can lead to additional spaces at the front
of extracted entries. See FS#23524. Strip these while parsing
the PKGBUILD entries.
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit fc334b4e77553643bf9cdec47a4469ea7c62566b
Author: Rémy Oudompheng <[email protected]>
Date: Tue Apr 5 01:38:21 2011 +0200
db.c: set pm_errno appropriately in alpm_db_set_pkgreason()
Signed-off-by: Rémy Oudompheng <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 6a8b1c4f8433e95e713e3c6f152ba717c90d1dc9
Author: Dan McGee <[email protected]>
Date: Sat Apr 2 13:51:25 2011 -0500
Coding style cleanups
Signed-off-by: Dan McGee <[email protected]>
commit 38e5a4a54f1be3b678e5ab55b97f81be88824119
Author: Dan McGee <[email protected]>
Date: Sat Apr 2 13:48:21 2011 -0500
test: fix invalid usage of 'type -p'
The vercmptest script needs to be invoked as a bash script for this to
be valid; the -p operator is interpreted as an argument to look up by
sh. This goes way back to commit 3bf9448943dc0b, done to solve
http://mailman.archlinux.org/pipermail/pacman-dev/2008-July/007180.html.
Saw this problem running in a virtual machine where sh is not bash, but
in fact dash:
user@debian-powerpc:~/projects/pacman$ ./test/util/vercmptest.sh
src/util/vercmp-p: not found
src/util/vercmp is src/util/vercmp
vercmp binary (src/util/vercmp) could not be located
Signed-off-by: Dan McGee <[email protected]>
commit 0458572a6e9db0030f305c25e951434a099ae754
Author: Rémy Oudompheng <[email protected]>
Date: Sat Apr 2 00:36:08 2011 +0200
util.c: include limits.h for PATH_MAX macro
Signed-off-by: Rémy Oudompheng <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit c37710734694c5a64da924bbfbbcfc07496e241e
Author: Rémy Oudompheng <[email protected]>
Date: Sat Apr 2 00:35:37 2011 +0200
Fix compatibility with older versions of libarchive.
There is no reason to not support versions of libarchive that lack
ARCHIVE_COMPRESSION_UU. Distributions should work properly without
this.
Signed-off-by: Rémy Oudompheng <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/be_local.c | 2 +-
lib/libalpm/be_sync.c | 2 ++
lib/libalpm/db.c | 2 +-
lib/libalpm/pkghash.c | 3 +--
lib/libalpm/util.c | 1 +
scripts/makepkg.sh.in | 10 +++++-----
src/pacman/util.c | 13 ++++++++-----
test/util/vercmptest.sh | 2 +-
8 files changed, 20 insertions(+), 15 deletions(-)
hooks/post-receive
--
The official pacman repository