ports/147686: mail/exim - update to 4.72 release
Alexey V.Degtyarev
alexey at renatasystems.org
Tue Jun 8 11:10:09 UTC 2010
>Number: 147686
>Category: ports
>Synopsis: mail/exim - update to 4.72 release
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 08 11:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Alexey V. Degtyarev
>Release: FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This will update mail/exim to the most recent version.
The changes from the previous release are:
1. TWO SECURITY FIXES: one relating to mail-spools which are globally
writable, the other to locking of MBX folders (not mbox).
These have CVE identifiers CVE-2010-2023 and CVE-2010-2024
2. MySQL stored procedures are now supported.
3. The dkim_domain transport option is now a list, not a single
string, and messages will be signed for each element in the
list (discarding duplicates).
4. The 4.70 release unexpectedly changed the behaviour of dnsdb TXT
lookups in the presence of multiple character strings within
the RR. Prior to 4.70, only the first string would be returned.
The dnsdb lookup now, by default, preserves the pre-4.70
semantics, but also now takes an extended output separator
specification. The separator can be followed by a semicolon, to
concatenate the individual text strings together with no join
character, or by a comma and a second separator character, in
which case the text strings within a TXT record are joined on
that second character. Administrators are reminded that DNS
provides no ordering guarantees between multiple records in an
RRset. For example:
foo.example. IN TXT "a" "b" "c"
foo.example. IN TXT "d" "e" "f"
${lookup dnsdb{>/ txt=foo.example}} -> "a/d"
${lookup dnsdb{>/; txt=foo.example}} -> "def/abc"
${lookup dnsdb{>/,+ txt=foo.example}} -> "a+b+c/d+e+f"
>How-To-Repeat:
>Fix:
--- exim-4.72.patch begins here ---
diff -Nru mail/exim.orig/Makefile mail/exim/Makefile
--- mail/exim.orig/Makefile 2010-05-05 18:08:18.000000000 +0000
+++ mail/exim/Makefile 2010-06-08 10:42:11.000000000 +0000
@@ -58,7 +58,7 @@
PLIST_SUB+= SO_1024="@comment "
.endif
-EXIM_VERSION= 4.71
+EXIM_VERSION= 4.72
SA_EXIM_VERSION=4.2
SO_1024_VERSION=3.2
diff -Nru mail/exim.orig/distinfo mail/exim/distinfo
--- mail/exim.orig/distinfo 2010-05-05 18:08:18.000000000 +0000
+++ mail/exim/distinfo 2010-06-08 10:52:24.000000000 +0000
@@ -1,6 +1,6 @@
-MD5 (exim/exim-4.71.tar.bz2) = f9c5a2d94b5bb132d06e2fff85bef75e
-SHA256 (exim/exim-4.71.tar.bz2) = e754756f1d6cf393a0d58a2569e7ef4860aa8f797d030ec9887c2b310030bbc5
-SIZE (exim/exim-4.71.tar.bz2) = 1560170
+MD5 (exim/exim-4.72.tar.bz2) = ccc937b533568e5e8340f181a3b3d2ff
+SHA256 (exim/exim-4.72.tar.bz2) = 4299bc3dc84a82f5c94494006b49acba159ad8a1fe5dd647f7ee2f9bfe78920b
+SIZE (exim/exim-4.72.tar.bz2) = 1559031
MD5 (exim/sa-exim-4.2.tar.gz) = ad76f73c6b3d01caa88078e3e622745a
SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a
SIZE (exim/sa-exim-4.2.tar.gz) = 66575
--- exim-4.72.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list