packages: exim/exim.spec, exim/exim_463_dsn_1_3.patch, exim/exim-CVE-2011-1...
arekm
arekm at pld-linux.org
Fri May 13 21:14:35 CEST 2011
Author: arekm Date: Fri May 13 19:14:35 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 4.76; fixes CVE-2011-1764 and some other minor bugs
---- Files affected:
packages/exim:
exim.spec (1.326 -> 1.327) , exim_463_dsn_1_3.patch (1.3 -> 1.4) , exim-CVE-2011-1764.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/exim/exim.spec
diff -u packages/exim/exim.spec:1.326 packages/exim/exim.spec:1.327
--- packages/exim/exim.spec:1.326 Fri May 6 14:17:42 2011
+++ packages/exim/exim.spec Fri May 13 21:14:30 2011
@@ -14,15 +14,15 @@
Summary(pl.UTF-8): Agent Transferu Poczty Uniwersytetu w Cambridge
Summary(pt_BR.UTF-8): Servidor de correio eletrônico exim
Name: exim
-Version: 4.75
-Release: 2
+Version: 4.76
+Release: 1
Epoch: 2
License: GPL
Group: Networking/Daemons/SMTP
Source0: ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.bz2
-# Source0-md5: 427fb74bbd2afbea759e6da38f25af17
+# Source0-md5: 58e784b33c7a2ab335ec6400346d6362
Source1: ftp://ftp.exim.org/pub/exim/exim4/%{name}-html-%{version}.tar.bz2
-# Source1-md5: 51744a0fc94ef403cb049dfc9f059ada
+# Source1-md5: 28c005871f82b8a52ef9dc9fb480ec84
Source2: %{name}.init
Source3: %{name}.cron.db
Source4: %{name}4.conf
@@ -53,7 +53,6 @@
Patch8: %{name}-spam-timeout.patch
Patch9: %{name}-dkim.patch
Patch10: %{name}-force-sigalrm.patch
-Patch11: %{name}-CVE-2011-1764.patch
URL: http://www.exim.org/
%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.1.0}
BuildRequires: db-devel
@@ -166,7 +165,6 @@
%patch8 -p1
#%patch9 -p0
%patch10 -p1
-%patch11 -p1
install %{SOURCE13} doc/FAQ.txt.bz2
install %{SOURCE14} doc/config.samples.tar.bz2
@@ -356,6 +354,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.327 2011/05/13 19:14:30 arekm
+- up to 4.76; fixes CVE-2011-1764 and some other minor bugs
+
Revision 1.326 2011/05/06 12:17:42 marti
- added patch resolving CVE-2011-1764 (remote vulnerability in DKIM)
================================================================
Index: packages/exim/exim_463_dsn_1_3.patch
diff -u packages/exim/exim_463_dsn_1_3.patch:1.3 packages/exim/exim_463_dsn_1_3.patch:1.4
--- packages/exim/exim_463_dsn_1_3.patch:1.3 Thu Apr 26 13:07:24 2007
+++ packages/exim/exim_463_dsn_1_3.patch Fri May 13 21:14:30 2011
@@ -523,9 +523,9 @@
--- exim-4.64.org/src/readconf.c 2006-12-20 10:46:04.000000000 +0100
+++ exim-4.64/src/readconf.c 2006-12-21 16:43:20.820509000 +0100
@@ -203,6 +203,9 @@
- { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup },
{ "dns_retrans", opt_time, &dns_retrans },
{ "dns_retry", opt_int, &dns_retry },
+ { "dns_use_edns0", opt_int, &dns_use_edns0 },
+#ifdef SUPPORT_DSN
+ { "dsn", opt_bool, &dsn },
+#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exim/exim.spec?r1=1.326&r2=1.327&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exim/exim_463_dsn_1_3.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list