[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.2.0-8-g57bd897
Dan McGee
dan at archlinux.org
Sat Aug 9 09:06:25 EDT 2008
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 57bd8974c73571d827617f4df0a6917f13696493 (commit)
via d8f8a126658a25fdad5e9fb00b1b0838a7e93c68 (commit)
via 57393eb730641ca912a421b70897fcd289c44b21 (commit)
via f201f107dbee25294aa7c7f1139bf521e6afa267 (commit)
from 72c5a298a3ee0f18019010ef2eb43da654ec25f8 (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 57bd8974c73571d827617f4df0a6917f13696493
Author: Allan McRae <allan at archlinux.org>
Date: Sat Aug 9 15:54:29 2008 +1000
Fix creation of source package with local source files
Fixes FS#11149.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit d8f8a126658a25fdad5e9fb00b1b0838a7e93c68
Author: Dan McGee <dan at archlinux.org>
Date: Fri Aug 8 22:18:00 2008 -0500
Fix segfault on x86_64 when using UseSyslog
Due to differences in handling va_list between i686 and x86_64, this bug
can only be seen on x86_64. va_list usage is not allowed but we had been
getting away with it. See
http://lists.opensuse.org/opensuse-programming/2008-02/msg00005.html
for details and explanation.
This fixes FS#11096.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 57393eb730641ca912a421b70897fcd289c44b21
Author: Dan McGee <dan at archlinux.org>
Date: Fri Aug 8 13:45:46 2008 -0500
Fix variable naming issues in _alpm_db_cmp
When this function got a rewrite in commit f43805d875, argument and variable
names got a bit mixed up when separating the casts from the strcmp
operation. Fix the mixup which also fixes a possible segfault when this
function is called.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit f201f107dbee25294aa7c7f1139bf521e6afa267
Author: Dan McGee <dan at archlinux.org>
Date: Thu Aug 7 13:11:20 2008 -0500
doc: allow asciidoc to format the note
By doing the bolding manually, it doesn't look as cool in the HTML generated
manpages. Let asciidoc do the work.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/pacman.conf.5.txt | 5 +++--
lib/libalpm/db.c | 4 ++--
lib/libalpm/db.h | 2 +-
lib/libalpm/util.c | 11 +++++++++--
scripts/makepkg.sh.in | 2 +-
5 files changed, 16 insertions(+), 8 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list