summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-06-13 14:11:16 +0000
committertron <tron@pkgsrc.org>2004-06-13 14:11:16 +0000
commit106d35afa7b3d0d9decf2d0586e68ad0ff870159 (patch)
tree6365e605f036b99216f267150f946332aefe8db3 /mail
parent2bea6dfec5eb6bb5d0b26c61547b477e1327a425 (diff)
downloadpkgsrc-106d35afa7b3d0d9decf2d0586e68ad0ff870159.tar.gz
Update "milter-greylist" package to version 1.4. Changes since version 1.2:
- Solaris rc script from Christian Pelissier - Correctly check pthread function return values - Avoid using a thread for the initial config file load (useless) - Bug fix: Domain regex were not freed on config file reloads- - Bug fix: Timeout parmaeter was not honoured everywhere - Shut up a warning at build time - Bug fix: on some platforms, reloading the config caused SIGSEGV - Big bug fix: rcpt keywords did not work anymore without regex- - Case-insensitive regular expression matching - Fix install bug on some platforms (permissions) - Use CC as defined by configure, fix the build on Solaris - Build fix in Yacc file - DNS support in greylist.conf through the domain keyword - Make the greylist timeout a config file option - Bug fix: lazyaw did not work properly in some situations - Final dump on milter-greylist exit - Case insensitive check for autowhitelist everywhere (was inconsistent) - Better scallability by adjusting the dump delay - Work with NetBSD 2.0 native libpthread - Support STARTTLS (Contribution from Matthieu Herrb) - Add a list of broken MTA in the default whitelist - Fix a bug that caused wrong delay time. - Documentation about MX sync and firewalls - Case insensitive autowhitelist e-mail addresses checks - Introduce a lazyaw option to match only IP addreses in autowhitelist - Remove fake error message on dump reload (make the LOG_DEBUG) - List build dependenvies in README Approved by Alistair Crooks.
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/Makefile7
-rw-r--r--mail/milter-greylist/distinfo6
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 68ba8a983a4..05bb1dc34a3 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2004/04/15 20:31:36 tron Exp $
+# $NetBSD: Makefile,v 1.10 2004/06/13 14:11:16 tron Exp $
-DISTNAME= milter-greylist-1.2
-PKGREVISION= 1
+DISTNAME= milter-greylist-1.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
-MAINTAINER= manu@netbsd.rg
+MAINTAINER= manu@netbsd.org
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
COMMENT= Easy-to-use greylist milter for sendmail
diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo
index 65e217c9f6b..8845baeadc8 100644
--- a/mail/milter-greylist/distinfo
+++ b/mail/milter-greylist/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/04/14 15:45:46 manu Exp $
+$NetBSD: distinfo,v 1.6 2004/06/13 14:11:16 tron Exp $
-SHA1 (milter-greylist-1.2.tgz) = fd63691ff1fdb258f2165a00677ae3773492efad
-Size (milter-greylist-1.2.tgz) = 88274 bytes
+SHA1 (milter-greylist-1.4.tgz) = 683c19eb510f5222714003cdd7596acd7207aef8
+Size (milter-greylist-1.4.tgz) = 93239 bytes