Date: Sun, 7 Jan 2018 15:49:44 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458351 - head Message-ID: <201801071549.w07Fnik9025572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Jan 7 15:49:44 2018 New Revision: 458351 URL: https://svnweb.freebsd.org/changeset/ports/458351 Log: 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 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jan 7 15:45:41 2018 (r458350) +++ head/UPDATING Sun Jan 7 15:49:44 2018 (r458351) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071549.w07Fnik9025572>