summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:18:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:18:35 -0700
commit1d713ce6d0f4db271f70e3013c8d8ca5ff5ec994 (patch)
tree3789c978bd7299302a28bae653721bfb824e85a0
parent579b176e686d1b30cc8ecde55c5a8a31310c5938 (diff)
downloadmailscripts-1d713ce6d0f4db271f70e3013c8d8ca5ff5ec994.tar.gz
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a0078c..71107bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
mailscripts (0.16-1) UNRELEASED; urgency=medium
- * email-print-mime-structure: add a test suite (Closes: #945451).
- Thanks to Daniel Kahn Gillmor for the patch series.
+ email-print-mime-structure:
+ * Add a test suite (Closes: #945451).
- Add <!nocheck> builddeps on
+ diffutils
+ python3
@@ -9,6 +9,16 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium
+ gpg
+ gpg-agent
+ mypy.
+ * Add capability to decrypt S/MIME-encrypted messages (Closes: #945195).
+ - Add gpgsm, openssl to Build-Depends and Suggests.
+ * Add capability to handle one-part PKCS#7 signature objects.
+ - Add gnutls-bin to Build-Depends and Suggests.
+ * Fully decode encrypted parts before passing to any decryption
+ mechanism.
+ See <https://bugs.debian.org/945195#100>.
+
+ Thanks to Daniel Kahn Gillmor for two patch series implementing these
+ improvements.
-- Sean Whitton <spwhitton@spwhitton.name> Mon, 25 Nov 2019 07:55:47 -0700