Op za 19 mei 2012 03:50:37 schreef Phil Pennock:
> I have uploaded Exim 4.80 RC2 to:
> ftp://ftp.exim.org/pub/exim/exim4/test/
>
(...)
>
> Please report issues in reply to this email, on exim-users.
>
> Thank you for your testing and feedback,
> -Phil Pennock, pp The Exim Maintainers.
You're welcome, there is a minor typo in the EDITME that can lead to a build
failure if overlooked when preparing the Local/Makefile:
--- src/EDITME.orig 2012-05-20 03:17:44.960069505 +0200
+++ src/EDITME 2012-05-20 03:17:56.951071178 +0200
@@ -995,7 +995,7 @@
#------------------------------------------------------------------------------
# Uncomment this setting to include IPv6 support.
-# HAVE_IPV6
+# HAVE_IPV6=yes
###############################################################################
# THINGS YOU ALMOST NEVER NEED TO MENTION #
Other than that it looks good (FreeBSD 9, OpenSSL 1.0.1c)
I especially like the new(?) PCRE_CONFIG and USE_OPENSSL_PC flags I found in
this EDITME, very useful.