5fde0e5819
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6 below. 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.
21 lines
634 B
Makefile
21 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/08/11 15:57:42 seb Exp $
|
|
# FreeBSD Id: ports/mail/mailcrypt/Makefile,v 1.7 2000/05/14 05:21:52 billf Exp
|
|
|
|
DISTNAME= mailcrypt-3.5.8
|
|
CATEGORIES= mail security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/}
|
|
|
|
MAINTAINER= sommerfeld@NetBSD.org
|
|
HOMEPAGE= http://mailcrypt.sourceforge.net/
|
|
COMMENT= Emacs frontend for PGP and GPG
|
|
|
|
# What we would like to say here is: "we want GNU emacs"
|
|
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX}
|
|
|
|
INFO_FILES= mailcrypt.info
|
|
|
|
.include "../../mk/emacs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|