PKGBUILDs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
2014-11-25 02:50:17 +00:00

28 lines
719 B
Diff

From 41c8263ba289dac191d7f74faaa62476baf41c28 Mon Sep 17 00:00:00 2001
From: Tobias Powalowski <tpowa@archlinux.org>
Date: Fri, 21 Nov 2014 20:54:58 +1000
Subject: [PATCH] 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>
---
scripts/pacman-key.sh.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index ba8d02e..5ba0ad8 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
--
2.1.3