diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-07 15:49:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-07 15:49:44 +0000 |
commit | 85f2733fed2c37dafc75fec898faed73a7d5ae16 (patch) | |
tree | f0cbef1053dee791366293df6c49603207b2f79f /UPDATING | |
parent | c2264f8ceac43594bde0d2d9a75acdb89cc9d766 (diff) | |
download | ports-85f2733fed2c37dafc75fec898faed73a7d5ae16.tar.gz ports-85f2733fed2c37dafc75fec898faed73a7d5ae16.zip |
Notes
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 |