diff options
author | adam <adam> | 2016-04-09 10:49:39 +0000 |
---|---|---|
committer | adam <adam> | 2016-04-09 10:49:39 +0000 |
commit | fd8a0033ed90faabe0435b7aa5f62d054ca241dd (patch) | |
tree | efaf62993af0d9d4a81c431f729bfd52d9259383 /mail/exim/Makefile | |
parent | 833533019b45d277091264552aa6717f46d5571a (diff) | |
download | pkgsrc-fd8a0033ed90faabe0435b7aa5f62d054ca241dd.tar.gz |
Version 4.87
1. The ACL conditions regex and mime_regex now capture substrings
into numeric variables $regex1 to 9, like the "match" expansion condition.
2. New $callout_address variable records the address used for a spam=,
malware= or verify= callout.
3. Transports now take a "max_parallel" option, to limit concurrency.
4. Expansion operators ${ipv6norm:<string>} and ${ipv6denorm:<string>}.
The latter expands to a 8-element colon-sep set of hex digits including
leading zeroes. A trailing ipv4-style dotted-decimal set is converted
to hex. Pure ipv4 addresses are converted to IPv4-mapped IPv6.
The former operator strips leading zeroes and collapses the longest
set of 0-groups to a double-colon.
5. New "-bP config" support, to dump the effective configuration.
6. New $dkim_key_length variable.
7. New base64d and base64 expansion items (the existing str2b64 being a
synonym of the latter). Add support in base64 for certificates.
8. New main configuration option "bounce_return_linesize_limit" to
avoid oversize bodies in bounces. The dafault value matches RFC
limits.
9. New $initial_cwd expansion variable.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c8a7ea86bd7..db46c6b3132 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.144 2016/03/05 11:28:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.145 2016/04/09 10:49:39 adam Exp $ -DISTNAME= exim-4.86.2 -PKGREVISION= 1 +DISTNAME= exim-4.87 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ |