[exim] Update to 4.76

David Woodhouse dwmw2 at fedoraproject.org
Mon May 9 12:11:42 UTC 2011


commit a5d6cb30b4bc8876858c64a4ea5bd3f3a286b608
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Mon May 9 13:11:27 2011 +0100

    Update to 4.76

 exim-4.73-config.patch |    2 +-
 exim.spec              |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/exim-4.73-config.patch b/exim-4.73-config.patch
index 06418e7..40d16cd 100644
--- a/exim-4.73-config.patch
+++ b/exim-4.73-config.patch
@@ -255,7 +255,7 @@
 -# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap
 +USE_TCP_WRAPPERS=yes
 +CFLAGS+=$(RPM_OPT_FLAGS) $(PIE)
-+EXTRALIBS_EXIM=-lwrap -lpam -ldl
++EXTRALIBS_EXIM=-lwrap -lpam -ldl -export-dynamic -rdynamic
  #
  # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
  # as well.
diff --git a/exim.spec b/exim.spec
index 2207ec7..a5c2dd5 100644
--- a/exim.spec
+++ b/exim.spec
@@ -11,8 +11,8 @@
 
 Summary: The exim mail transfer agent
 Name: exim
-Version: 4.73
-Release: 3%{?dist}
+Version: 4.76
+Release: 1%{?dist}
 License: GPLv2+
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -50,7 +50,6 @@ Patch20: exim-4.63-allow-filter.patch
 Patch21: exim-4.63-localhost-is-local.patch
 Patch22: exim-4.66-greylist-conf.patch
 Patch23: exim-4.67-smarthost-config.patch
-Patch24: exim-4.73-dynlookup.patch
 Patch25: exim-4.69-dynlookup-config.patch
 Patch26: exim-4.69-strictaliasing.patch
 
@@ -180,7 +179,6 @@ greylisting unconditional.
 %patch21 -p1 -b .localhost
 %patch22 -p1 -b .grey
 %patch23 -p1 -b .smarthost
-%patch24 -p2 -b .dynlookup
 %patch25 -p1 -b .dynconfig
 %patch26 -p1 -b .strictaliasing
 
@@ -502,6 +500,9 @@ test "$1"  = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null || :
 %{_sysconfdir}/cron.daily/greylist-tidy.sh
 
 %changelog
+* Mon May 09 2011 David Woodhouse <David.Woodhouse at intel.com> - 4.76-1
+- Update to 4.76 (fixes CVS-2011-1764)
+
 * Wed Mar 23 2011 Dan Horák <dan at danny.cz> - 4.73-3
 - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
 


More information about the scm-commits mailing list