pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist Update "milter-greylist" package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff9786d73dba
branches:  trunk
changeset: 476542:ff9786d73dba
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jun 13 14:11:16 2004 +0000

description:
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:

 mail/milter-greylist/Makefile |  7 +++----
 mail/milter-greylist/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r f7b05568db41 -r ff9786d73dba mail/milter-greylist/Makefile
--- a/mail/milter-greylist/Makefile     Sun Jun 13 14:03:28 2004 +0000
+++ b/mail/milter-greylist/Makefile     Sun Jun 13 14:11:16 2004 +0000
@@ -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@localhost
+MAINTAINER=    manu%netbsd.org@localhost
 HOMEPAGE=      http://hcpnet.free.fr/milter-greylist/
 COMMENT=       Easy-to-use greylist milter for sendmail
 
diff -r f7b05568db41 -r ff9786d73dba mail/milter-greylist/distinfo
--- a/mail/milter-greylist/distinfo     Sun Jun 13 14:03:28 2004 +0000
+++ b/mail/milter-greylist/distinfo     Sun Jun 13 14:11:16 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index