[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.0-19-gd6e3446
Dan McGee
dan at archlinux.org
Fri Oct 21 20:30:19 EDT 2011
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 d6e3446e70bcda9c0f28d80110d588106daa4b5c (commit)
via 20a47aba8ec859e920bf965ab7da74c26a44339d (commit)
via 9e9ecf218344cea86d6b8c6cf7cd246bcfcca98b (commit)
via 45f86ca1ca712857e6f84288cf818ce5707fc345 (commit)
via 4bada454643e6d91f0b53415bc8d135bc7f578b5 (commit)
via bac670ddc9a9dcad2f0665f9f77d04b6736c6db4 (commit)
via 842c4422eda231892d4bce75d8e315eb652533b6 (commit)
from 020bdb4298cd1bc53df7ca4d911cda7aaa65329c (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 d6e3446e70bcda9c0f28d80110d588106daa4b5c
Author: lolilolicon <lolilolicon at gmail.com>
Date: Thu Oct 20 11:35:00 2011 +0800
bacman: pkgrel does not have to be an integer
pkgrel, as with pkgver, simply mustn't contain hyphens.
Signed-off-by: lolilolicon <lolilolicon at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 20a47aba8ec859e920bf965ab7da74c26a44339d
Author: Dan McGee <dan at archlinux.org>
Date: Fri Oct 21 10:51:49 2011 -0500
Remove remaining usages of fprintf() from frontend
These can either be replaced with pm_printf() if they are error related,
or in the fprintf(stdout, ...) case a bare printf() will do.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 9e9ecf218344cea86d6b8c6cf7cd246bcfcca98b
Author: Dan McGee <dan at archlinux.org>
Date: Fri Oct 21 10:44:19 2011 -0500
Remove pm_fprintf() in favor of pm_printf()
Now that pm_printf() always prints to stderr, we don't need this second
function that was always used with stderr as the first argument. Thus,
this patch removes the function and makes the following sed replacement:
sed -i -e 's#pm_fprintf(stderr, #pm_printf(#g' src/pacman/*.c
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 45f86ca1ca712857e6f84288cf818ce5707fc345
Author: Dan McGee <dan at archlinux.org>
Date: Fri Oct 21 10:38:02 2011 -0500
Use stderr as output stream for pm_printf()
This matches what we now do in our backend callback function- all
debug/info/warning/error/etc. messages should be on stderr. These are
all the messages with a "warning:" or other type prefix, so does not
affect general pacman output.
This should fix the output confusion noted in FS#26555.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 4bada454643e6d91f0b53415bc8d135bc7f578b5
Author: Dan McGee <dan at archlinux.org>
Date: Mon Oct 17 09:42:46 2011 -0500
pacman-key: add a default keyserver timeout value on --init
The default is supposidely 30 seconds from the gpg manpage, but that
sure wasn't what I was seeing- it was somewhere closer to two minutes of
silence. Add a more reasonable 10 second timeout value which should be
good enough for any keyserver that doesn't totally stink at it's job.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit bac670ddc9a9dcad2f0665f9f77d04b6736c6db4
Author: Dan McGee <dan at archlinux.org>
Date: Mon Oct 17 09:38:35 2011 -0500
Show an error message on failed remote key lookup
The absolutely terrible part about this is the failure on GPGME's part
to distinguish between "key not found" and "keyserver timeout". Instead,
it returns the same silly GPG_ERR_EOF in both cases (why isn't
GPG_ERR_TIMEOUT being used?), leaving us helpless to tell them apart.
Spit out a generic enough error message that covers both cases;
unfortunately we can't provide much guidance to the user because we
aren't sure what actually happened.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 842c4422eda231892d4bce75d8e315eb652533b6
Author: Dan McGee <dan at archlinux.org>
Date: Mon Oct 17 08:28:57 2011 -0500
Table display: print message with warning: prefix
Use the normal error functions here rather than a bare fprintf().
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
contrib/bacman.in | 2 +-
lib/libalpm/signing.c | 4 ++--
scripts/pacman-key.sh.in | 1 +
src/pacman/conf.c | 2 +-
src/pacman/package.c | 8 ++++----
src/pacman/query.c | 28 ++++++++++++++--------------
src/pacman/remove.c | 10 +++++-----
src/pacman/sync.c | 32 ++++++++++++++++----------------
src/pacman/upgrade.c | 6 +++---
src/pacman/util.c | 31 ++++++++++---------------------
src/pacman/util.h | 2 +-
11 files changed, 58 insertions(+), 68 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list