[pacman-dev] [PATCH 1/2] pacman-key: verify TRUST_ULTIMATE keys as good

2012-04-08 Thread Dave Reisner
Extend our grep pattern to match TRUST_ULTIMATE, not just TRUST_FULLY, as these keys are to be trusted as well. Signed-off-by: Dave Reisner --- pacman-key would exit with an error here, but still show the success message from gpg itself, e.g. if my key is TRUST_ULTIMATE: $ pacman-key --verify cu

[pacman-dev] [PATCH 2/2] pacman-key: avoid use of tempfile in verify_sig

2012-04-08 Thread Dave Reisner
Use --status-fd rather than --status-file to keep this contained in a pipeline. Signed-off-by: Dave Reisner --- scripts/pacman-key.sh.in |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 1a2bac3..87d7658 100644 -

[pacman-dev] [PATCH] makepkg: add missing newline from libprovides output

2012-04-08 Thread Dave Reisner
This was a small oversight from 1917c845 which causes makepkg to write provides entries to the .PKGINFO file improperly, e.g. provides = systemdlibsystemdudev=999 Add a newline in the printf format to ensure that these are spaced appropriately. Signed-off-by: Dave Reisner --- Dan: this is on

[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-185-g569876f

2012-04-08 Thread Dan McGee
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 569876f9309fc04d6f77f852c5ca096721d6044b (commit) vi

Re: [pacman-dev] [PATCH 2/2] pacman-key: avoid use of tempfile in verify_sig

2012-04-08 Thread Allan McRae
On 09/04/12 04:13, Dave Reisner wrote: > Use --status-fd rather than --status-file to keep this contained in a > pipeline. > > Signed-off-by: Dave Reisner > --- > scripts/pacman-key.sh.in |6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/scripts/pacman-key.sh.in b

[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.3-2-gca090e1

2012-04-08 Thread Dan McGee
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 ca090e10d264e4999e321b0a0b43736a34aa11d9 (commit) via

[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-206-gd158dde

2012-04-08 Thread Dan McGee
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 d158dde30c378acc8e88d5208aa837f92331af9e (commit) vi