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 | 4e437bb2bc3c3fa27352fe413870b4836fbff2e3 (patch) | |
tree | e866d595608d988f154504f5c5c321aab3eeaa65 /mail/exim-exiscan | |
parent | 6d1d20e2c37609e07ca574485a1120c02afa0aa9 (diff) | |
download | pkgsrc-4e437bb2bc3c3fa27352fe413870b4836fbff2e3.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-exiscan')
-rw-r--r-- | mail/exim-exiscan/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile index 5241362118e..954327aa04d 100644 --- a/mail/exim-exiscan/Makefile +++ b/mail/exim-exiscan/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/07 17:47:32 abs Exp $ DISTNAME= exim-${EXIM_VERSION} -PKGREVISION= 3 -PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION} +PKGREVISION= 1 +PKGNAME= exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION} CATEGORIES= mail net MAINTAINER= abs@NetBSD.org HOMEPAGE= http://duncanthrax.net/exiscan-acl/ COMMENT= The Exim mail transfer agent, with exiscan-acl patches -DEPENDS+= exim-user>=1.0:../../mail/exim-user CONFLICTS+= exim-[0-9]* -EXISCAN_VERSION=12 +EXISCAN_VERSION=20 PATCH_SITES= http://duncanthrax.net/exiscan-acl/ -PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch +PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch.bz2 DISTINFO_FILE= ${.CURDIR}/../../mail/exim/distinfo PATCHDIR= ${.CURDIR}/../../mail/exim/patches |