From 62c7a26e4763836364bd7f372454bf2b385d7a45 Mon Sep 17 00:00:00 2001 From: zuntum Date: Tue, 26 Jun 2001 16:02:17 +0000 Subject: Update getmail to 2.1.0 Changes: -fix the "blank lines output, even in quiet mode" problem which caused cron to send email every time getmail was run. Thanks to Errol Casey for finding the cause. -Handle user aborting getmail better. -Remove dead parameter from message_add_info() -move file locking to separate functions -add file locking around handling of oldmail file -move regular expression objects into a dictionary -add ability to deliver to a command (pipe delivery) like maildrop or procmail. getmail won't do this if it's running as root. --- mail/getmail/Makefile | 4 ++-- mail/getmail/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/getmail') diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 16befdd4284..e67bd969004 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/06/23 11:00:14 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/26 16:02:17 zuntum Exp $ # -DISTNAME= getmail-2.0.20 +DISTNAME= getmail-2.1.0 CATEGORIES= mail MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index c22549c6a9b..8f01ecbbcf2 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/06/23 11:00:15 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2001/06/26 16:02:17 zuntum Exp $ -SHA1 (getmail-2.0.20.tar.gz) = e8562d56e65f534369b8a356e681ea44bcb36d09 -Size (getmail-2.0.20.tar.gz) = 38184 bytes +SHA1 (getmail-2.1.0.tar.gz) = 253bf8494ef6dd64270b881614a07ba543a4e6b4 +Size (getmail-2.1.0.tar.gz) = 38936 bytes -- cgit v1.2.3