From ebb629c8c22e3bfc0574b94dc82913e6e4b25eb1 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 8 Nov 2005 16:32:01 +0000 Subject: [PATCH] rebuild, enable mysql and postgres --- exim-4.50-config.patch | 11 +++++++---- exim.spec | 8 ++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/exim-4.50-config.patch b/exim-4.50-config.patch index d2e2bd7..3199400 100644 --- a/exim-4.50-config.patch +++ b/exim-4.50-config.patch @@ -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 diff --git a/exim.spec b/exim.spec index 4c6de02..ab09138 100644 --- a/exim.spec +++ b/exim.spec @@ -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 @@ Patch15: exim-4.52-dynamic-pcre.patch 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 @@ fi %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO} %changelog +* Wed Oct 5 2005 David Woodhouse 4.54-2 +- Rebuild for new OpenSSL +- Add MySQL and Postgres support to keep jgarzik happy + * Wed Oct 5 2005 David Woodhouse 4.54-1 - Update to Exim 4.54 - Enable sqlite support