diff options
author | simonb <simonb> | 2000-07-21 14:10:15 +0000 |
---|---|---|
committer | simonb <simonb> | 2000-07-21 14:10:15 +0000 |
commit | 32ef7e22855c3d72e9ee0273a05aba5cee1baac9 (patch) | |
tree | 14e2e18f32282165e41553cbb993b7a3c04221c5 /mail/procmail | |
parent | 9b4a9bc57c2a419664197edef286880c8e2e1a48 (diff) | |
download | pkgsrc-32ef7e22855c3d72e9ee0273a05aba5cee1baac9.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 |