[Lunar-commits] CVS: moonbase/mail/exim BUILD, 1.8, 1.9 CONFLICTS,
1.2, 1.3 DETAILS, 1.6, 1.7
Terry Chan
tchan at lunar-linux.org
Wed Apr 21 22:50:54 GMT 2004
Update of /var/cvs/lunar/moonbase/mail/exim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29574
Modified Files:
BUILD CONFLICTS DETAILS
Log Message:
Changing "exim" module from exim3 to exim4. Removed the POST_INSTALL exim3
conversion to exim4.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/exim/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 14 Feb 2004 04:33:49 -0000 1.8
+++ BUILD 21 Apr 2004 22:50:52 -0000 1.9
@@ -6,9 +6,9 @@
chmod 1777 /var/spool/mail
chown mail:mail /var/spool/mail
- mkdir Local
+ mkdir Local
- if module_installed xserver ; then
+ if module_installed xserver ; then
cp src/EDITME Local/Makefile
cp exim_monitor/EDITME Local/eximon.conf
else
@@ -43,6 +43,7 @@
echo "AUTH_CRAM_MD5=yes" >> Local/Makefile
echo "AUTH_PLAINTEXT=yes" >> Local/Makefile
echo "LOOKUP_NIS=yes" >> Local/Makefile
+ echo "SUPPORT_MAILDIR=yes" >> Local/Makefile
default_make
Index: CONFLICTS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/exim/CONFLICTS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFLICTS 10 Nov 2003 23:38:38 -0000 1.2
+++ CONFLICTS 21 Apr 2004 22:50:52 -0000 1.3
@@ -1,3 +1,2 @@
conflicts postfix &&
-conflicts sendmail &&
-conflicts exim4
+conflicts sendmail
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/exim/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 7 Aug 2003 19:09:56 -0000 1.6
+++ DETAILS 21 Apr 2004 22:50:52 -0000 1.7
@@ -1,11 +1,13 @@
MODULE=exim
- VERSION=3.36
- SOURCE=$MODULE-$VERSION.tar.bz2
+ VERSION=4.32
+ #VERSION=4.31
+ SOURCE=exim-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/email/$MODULE/exim3/$SOURCE
+ SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE
+ SOURCE_VFY=md5:f2dcbca57a8051c4d89d2cc8d96efd94
WEB_SITE=http://www.exim.org
- ENTERED=20010922
- UPDATED=20030807
+ ENTERED=20030923
+ UPDATED=20040421
MAINTAINER="tchan at lunar-linux.org"
SHORT="exim is an Email server."
PSAFE=no
More information about the Lunar-commits
mailing list