svn commit: r458351 - head

Adam Weinberger adamw at FreeBSD.org
Sun Jan 7 15:49:46 UTC 2018


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list