From owner-cvs-ports@FreeBSD.ORG Mon Mar 28 13:50:20 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D97106564A; Mon, 28 Mar 2011 13:50:20 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 174FD8FC0A; Mon, 28 Mar 2011 13:50:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2SDoK1F042306; Mon, 28 Mar 2011 13:50:20 GMT (envelope-from rea@repoman.freebsd.org) Received: (from rea@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2SDoJNO042305; Mon, 28 Mar 2011 13:50:19 GMT (envelope-from rea) Message-Id: <201103281350.p2SDoJNO042305@repoman.freebsd.org> From: Eygene Ryabinkin Date: Mon, 28 Mar 2011 13:50:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile distinfo ports/mail/exim/files patch-src::EDITME X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 13:50:20 -0000 rea 2011-03-28 13:50:19 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo mail/exim/files patch-src::EDITME Log: mail/exim: upgrade to 4.75 From NewStuff-4.75: 1. In addition to the existing LDAP and LDAP/SSL ("ldaps") support, there is now LDAP/TLS support, given sufficiently modern OpenLDAP client libraries. The following global options have been added in support of this: ldap_ca_cert_dir, ldap_ca_cert_file, ldap_cert_file, ldap_cert_key, ldap_cipher_suite, ldap_require_cert, ldap_start_tls. 2. The pipe transport now takes a boolean option, "freeze_signal", default false. When true, if the external delivery command exits on a signal then Exim will freeze the message in the queue, instead of generating a bounce. 3. Log filenames may now use %M as an escape, instead of %D (still available). The %M pattern expands to yyyymm, providing month-level resolution. 4. The $message_linecount variable is now updated for the maildir_tag option, in the same way as $message_size, to reflect the real number of lines, including any header additions or removals from transport. 5. When contacting a pool of SpamAssassin servers configured in spamd_address, Exim now selects entries randomly, to better scale in a cluster setup. Full changelog and new stuff files: - ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.75 - ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.75 Added two configurable knobs (based on ports/154956): - CONFIG_FILE_PATH: location of the main configuration file - ALT_CONFIG_PREFIX: prefix for alternative configuration files. PR: 154956 Feature safe: yes Approved by: garga (mentor) Revision Changes Path 1.258 +19 -3 ports/mail/exim/Makefile 1.103 +2 -2 ports/mail/exim/distinfo 1.30 +2 -2 ports/mail/exim/files/patch-src::EDITME