summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-11-21 21:16:20 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-11-21 21:16:20 (GMT)
commit53bc2cba958b00609fdfcf85f655399f00235305 (patch)
tree77f486de8ba1f5766120c4868ac7a45aa8f67ecc /abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
parentd72ea2ef7359c1beec79619b52c7229fdd150cb8 (diff)
downloadlinhes_pkgbuild-53bc2cba958b00609fdfcf85f655399f00235305.zip
linhes_pkgbuild-53bc2cba958b00609fdfcf85f655399f00235305.tar.gz
linhes_pkgbuild-53bc2cba958b00609fdfcf85f655399f00235305.tar.bz2
pacman: update to 4.1.2
Diffstat (limited to 'abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch')
-rw-r--r--abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch b/abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
new file mode 100644
index 0000000..65b72ef
--- /dev/null
+++ b/abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
@@ -0,0 +1,27 @@
+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
+