summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-30 08:58:27 +0000
committergrant <grant@pkgsrc.org>2004-05-30 08:58:27 +0000
commit68e57a0ff5ac6a07f9fbfdce25be1b056db20aca (patch)
tree68ca32f8bf43546c3bfbdecb4d48713c97250b15
parent87c49f7f53852213922af013f31e3a804d066259 (diff)
downloadpkgsrc-68e57a0ff5ac6a07f9fbfdce25be1b056db20aca.tar.gz
Pull up revision 1.45 (requested by abs in ticket #28):
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
-rw-r--r--mail/exim/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 9ce50dd12aa..7e8bc3fa325 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.44.2.1 2004/05/30 08:54:13 grant Exp $
+# $NetBSD: Makefile,v 1.44.2.2 2004/05/30 08:58:27 grant 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"