[pacman-dev] [PATCH 0/3] Add --verifylvl option to pacman

Pang Yan Han pangyanhan at gmail.com
Sun Jun 12 00:15:16 EDT 2011


This is a reroll of a series to add the --verifylvl option to pacman, taking
into account of the recent changes in libalpm. The --verifylvl option can be
used to change pacman's signature verification level to one of "always",
"optional", or "never".

Patch 1/3 changes option_verifysig to accept non-capitalized versions of
"Always", "Optional" and "Never".

Patch 2/3 adds the --verifylvl to pacman.

Patch 3/3 adds the "VerifySig" option to etc/pacman.conf.in

Pang Yan Han (3):
  option_verifysig: Accept non-caps sig levels
  pacman: Add --verifylvl option
  etc/pacman.conf.in : Add VerifySig option

 doc/pacman.8.txt    |    7 +++++++
 etc/pacman.conf.in  |    1 +
 src/pacman/conf.c   |   15 ++++++++++++---
 src/pacman/conf.h   |    4 +++-
 src/pacman/pacman.c |    6 ++++++
 5 files changed, 29 insertions(+), 4 deletions(-)

-- 
1.7.6.rc0



More information about the pacman-dev mailing list