diff options
author | simonb <simonb@pkgsrc.org> | 2000-07-21 14:10:15 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2000-07-21 14:10:15 +0000 |
commit | 8c547b18d12094ef42e402c4591f4d4d353ef063 (patch) | |
tree | 14e2e18f32282165e41553cbb993b7a3c04221c5 /mail/procmail | |
parent | 2f82e7ec37040fc1eba47a7c25d60dbc6c9f0e33 (diff) | |
download | pkgsrc-8c547b18d12094ef42e402c4591f4d4d353ef063.tar.gz |
Upgrade to procmail 3.14.
Major changes are:
- Some zero-length extractions using \/ could core dump
- Missed a couple possible overflows
- Support delivery to maildir mailboxes
- Support all styles of mailbox for the mail spool
- Avoid renaming over old messages in directory folders
- fsync() mailboxes before closing them
- Overflows at certain times would confuse procmail
- Root owned lockfiles aren't bogus
Full list of changes are in procmail-3.14/HISTORY.
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 | ||||
-rw-r--r-- | mail/procmail/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index bdbbf78a634..c41e6bb89af 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2000/01/09 01:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2000/07/21 14:10:15 simonb Exp $ # FreeBSD Id: Makefile,v 1.24 1997/05/14 14:40:34 ache Exp # -DISTNAME= procmail-3.13.1 +DISTNAME= procmail-3.14 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ diff --git a/mail/procmail/files/md5 b/mail/procmail/files/md5 index 23ae1f81685..60bcdfbfced 100644 --- a/mail/procmail/files/md5 +++ b/mail/procmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/04/07 02:59:19 cjs Exp $ +$NetBSD: md5,v 1.5 2000/07/21 14:10:15 simonb Exp $ -MD5 (procmail-3.13.1.tar.gz) = e11a66d645ce885d9cf945d670ea595b +MD5 (procmail-3.14.tar.gz) = c10ae1301aa78352348b340ab8df4f77 |