[pacman-dev] [PATCH 3/7] libalpm: switch default VerifySig to Optional
Xavier Chantry
chantry.xavier at gmail.com
Sat Apr 2 15:03:02 EDT 2011
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
---
lib/libalpm/alpm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index b08191d..81877cc 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -254,8 +254,8 @@ int alpm_db_check_pgp_signature(pmdb_t *db);
/* GPG signature verification option */
typedef enum _pgp_verify_t {
- PM_PGP_VERIFY_ALWAYS,
PM_PGP_VERIFY_OPTIONAL,
+ PM_PGP_VERIFY_ALWAYS,
PM_PGP_VERIFY_NEVER
} pgp_verify_t;
--
1.7.4.2
More information about the pacman-dev
mailing list