aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-01-07 15:49:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-01-07 15:49:44 +0000
commit85f2733fed2c37dafc75fec898faed73a7d5ae16 (patch)
treef0cbef1053dee791366293df6c49603207b2f79f /UPDATING
parentc2264f8ceac43594bde0d2d9a75acdb89cc9d766 (diff)
downloadports-85f2733fed2c37dafc75fec898faed73a7d5ae16.tar.gz
ports-85f2733fed2c37dafc75fec898faed73a7d5ae16.zip
Add a note about the gpg invocation from (neo)mutt changing from 2.0
to 2.2. The recommendation is just to use gpgme, but I'm including a (neo)muttrc command from David Wolfskill for people who prefer to roll their own. Reported by: David Wolfskill
Notes
Notes: svn path=/head/; revision=458351
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a0d50f1dda6e..6115ae5fd877 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180107
+ AFFECTS: users of security/gnupg and mail/mutt and mail/neomutt
+ AUTHOR: adamw@FreeBSD.org
+
+ The invocation for gpg from mutt/neomutt changed between gnupg-2.0
+ (which has expired and is now removed) and gnupg-2.2 (the current
+ version in the tree). Unless you're using gpgme, PGP-related
+ commands may fail in (neo)mutt.
+
+ In all cases, users are strongly urged to use security/gpgme to take
+ care of the setup for you. If you prefer to roll your own, the
+ following muttrc/neomuttrc entry has been reported to work:
+
+ pgp_decrypt_command="gpg2 %?p?--passphrase-fd 0 --pinentry-mode=loopback? --no-verbose --batch --output - %f"
+
+ See muttrc(5), neomuttrc(5), mutt.org, and neomutt.org for instructions
+ on (neo)mutt's gpg and gpgme instructions.
+
20180102:
AFFECTS: users of devel/awscli
AUTHOR: bhughes@FreeBSD.org