summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-11 15:59:09 +0000
committerseb <seb@pkgsrc.org>2003-08-11 15:59:09 +0000
commit6a89cb7e860296378a245f9f7472d29f84ecce05 (patch)
treee47bd02328c89998b3b1e615324bdd94ed91c6a0
parent5fde0e581932589bbf998d094f1f6128e22e83cd (diff)
downloadpkgsrc-6a89cb7e860296378a245f9f7472d29f84ecce05.tar.gz
Note update of mail/mailcrypt to version 3.5.8.
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6: Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 7d22accaea3..b05e5c66098 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3024 2003/08/11 10:52:34 markd Exp $
+$NetBSD: CHANGES,v 1.3025 2003/08/11 15:59:09 seb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3235,3 +3235,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated nut to 9.0 [wiz 2003-08-11]
Updated xuvmstat to 20030810 [martin 2003-08-11]
Updated citrix_ica to 7.00.77757 [markd 2003-08-11]
+ Updated mailcrypt to 3.5.8 [seb 2003-08-11]