Date: Tue, 18 May 1999 13:09:55 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11758: [PATCH] Upgrade exim port to 3.00 Message-ID: <1198.927025795@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
>Number: 11758 >Category: ports >Synopsis: [PATCH] Upgrade exim port to 3.00 >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: Tue May 18 04:20: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.00, 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.00. This should _not_ be done until the 3.2-RELEASE ports freeze is over, since exim-2.12 is still the official stable release. 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/18 11:05:34 @@ -6,15 +6,15 @@ # $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $ # -DISTNAME= exim-2.12 +DISTNAME= exim-3.00 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.00.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/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/18 10:51:55 @@ -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/18 10:09:57 @@ -1,2 +1,2 @@ -MD5 (exim-2.12.tar.gz) = 0fb2147e34752cb84d450b61ac89e3fc -MD5 (exim-texinfo-2.10.tar.gz) = ece154c4c8c95e3983d11c5de186005c +MD5 (exim-3.00.tar.gz) = 8d31a444a10c4b8e5c7e609aaa575741 +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?1198.927025795>