diff options
author | tron <tron> | 2008-09-08 10:07:19 +0000 |
---|---|---|
committer | tron <tron> | 2008-09-08 10:07:19 +0000 |
commit | 2f24686d63a1f7c9c80c5f384109cbe74bda297b (patch) | |
tree | 31a9cb77e962ac63abc4bfef0dc6a50dbb10cbaa /mail/milter-greylist/Makefile | |
parent | 62056350af5f979f0f74fd410ad2ba5f1c24ce02 (diff) | |
download | pkgsrc-2f24686d63a1f7c9c80c5f384109cbe74bda297b.tar.gz |
Update "milter-greylist" to version 4.0.1. Changes since 4.0:
- Fix build of GeoIP code
- Fix auth and tls clauses in ACL so that they accept regex
- Update Debian startup script (Adam Katz)
- Fix bogus ACL when using features not compiled in
- Fix corruption in urlcheck parsing (Benoit Branciard)
- Document what package contains libmilter
- Fix error about stat in greylist.conf (Bob Smith)
- Avoid C99 specific syntax (Greg Troxel)
- Documentation fixes
- Fix typos in documentation (Constantine A. Murenin)
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 9b1c009abc0..de944b9801a 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2008/05/25 20:49:39 tron Exp $ +# $NetBSD: Makefile,v 1.36 2008/09/08 10:07:19 tron Exp $ -DISTNAME= milter-greylist-4.0 +DISTNAME= milter-greylist-4.0.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz |