summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-07-23 14:09:52 +0000
committeradam <adam>2014-07-23 14:09:52 +0000
commite15d9a4297b6f089220b1a810f4ecd3babdfb8de (patch)
tree7b66a545a342d21d028c65ba7ab00802364c637d /mail/exim/Makefile
parent73111d4d67affc9c2f1d83fae72aca15304882b2 (diff)
downloadpkgsrc-e15d9a4297b6f089220b1a810f4ecd3babdfb8de.tar.gz
Changes 4.83:
1. If built with the EXPERIMENTAL_PROXY feature enabled, Exim can be configured to expect an initial header from a proxy that will make the actual external source IP:host be used in exim instead of the IP of the proxy that is connecting to it. 2. New verify option header_names_ascii, which will check to make sure there are no non-ASCII characters in header names. Exim itself handles those non-ASCII characters, but downstream apps may not, so Exim can detect and reject if those characters are present. 3. New expansion operator ${utf8clean:string} to replace malformed UTF8 codepoints with valid ones. 4. New malware type "sock". Talks over a Unix or TCP socket, sending one command line and matching a regex against the return data for trigger and a second regex to extract malware_name. The mail spoofile name can be included in the command line. 5. The smtp transport now supports options "tls_verify_hosts" and "tls_try_verify_hosts". If either is set the certificate verification is split from the encryption operation. The default remains that a failed verification cancels the encryption. 6. New SERVERS override of default ldap server list. In the ACLs, an ldap lookup can now set a list of servers to use that is different from the default list. 7. New command-line option -C for exiqgrep to specify alternate exim.conf file when searching the queue. 8. OCSP now supports GnuTLS also, if you have version 3.1.3 or later of that. 9. Support for DNSSEC on outbound connections. 10. New variables "tls_(in,out)_(our,peer)cert" and expansion item "certextract" to extract fields from them. Hash operators md5 and sha1 work over them for generating fingerprints, and a new sha256 operator for them added. 11. PRDR is now supported dy default. 12. OCSP stapling is now supported by default. 13. If built with the EXPERIMENTAL_DSN feature enabled, Exim will output Delivery Status Notification messages in MIME format, and negociate DSN features per RFC 3461.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 3705b5e7941..83aff67ead8 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.133 2014/06/14 10:18:05 wiedi Exp $
+# $NetBSD: Makefile,v 1.134 2014/07/23 14:09:52 adam Exp $
-DISTNAME= exim-4.82.1
-PKGREVISION= 1
+DISTNAME= exim-4.83
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/
@@ -36,8 +35,8 @@ PKG_GECOS.${EXIM_USER}= Exim mail server user
PKG_HOME.${EXIM_USER}= ${VARBASE}/mail
PKG_SHELL.${EXIM_USER}= ${NOLOGIN}
-FILES_SUBST+= EXIM_GROUP=${EXIM_GROUP:Q}
-FILES_SUBST+= EXIM_USER=${EXIM_USER:Q}
+FILES_SUBST+= EXIM_GROUP=${EXIM_GROUP}
+FILES_SUBST+= EXIM_USER=${EXIM_USER}
PKG_SYSCONFSUBDIR= exim
EXAMPLESDIR= ${PREFIX}/share/examples/exim