[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.2-20-g1a8c3e5
Dan McGee
dan at archlinux.org
Thu Mar 8 19:09:24 EST 2012
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 1a8c3e52d70bfa21ba108aa77179adf90401949d (commit)
via 1fe6cabc4d3868510427e32b60c9aa869886acab (commit)
from 4ffa0401d22347332d663f1d400e182d5a181ea2 (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 1a8c3e52d70bfa21ba108aa77179adf90401949d
Author: Dave Reisner <dreisner at archlinux.org>
Date: Fri Mar 2 19:25:15 2012 -0500
makepkg: exit via default signal handler in trap_exit
Similar to how we manage receipt of SIGINT in pacman's internal
downloader, catch the signal and invoke our own trap handler before
unsetting it and calling the default. This requires a slight
modification to the arguments passed to trap_exit so we can pass the
raised signal to trap_exit (note that we substitue USR1 for ERR since
the latter is unique to bash).
Fixes FS#28491.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 1fe6cabc4d3868510427e32b60c9aa869886acab
Author: Pierre Schmitz <pierre at archlinux.de>
Date: Sun Mar 4 13:25:56 2012 +0100
pacman-key: Remove useless signature verification in --populate command
Verifing the keyring at this point is useless as a malicious package is already
installed and as such has several options to bypass this check anyway.
Signed-off-by: Pierre Schmitz <pierre at archlinux.de>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/pacman-key.8.txt | 5 -----
scripts/makepkg.sh.in | 13 +++++++++----
scripts/pacman-key.sh.in | 39 ---------------------------------------
3 files changed, 9 insertions(+), 48 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list