diff options
author | abs <abs@pkgsrc.org> | 2004-05-07 17:47:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-05-07 17:47:32 +0000 |
commit | 97ee75b4bc8da2cdc39ae586388c2fff173895e4 (patch) | |
tree | e866d595608d988f154504f5c5c321aab3eeaa65 /mail/exim/Makefile | |
parent | 3c9d16013b996398dcea39564c2d28caa7b5e49f (diff) | |
download | pkgsrc-97ee75b4bc8da2cdc39ae586388c2fff173895e4.tar.gz |
Update exim3 to exim-3.36nb2
- Fix buffer overflows listed at http://www.guninski.com/exim1.html
Update exim to exim-4.33nb1 (from 4.22nb5)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33
- 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime
Update exim-exiscan to 4.33_20nb1 (from 4.22-12)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33_20
- Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include
- added option to use multiple spamd servers
- many mime changes
- Added Brightmail Antispam support
- clamd fixes
Update exim-html to 4.30 (from 4.20)
- Update to latest docs
Delete exim-user
- No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7529b1c1836..124cecb3335 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.45 2004/05/07 11:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2004/05/07 17:47:32 abs Exp $ DISTNAME= exim-${EXIM_VERSION} -PKGREVISION= 5 +PKGREVISION= 1 CATEGORIES= mail net MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.exim.org/ COMMENT= The Exim mail transfer agent, a replacement for sendmail -DEPENDS+= exim-user>=4.10nb1:../../mail/exim-user CONFLICTS+= exim-exiscan-[0-9]* .include "Makefile.common" |