rpms/exim/devel exim-4.50-config.patch, 1.5, 1.6 exim-4.62-dlopen-localscan.patch, 1.1, 1.2 exim.init, 1.1, 1.2 exim.spec, 1.34, 1.35

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Feb 6 18:09:28 UTC 2007


Author: dwmw2

Update of /cvs/extras/rpms/exim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13420

Modified Files:
	exim-4.50-config.patch exim-4.62-dlopen-localscan.patch 
	exim.init exim.spec 
Log Message:
4.66

exim-4.50-config.patch:

Index: exim-4.50-config.patch
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim-4.50-config.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exim-4.50-config.patch	21 Mar 2006 10:29:09 -0000	1.5
+++ exim-4.50-config.patch	6 Feb 2007 18:08:56 -0000	1.6
@@ -115,16 +115,18 @@
  
  #------------------------------------------------------------------------------
  # Compiling Exim with experimental features. These are documented in
-@@ -464,10 +466,10 @@
+@@ -464,11 +466,11 @@
  # included in the Exim binary. You will then need to set up the run time
  # configuration to make use of the mechanism(s) selected.
  
 -# AUTH_CRAM_MD5=yes
 -# AUTH_CYRUS_SASL=yes
+-# AUTH_DOVECOT=yes
 -# AUTH_PLAINTEXT=yes
 -# AUTH_SPA=yes
 +AUTH_CRAM_MD5=yes
 +AUTH_CYRUS_SASL=yes
++AUTH_DOVECOT=yes
 +AUTH_PLAINTEXT=yes
 +AUTH_SPA=yes
  
@@ -207,6 +209,15 @@
  
  
  #------------------------------------------------------------------------------
+@@ -691,7 +696,7 @@ EXIM_PERL=perl.o
+ # that the local_scan API is made available by the linker. You may also need
+ # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
+ 
+-# EXPAND_DLFUNC=yes
++EXPAND_DLFUNC=yes
+ 
+ 
+ #------------------------------------------------------------------------------
 @@ -696,7 +699,7 @@
  # support, which is intended for use in conjunction with the SMTP AUTH
  # facilities, is included only when requested by the following setting:
@@ -245,7 +256,7 @@
 -# USE_READLINE=yes
 +USE_READLINE=yes
  
- # You may need to add -ldl to EXTRA_LIBS when you set USE_READLINE=yes.
+ # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
  # Note that this option adds to the size of the Exim binary, because the
  # dynamic loading library is not otherwise included.
  

exim-4.62-dlopen-localscan.patch:

Index: exim-4.62-dlopen-localscan.patch
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim-4.62-dlopen-localscan.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exim-4.62-dlopen-localscan.patch	26 Aug 2006 09:30:05 -0000	1.1
+++ exim-4.62-dlopen-localscan.patch	6 Feb 2007 18:08:56 -0000	1.2
@@ -10,8 +10,8 @@
 Marc MERLIN <marc_soft at merlins.org>
 
 diff -urN exim-4.14-0/src/EDITME exim-4.14-1/src/EDITME
---- exim-4.14-0/src/EDITME	Tue Mar 11 04:20:18 2003
-+++ exim-4.14-1/src/EDITME	Sun Mar 23 15:34:15 2003
+--- exim-4.14-0/Local/Makefile	Tue Mar 11 04:20:18 2003
++++ exim-4.14-1/Local/Makefile	Sun Mar 23 15:34:15 2003
 @@ -388,6 +388,20 @@
  
  


Index: exim.init
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exim.init	19 Apr 2005 04:06:04 -0000	1.1
+++ exim.init	6 Feb 2007 18:08:56 -0000	1.2
@@ -73,14 +73,21 @@
   restart)
 	restart
 	;;
+  reload)
+	if [ -f /var/lock/subsys/exim ]; then
+	    echo -n $"Reloading exim:"
+	    killproc exim -HUP
+	    echo
+	fi
+	;;
   condrestart)
- 	[ -f /var/lock/subsys/exim ] && restart || :
+	[ -f /var/lock/subsys/exim ] && restart || :
 	;;
   status)
 	status exim
 	;;
   *)
-	echo $"Usage: $0 {start|stop|restart|status|condrestart}"
+	echo $"Usage: $0 {start|stop|restart|reload|status|condrestart}"
 	exit 1
 esac
 


Index: exim.spec
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- exim.spec	9 Dec 2006 21:27:45 -0000	1.34
+++ exim.spec	6 Feb 2007 18:08:56 -0000	1.35
@@ -11,8 +11,8 @@
 
 Summary: The exim mail transfer agent
 Name: exim
-Version: 4.63
-Release: 6%{?dist}
+Version: 4.66
+Release: 1%{?dist}
 License: GPL
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -395,6 +395,11 @@
 %endif
 
 %changelog
+* Tue Feb  6 2007 David Woodhouse <dwmw2 at infradead.org> 4.66-1
+- Update to 4.66
+- Add dovecot authenticator
+- Add 'reload' in init script (#219174)
+
 * Tue Oct 17 2006 Christian Iseli <Christian.Iseli at licr.org> 4.63-6
 - Own /etc/exim directory
 




More information about the scm-commits mailing list