summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-05-30 08:58:49 +0000
committergrant <grant>2004-05-30 08:58:49 +0000
commit59b62484abffc4ee4b9f66f6a9626cef62a7cbc6 (patch)
tree4879e68240d6358d17a88e39e8c88c4ac440a457
parentfc3c63b0bd730575e0b7747ff0be86d6c1a677b5 (diff)
downloadpkgsrc-59b62484abffc4ee4b9f66f6a9626cef62a7cbc6.tar.gz
Pull up revision 1.5 (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/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 02e0e6c2c85..99b4057a310 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/01/20 12:19:43 agc Exp $
+# $NetBSD: Makefile.common,v 1.4.2.1 2004/05/30 08:58:49 grant Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -10,7 +10,7 @@ USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
-EXIM_VERSION= 4.22
+EXIM_VERSION= 4.33
EXTRACT_SUFX= .tar.bz2
@@ -18,6 +18,9 @@ EXTRACT_SUFX= .tar.bz2
BUILD_DEFS= EXIM_USER EXIM_GROUP
+PKG_GROUPS= ${EXIM_GROUP}
+PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
+
WRKSRC= ${WRKDIR}/exim-${EXIM_VERSION}
PKG_SYSCONFSUBDIR?= exim
EXAMPLESDIR= ${PREFIX}/share/examples/exim