This commit is contained in:
David Woodhouse 2005-10-05 10:12:28 +00:00
parent e9b6950211
commit aac745b2ba
4 changed files with 13 additions and 7 deletions

View File

@ -1,2 +1,2 @@
sa-exim-4.2.tar.gz
exim-4.52.tar.bz2
exim-4.54.tar.bz2

View File

@ -58,7 +58,7 @@
#------------------------------------------------------------------------------
@@ -255,16 +255,18 @@
@@ -255,17 +255,19 @@
LOOKUP_DBM=yes
LOOKUP_LSEARCH=yes
@ -72,7 +72,7 @@
-# LOOKUP_LDAP=yes
+LOOKUP_LDAP=yes
+LDAP_LIB_TYPE=OPENLDAP2
+LOOKUP_LIBS=-lldap -llber
+LOOKUP_LIBS=-lldap -llber -lsqlite3
# LOOKUP_MYSQL=yes
-# LOOKUP_NIS=yes
-# LOOKUP_NISPLUS=yes
@ -82,6 +82,8 @@
-# LOOKUP_PASSWD=yes
+LOOKUP_PASSWD=yes
# LOOKUP_PGSQL=yes
-# LOOKUP_SQLITE=yes
+LOOKUP_SQLITE=yes
# LOOKUP_WHOSON=yes
@@ -272,7 +274,7 @@

View File

@ -1,7 +1,7 @@
Summary: The exim mail transfer agent
Name: exim
Version: 4.52
Release: 2%{?dist}
Version: 4.54
Release: 1%{?dist}
License: GPL
Url: http://www.exim.org/
Group: System Environment/Daemons
@ -28,7 +28,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
BuildRequires: lynx pcre-devel sqlite-devel
BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel
PreReq: cyrus-sasl openldap openssl
@ -285,6 +285,10 @@ fi
%doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO}
%changelog
* Wed Oct 5 2005 David Woodhouse <dwmw2@redhat.com> 4.54-1
- Update to Exim 4.54
- Enable sqlite support
* Thu Aug 25 2005 David Woodhouse <dwmw2@redhat.com> 4.52-2
- Use system PCRE

View File

@ -1,2 +1,2 @@
ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz
89601650f3b854d469451f30b369622b exim-4.52.tar.bz2
f3cdf5292f4bbb1ee2de42d4338b3b9f exim-4.54.tar.bz2