diff --git a/.cvsignore b/.cvsignore index 0d998b3..a28359f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ sa-exim-4.2.tar.gz -exim-4.52.tar.bz2 +exim-4.54.tar.bz2 diff --git a/exim-4.50-config.patch b/exim-4.50-config.patch index 6b125a9..d2e2bd7 100644 --- a/exim-4.50-config.patch +++ b/exim-4.50-config.patch @@ -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 @@ diff --git a/exim.spec b/exim.spec index 7722d54..4c6de02 100644 --- a/exim.spec +++ b/exim.spec @@ -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 4.54-1 +- Update to Exim 4.54 +- Enable sqlite support + * Thu Aug 25 2005 David Woodhouse 4.52-2 - Use system PCRE diff --git a/sources b/sources index 84ab746..b8d5fd3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz -89601650f3b854d469451f30b369622b exim-4.52.tar.bz2 +f3cdf5292f4bbb1ee2de42d4338b3b9f exim-4.54.tar.bz2