[mutt] 01/01: misc/smime.rc.patch: switch to 'openssl cms' for decrypt (superset of smime) (Closes: 639533).

Antonio Radici antonio at moszumanska.debian.org
Thu Sep 8 21:00:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit 1e72962dfb860c38517ad147ce0fd05c8380bb3c
Author: Antonio Radici <antonio at debian.org>
Date:   Thu Sep 8 22:00:03 2016 +0100

    misc/smime.rc.patch: switch to 'openssl cms' for decrypt (superset of smime) (Closes: 639533).
---
 debian/changelog                   | 2 ++
 debian/patches/misc/smime.rc.patch | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9a957a9..103188d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ mutt (1.7.0-2) UNRELEASED; urgency=medium
       binding to exit from the pager (Closes: 834448).
     + debian-specific/828751-pinentry-gpg2-support.patch: enable gpgme by
       default, delegating all crypto to gnupg (Closes: 96144, 828751, 824832).
+    + misc/smime.rc.patch: switch to 'openssl cms' for decrypt (superset of
+      smime) (Closes: 639533).
   * debian/extra/rc/notmuch.rc: restored the notmuch keybindings
     (Closes: 836148).
   * debian/NEWS: added information about GPGME being enabled by default.
diff --git a/debian/patches/misc/smime.rc.patch b/debian/patches/misc/smime.rc.patch
index 0a96986..719c613 100644
--- a/debian/patches/misc/smime.rc.patch
+++ b/debian/patches/misc/smime.rc.patch
@@ -56,3 +56,12 @@ Signed-off-by: Matteo F. Vescovi <mfv at debian.org>
  
  # Path to where all known certificates go. (must exist!)
  set smime_certificates="~/.smime/certificates"
+@@ -77,7 +78,7 @@
+ #Section C: Incoming messages
+ 
+ # Decrypt a message.  Output is a MIME entity.
+-set smime_decrypt_command="openssl smime -decrypt -passin stdin -inform DER -in %f -inkey %k -recip %c"
++set smime_decrypt_command="openssl cms -decrypt -passin stdin -inform DER -in %f -inkey %k -recip %c"
+ 
+ # Verify a signature of type multipart/signed
+ set smime_verify_command="openssl smime -verify -inform DER -in %s %C -content %f"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list