diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-07 23:49:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-01-07 23:49:44 +0800 |
commit | d13a43df2dd90a4d8b502eae136e9cc7f8fd750f (patch) | |
tree | f0cbef1053dee791366293df6c49603207b2f79f /UPDATING | |
parent | dda56df520f693a4565928181042fb3187b59025 (diff) | |
download | freebsd-ports-gnome-d13a43df2dd90a4d8b502eae136e9cc7f8fd750f.tar.gz freebsd-ports-gnome-d13a43df2dd90a4d8b502eae136e9cc7f8fd750f.tar.zst freebsd-ports-gnome-d13a43df2dd90a4d8b502eae136e9cc7f8fd750f.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |