pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailcrypt Update to version 3.5.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/56cf71e8c771
branches: trunk
changeset: 459914:56cf71e8c771
user: seb <seb%pkgsrc.org@localhost>
date: Mon Aug 11 15:57:42 2003 +0000
description:
Update 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 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.
diffstat:
mail/mailcrypt/Makefile | 5 ++---
mail/mailcrypt/distinfo | 9 ++++-----
mail/mailcrypt/patches/patch-aa | 10 +++++-----
mail/mailcrypt/patches/patch-ab | 17 -----------------
4 files changed, 11 insertions(+), 30 deletions(-)
diffs (81 lines):
diff -r 233a445c8ea8 -r 56cf71e8c771 mail/mailcrypt/Makefile
--- a/mail/mailcrypt/Makefile Mon Aug 11 15:32:49 2003 +0000
+++ b/mail/mailcrypt/Makefile Mon Aug 11 15:57:42 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2003/08/09 11:08:54 seb Exp $
+# $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.6
+DISTNAME= mailcrypt-3.5.8
CATEGORIES= mail security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/}
@@ -15,7 +15,6 @@
GNU_CONFIGURE= yes
MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX}
-USE_MAKEINFO= YES
INFO_FILES= mailcrypt.info
.include "../../mk/emacs.mk"
diff -r 233a445c8ea8 -r 56cf71e8c771 mail/mailcrypt/distinfo
--- a/mail/mailcrypt/distinfo Mon Aug 11 15:32:49 2003 +0000
+++ b/mail/mailcrypt/distinfo Mon Aug 11 15:57:42 2003 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/07/31 16:07:02 seb Exp $
+$NetBSD: distinfo,v 1.4 2003/08/11 15:57:42 seb Exp $
-SHA1 (mailcrypt-3.5.6.tar.gz) = ac53c42c5e1b7f2200582204217f321a46b5f436
-Size (mailcrypt-3.5.6.tar.gz) = 158813 bytes
-SHA1 (patch-aa) = 07f5da8d69707bab3a0c0f9b4e820a6131c3b270
-SHA1 (patch-ab) = 3d0dfd17ddef6b33c0364e391bdc25fb3e309712
+SHA1 (mailcrypt-3.5.8.tar.gz) = 5c107c74150113bdb9ddd76dccf1ad62eec3c296
+Size (mailcrypt-3.5.8.tar.gz) = 213415 bytes
+SHA1 (patch-aa) = 6b44ca1ad6c13df2a85602c360f07fd741a2a3bd
diff -r 233a445c8ea8 -r 56cf71e8c771 mail/mailcrypt/patches/patch-aa
--- a/mail/mailcrypt/patches/patch-aa Mon Aug 11 15:32:49 2003 +0000
+++ b/mail/mailcrypt/patches/patch-aa Mon Aug 11 15:57:42 2003 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2003/07/31 16:07:04 seb Exp $
+$NetBSD: patch-aa,v 1.3 2003/08/11 15:57:43 seb Exp $
---- Makefile.in.orig 2000-10-29 10:41:52.000000000 +0000
+--- Makefile.in.orig 2002-09-25 04:57:03.000000000 +0000
+++ Makefile.in
@@ -12,7 +12,7 @@ exec_prefix = @exec_prefix@
datadir = $(prefix)/share
# Where to put the .el and .elc files
--lispdir=$(datadir)/emacs/site-lisp
-+lispdir=$(EMACS_LISPPREFIX)
+-lispdir = $(datadir)/emacs/site-lisp
++lispdir = $(EMACS_LISPPREFIX)
# Where to put the Info files
- infodir=$(prefix)/info
+ infodir = @infodir@
@@ -27,7 +27,6 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_INFO = @INSTALL_INFO@
diff -r 233a445c8ea8 -r 56cf71e8c771 mail/mailcrypt/patches/patch-ab
--- a/mail/mailcrypt/patches/patch-ab Mon Aug 11 15:32:49 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/07/31 16:07:04 seb Exp $
-
---- mailcrypt.texi.orig 2001-05-22 06:45:04.000000000 +0000
-+++ mailcrypt.texi
-@@ -45,6 +45,12 @@ Software Foundation, 675 Mass Ave, Cambr
-
- @end ifinfo
-
-+@dircategory Emacs
-+@direntry
-+* Mailcrypt: (mailcrypt). Emacs Interface to cryptographic functions
-+ for mail and news.
-+@end direntry
-+
- @titlepage
- @title Mailcrypt: An EMACS Interface to PGP
- @subtitle Version @value{VERSION}
Home |
Main Index |
Thread Index |
Old Index