rpms/exim/devel exim-4.50-config.patch,1.2,1.3 exim.spec,1.7,1.8

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Nov 8 16:32:03 UTC 2005


Author: dwmw2

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

Modified Files:
	exim-4.50-config.patch exim.spec 
Log Message:
rebuild, enable mysql and postgres

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exim-4.50-config.patch	5 Oct 2005 10:12:28 -0000	1.2
+++ exim-4.50-config.patch	8 Nov 2005 16:32:01 -0000	1.3
@@ -58,7 +58,7 @@
  
  
  #------------------------------------------------------------------------------
-@@ -255,17 +255,19 @@
+@@ -255,17 +255,20 @@
  LOOKUP_DBM=yes
  LOOKUP_LSEARCH=yes
  
@@ -72,8 +72,10 @@
 -# LOOKUP_LDAP=yes
 +LOOKUP_LDAP=yes
 +LDAP_LIB_TYPE=OPENLDAP2
-+LOOKUP_LIBS=-lldap -llber -lsqlite3
- # LOOKUP_MYSQL=yes
++LOOKUP_INCLUDE=-I/usr/include/mysql
++LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/lib/mysql -lmysqlclient -lpq
+-# LOOKUP_MYSQL=yes
++LOOKUP_MYSQL=yes
 -# LOOKUP_NIS=yes
 -# LOOKUP_NISPLUS=yes
 +LOOKUP_NIS=yes
@@ -81,7 +83,8 @@
  # LOOKUP_ORACLE=yes
 -# LOOKUP_PASSWD=yes
 +LOOKUP_PASSWD=yes
- # LOOKUP_PGSQL=yes
+-# LOOKUP_PGSQL=yes
++# LOOKUP_PGSQL=yes
 -# LOOKUP_SQLITE=yes
 +LOOKUP_SQLITE=yes
  # LOOKUP_WHOSON=yes


Index: exim.spec
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exim.spec	5 Oct 2005 10:12:28 -0000	1.7
+++ exim.spec	8 Nov 2005 16:32:01 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: The exim mail transfer agent
 Name: exim
 Version: 4.54
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -29,7 +29,7 @@
 Requires: /etc/aliases
 BuildRequires: db4-devel openssl-devel openldap-devel XFree86-devel pam-devel
 BuildRequires: lynx pcre-devel sqlite-devel
-BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel
+BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel mysql-devel postgresql-devel
 PreReq: cyrus-sasl openldap openssl
 
 %description
@@ -285,6 +285,10 @@
 %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO}
 
 %changelog
+* Wed Oct  5 2005 David Woodhouse <dwmw2 at redhat.com> 4.54-2
+- Rebuild for new OpenSSL
+- Add MySQL and Postgres support to keep jgarzik happy
+
 * Wed Oct  5 2005 David Woodhouse <dwmw2 at redhat.com> 4.54-1
 - Update to Exim 4.54
 - Enable sqlite support




More information about the fedora-extras-commits mailing list