summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-10-10 12:20:49 +0000
committeradam <adam>2011-10-10 12:20:49 +0000
commit969027e5b159601c4a05811a398dcaf6de172b18 (patch)
tree22851f281a211394d044dd3c27fe74aa785a3095 /mail/exim/Makefile
parent9ce2a48503623c6ae809ead8c6e32ce699cb274e (diff)
downloadpkgsrc-969027e5b159601c4a05811a398dcaf6de172b18.tar.gz
Changes 4.77:
* Solaris build fix for Oracle's LDAP libraries. * HP/UX build fix: avoid arithmetic on a void pointer. * DKIM Verification: Fix relaxed canon for empty headers w/o whitespace trailer * Fix a couple more cases where we did not log the error message when unlink() failed. * Make the exiwhat support code safe for signals. Previously Exim might lock up or crash if it happened to be inside a call to libc when it got a SIGUSR1 from exiwhat. * Improved ratelimit ACL condition. * Removed a few PCRE remnants. * Automatically extract Exim's version number from tags in the git repository when doing development or release builds. * Raise smtp_cmd_buffer_size to 16kB. * Implement SSL-on-connect outbound with protocol=smtps on smtp transport. * Use .dylib instead of .so for dynamic library loading on MacOS. * Variable $av_failed, true if the AV scanner deferred. * Stop make process more reliably on build failure. * Make maildir_use_size_file an _expandable_ boolean. * Handle ${run} returning more data than OS pipe buffer size. * Handle IPv6 addresses with SPF. * GnuTLS: support TLS 1.2 & 1.1. * match_* no longer expand right-hand-side by default. * fix uninitialised greeting string from PP/03 (smtps client support). * shell and compiler warnings fixes for RC1-RC4 changes.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 1a918d92730..80fb8060532 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2011/08/23 13:06:50 obache Exp $
+# $NetBSD: Makefile,v 1.111 2011/10/10 12:20:49 adam Exp $
-DISTNAME= exim-4.76
-PKGREVISION= 2
+DISTNAME= exim-4.77
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/