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>2015-07-05 16:26:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-07-05 16:26:59 (GMT)
commitd39f95aa83e0f76ab255322fbfcd35b23236f0a7 (patch)
treef3bac057b4f3ab7a7c5b19cb7afe8aa81e9d5088 /abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
parentd3910d114d7c89f95c39765fc0e716f8ecae7b84 (diff)
downloadlinhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.zip
linhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.tar.gz
linhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.tar.bz2
pacman: update to 4.2.1
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, 0 insertions, 27 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
deleted file mode 100644
index 65b72ef..0000000
--- a/abs/core/pacman/0001-pacman-key-compatibility-with-gnupg-2.1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-