Date: Thu, 03 Jun 1999 13:20:29 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12004: [PATCH] Upgrade exim port to 3.02 Message-ID: <14162.928408829@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
>Number: 12004 >Category: ports >Synopsis: [PATCH] Upgrade exim port to 3.02 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 3 04:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET South Africa >Environment: N/A >Description: Suggested commit log: Upgrade to version 3.02, featuring: Simplified handling of domain/host/net/address lists. Regex handling bugfixes and improvements. Bugfixes. Logical improvements. Documentation improvements. WARNING: backward compatability issues. See README.UPDATING in the distribution tarball for details. Change maintainer's address. >How-To-Repeat: N/A >Fix: The following diffs against the existing port will upgrade it to version 3.02. 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/06/03 08:16:43 @@ -6,15 +6,15 @@ # $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $ # -DISTNAME= exim-2.12 +DISTNAME= exim-3.02 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.02.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/06/03 11:16:24 @@ -311,12 +311,6 @@ # then whichever of the two options it does have is added to the file name, # whether obtained from PID_FILE_PATH or by default. -# If you set PID_FILE_PATH, then it is your responsibility to ensure that -# Exim is capable of writing to the relevant files. If you have defined -# EXIM_UID and EXIM_GID above, then that uid/gid combination must be able to -# create and write to the files. If the attempt to open the file fails, Exim -# just refrains from trying to write the data. - # The pid file path does not have to be set here; it can be also be set by an # option in the runtime configuration file, which takes precedence over any # setting here. 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/06/03 08:31:14 @@ -1,2 +1,2 @@ -MD5 (exim-2.12.tar.gz) = 0fb2147e34752cb84d450b61ac89e3fc -MD5 (exim-texinfo-2.10.tar.gz) = ece154c4c8c95e3983d11c5de186005c +MD5 (exim-3.02.tar.gz) = c02fc43a8999c483a8aab24b6aad42cb +MD5 (exim-texinfo-3.00.tar.gz) = b02bbc0477d97d94fe597590be2932ab >Release-Note: >Audit-Trail: >Unformatted: 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?14162.928408829>