aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/exim/Makefile2
-rw-r--r--mail/exim/distinfo4
-rw-r--r--mail/exim/files/patch-exiqgrep.src15
3 files changed, 18 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 9f34171a97ea..1a5d4390cd36 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -77,7 +77,7 @@ PLIST_SUB+= SO_1024=""
PLIST_SUB+= SO_1024="@comment "
.endif
-EXIM_VERSION= 4.75
+EXIM_VERSION= 4.76
SA_EXIM_VERSION=4.2
SO_1024_VERSION=3.2
diff --git a/mail/exim/distinfo b/mail/exim/distinfo
index eaac60f991b0..db3e0c9b194c 100644
--- a/mail/exim/distinfo
+++ b/mail/exim/distinfo
@@ -1,5 +1,5 @@
-SHA256 (exim/exim-4.75.tar.bz2) = dc6ef216dcf5b44b6c43f00a3ccb16c4b22e1cb2a414e324df22e991fd490ded
-SIZE (exim/exim-4.75.tar.bz2) = 1600867
+SHA256 (exim/exim-4.76.tar.bz2) = 4625b0fb916835ae60a73311a8956267fa1248e888f584c337a5b7df20174e95
+SIZE (exim/exim-4.76.tar.bz2) = 1605832
SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a
SIZE (exim/sa-exim-4.2.tar.gz) = 66575
SHA256 (exim/spamooborona1024-src-3.2.tar.gz) = ab22a430f3860460045f6b213c68c89700a0cd10cbb6c7a808ece326c53787ee
diff --git a/mail/exim/files/patch-exiqgrep.src b/mail/exim/files/patch-exiqgrep.src
new file mode 100644
index 000000000000..32986dad99ad
--- /dev/null
+++ b/mail/exim/files/patch-exiqgrep.src
@@ -0,0 +1,15 @@
+Should be removed once it will get into the mainline release.
+
+Taken-from: http://bugs.exim.org/show_bug.cgi?id=1103
+Reported-by: Oliver Brandmueller <ob@e-gitt.net>
+--- src/exiqgrep.src.orig 2011-05-10 10:29:50.000000000 +0400
++++ src/exiqgrep.src 2011-05-10 10:31:13.000000000 +0400
+@@ -88,7 +88,7 @@
+ chomp();
+ my $line = $_;
+ #Should be 1st line of record, if not error.
+- if ($line =~ /^\s*(\w+)\s+((?:\d+(?:\.\d+)?[A-Z])?)\s*(\w{6}-\w{6}-\w{2})\s+(<.*?>)/) {
++ if ($line =~ /^\s*(\w+)\s+((?:\d+(?:\.\d+)?[A-Z]?)?)\s*(\w{6}-\w{6}-\w{2})\s+(<.*?>)/) {
+ my $msg = $3;
+ $id{$msg}{age} = $1;
+ $id{$msg}{size} = $2;