diff options
author | adam <adam@pkgsrc.org> | 2011-10-10 12:20:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-10-10 12:20:49 +0000 |
commit | 83d625788289cd23a40792bd1e34e8a2f3421a77 (patch) | |
tree | 22851f281a211394d044dd3c27fe74aa785a3095 /mail | |
parent | a66266380640af0d7d49198d2738f8a304ba5e11 (diff) | |
download | pkgsrc-83d625788289cd23a40792bd1e34e8a2f3421a77.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')
-rw-r--r-- | mail/exim/Makefile | 5 | ||||
-rw-r--r-- | mail/exim/distinfo | 8 |
2 files changed, 6 insertions, 7 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/ diff --git a/mail/exim/distinfo b/mail/exim/distinfo index e6bb90915c9..147cdac1138 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2011/05/09 13:30:47 adam Exp $ +$NetBSD: distinfo,v 1.52 2011/10/10 12:20:49 adam Exp $ -SHA1 (exim-4.76.tar.bz2) = b0df27b0407eef2d79e130597916cde18f2bbe30 -RMD160 (exim-4.76.tar.bz2) = b619e6e6674584c97ae0503911e95e1016407c34 -Size (exim-4.76.tar.bz2) = 1605832 bytes +SHA1 (exim-4.77.tar.bz2) = 0aad2cf08d03ad9e809d86521eac8f3f31398a1d +RMD160 (exim-4.77.tar.bz2) = b70ced4c6323ccc167db68f3a7d30163287b2240 +Size (exim-4.77.tar.bz2) = 1576148 bytes SHA1 (patch-aa) = 5b9b5f459151912b936bf91d393072b872d48d5c SHA1 (patch-ab) = ffb9fb28e4e5548777db31b3de34673a08a1c0fa SHA1 (patch-ac) = 84bb4c01868fc28b7b00bcd9aacab0dddf4c01c8 |