From 969027e5b159601c4a05811a398dcaf6de172b18 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Oct 2011 12:20:49 +0000 Subject: 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. --- mail/exim/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/exim/Makefile') 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/ -- cgit v1.2.3