diff options
author | kleink <kleink@pkgsrc.org> | 2005-11-14 08:27:55 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2005-11-14 08:27:55 +0000 |
commit | 2789eaaf72aa6457c030d40d0a748a008fba0da1 (patch) | |
tree | 0d89bcf089f18fcb075977567ff468373b3b7ebd /mail/mailgraph | |
parent | 589e9035301f9dd8b1c2cab08e2027ba9f173c7f (diff) | |
download | pkgsrc-2789eaaf72aa6457c030d40d0a748a008fba0da1.tar.gz |
Update mailgraph to 1.12; changes include:
2005-10-16
----------
* released version 1.12
* sendmail fixes (Ben Lentz, R. Scott Baer)
* compatibility with rrdtool 1.2.0 and 1.2.1 (no --slope-mode)
* compatibility with SpamAssassin 3.1.0 (Matias Lopez Bergero)
2005-08-15
----------
* add support for newer Vexira versions (Alexandru Suchici)
2005-06-09
----------
* sendmail fixes (Immo Goltz)
* ensure that the correct RRA is always chosen
* nice -19 for mailgraph.pl in example init script (Alexander Norman)
2005-06-05
----------
* released version 1.11
* add support for clamsmtpd (Aaron Wolfe)
* add support for AVMilter (Stephan A. Klein)
* add chkconfig to init script (DanielC)
* add support for bogofilter (Erwan David)
* add support for Kaspersky anti SPAM (Igor Moskovko)
* add --virbl-is-spam (Cyriel de Grijs)
* detect as virus mails blocked by amavis by file-extension
* sendmail fixes (Alexander Bochmann)
* compatibility with RRDtool 1.2.x
2005-04-07
----------
* document the --logtypes
2005-01-24
----------
* recognize postfix/error bounces
* --daemon-rrd is now always respected (also without --daemon)
2004-11-04
----------
* ignore per-recipient log entries of new amavisd-new versions
Approved by Kimmo.
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 4 | ||||
-rw-r--r-- | mail/mailgraph/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 6b8cdda9ff9..09a3b4e4771 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/10/23 21:43:58 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/14 08:27:55 kleink Exp $ # -DISTNAME= mailgraph-1.10 +DISTNAME= mailgraph-1.12 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ \ http://people.ee.ethz.ch/~dws/software/mailgraph/pub/old/ diff --git a/mail/mailgraph/distinfo b/mail/mailgraph/distinfo index f85604c0c69..eb8c8c2d135 100644 --- a/mail/mailgraph/distinfo +++ b/mail/mailgraph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 09:59:24 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/11/14 08:27:55 kleink Exp $ -SHA1 (mailgraph-1.10.tar.gz) = 9c7db8bedf13201a1e17446e415f9d5d7921c17b -RMD160 (mailgraph-1.10.tar.gz) = a15b874153e365e32ee85c61aaa3ada9b47c5729 -Size (mailgraph-1.10.tar.gz) = 19234 bytes +SHA1 (mailgraph-1.12.tar.gz) = 08bbe7f6e66f1b14b40ce7da8caa716b6ee122e3 +RMD160 (mailgraph-1.12.tar.gz) = 37111b29e4519010f102c71306ba6b896082cb6f +Size (mailgraph-1.12.tar.gz) = 20053 bytes |