diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2014-11-21 20:54:58 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-21 20:54:58 +1000 |
commit | 41c8263ba289dac191d7f74faaa62476baf41c28 (patch) | |
tree | b5bd922548310b640e7b3787bb4f02afde9bd5a9 /scripts/pacman-key.sh.in | |
parent | bb878217cda7a04ae2a866671cdd3df9094bc972 (diff) | |
download | pacman-41c8263ba289dac191d7f74faaa62476baf41c28.tar.xz |
pacman-key: compatibility with gnupg-2.1
GnuPG 2.1 no longer allow empty passphrases by default.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/pacman-key.sh.in')
-rw-r--r-- | scripts/pacman-key.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index ba8d02e8..5ba0ad8f 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -151,6 +151,7 @@ Key-Usage: sign Name-Real: Pacman Keyring Master Key Name-Email: pacman@localhost Expire-Date: 0 +%no-protection %commit %echo Done EOF |