Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 04:20:03 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/11758 [PATCH] Upgrade exim port to 3.01
Message-ID:  <199905311120.EAA69026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11758; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/11758 [PATCH] Upgrade exim port to 3.01
Date: Mon, 31 May 1999 13:14:02 +0200

 Exim-3.01 includes fixes that I didn't think were important for FreeBSD.
 I was wrong -- the README.UPDATING is vastly improved. The following
 diffs supercede those submitted before. Please make sure the commit log
 reflects an upgrade to 3.01 and not 3.00 . ;-)
 
 Thanks,
 Sheldon.
 
 PS: exim-texinfo-3.00 is intentional -- documentation isn't changed for
     point releases.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/exim/Makefile,v
 retrieving revision 1.27
 diff -u -d -r1.27 Makefile
 --- Makefile	1999/02/10 16:09:48	1.27
 +++ Makefile	1999/05/31 11:01:05
 @@ -6,15 +6,15 @@
  # $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $
  #
  
 -DISTNAME=	exim-2.12
 +DISTNAME=	exim-3.01
  CATEGORIES=	mail
  MASTER_SITES=	ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
  		ftp://ftp.quite.net/pub/exim/ \
  		http://www.exim.org/ftp/ \
  		ftp://ftp.is.co.za/networking/mail/transport/exim/
 -DISTFILES=	exim-2.12.tar.gz exim-texinfo-2.10.tar.gz
 +DISTFILES=	exim-3.01.tar.gz exim-texinfo-3.00.tar.gz
  
 -MAINTAINER=	axl@iafrica.com
 +MAINTAINER=	sheldonh@FreeBSD.ORG
  
  # If USE_XLIB is defined, the eximon monitor, which requires X, will be
  # built.
 @@ -39,7 +39,7 @@
  	${SED} -e "s#XX_BINOWN_XX#${BINOWN}#" \
  	    < ${FILESDIR}/configure.default > ${WRKSRC}/src/configure.default
  	cd ${WRKSRC}/doc && \
 -	for i in ../../exim-texinfo-2.10/doc/* ; do \
 +	for i in ../../exim-texinfo-3.00/doc/* ; do \
  		ln -sf $$i ; \
  	done
  
 Index: files/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/exim/files/Makefile,v
 retrieving revision 1.8
 diff -u -d -r1.8 Makefile
 --- Makefile	1998/11/18 11:42:46	1.8
 +++ Makefile	1999/05/25 12:53:29
 @@ -227,7 +227,7 @@
  # "panic", "process" or "reject" to form the final file name. For example,
  # some installations may want something like this:
  
 -LOG_FILE_PATH=/var/log/exim_%slog
 +LOG_FILE_PATH=/var/log/exim/%slog
  
  # which results in files with names /var/log/exim_mainlog, etc. The directory
  # in which the log files are placed must exist; Exim does not try to create
 Index: files/configure.default
 ===================================================================
 RCS file: /home/ncvs/ports/mail/exim/files/configure.default,v
 retrieving revision 1.3
 diff -u -d -r1.3 configure.default
 --- configure.default	1998/12/17 10:54:24	1.3
 +++ configure.default	1999/05/25 13:04:42
 @@ -79,7 +79,7 @@
  # expensive, you can specify the networks for which a lookup is done, or
  # remove the setting entirely.
  
 -host_lookup_nets = 0.0.0.0/0
 +host_lookup = 0.0.0.0/0
  
  
  # Exim contains support for the Realtime Blocking List (RBL) that is being
 @@ -99,7 +99,7 @@
  # unscrupulous people out there who will make use of open relays to try to
  # disguise the source of unsolicited bulk mail.
  
 -sender_net_accept_relay = 127.0.0.1/32
 +host_accept_relay = "127.0.0.1/32"
  
  
  # If you want Exim to support the "percent hack" for all your local domains,
 @@ -233,6 +233,8 @@
  
  system_aliases:
    driver = aliasfile
 +  file_transport = address_file
 +  pipe_transport = address_pipe
    file = /etc/aliases
    search_type = lsearch
  # user = XX_BINOWN_XX
 @@ -248,6 +250,9 @@
  
  userforward:
    driver = forwardfile
 +  file_transport = address_file
 +  pipe_transport = address_pipe
 +  reply_transport = address_reply
    file = .forward
    no_verify
    no_expn
 Index: files/md5
 ===================================================================
 RCS file: /home/ncvs/ports/mail/exim/files/md5,v
 retrieving revision 1.18
 diff -u -d -r1.18 md5
 --- md5	1999/02/10 16:09:49	1.18
 +++ md5	1999/05/31 11:08:41
 @@ -1,2 +1,2 @@
 -MD5 (exim-2.12.tar.gz) = 0fb2147e34752cb84d450b61ac89e3fc
 -MD5 (exim-texinfo-2.10.tar.gz) = ece154c4c8c95e3983d11c5de186005c
 +MD5 (exim-3.01.tar.gz) = b0578917ec8ed2290f70cc3d0ac708cb
 +MD5 (exim-texinfo-3.00.tar.gz) = b02bbc0477d97d94fe597590be2932ab
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905311120.EAA69026>