rebased both openldap and bdb
This commit is contained in:
parent
a02c2985c0
commit
13d1c21d4e
@ -1,2 +1,2 @@
|
|||||||
db-4.8.24.tar.gz
|
openldap-2.4.21.tgz
|
||||||
openldap-2.4.19.tgz
|
db-4.8.26.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# We distribute own version of Berkeley DB to prevent
|
# We distribute own version of Berkeley DB to prevent
|
||||||
# problems on db4.rpm upgrade - some versions of db4 do
|
# problems on db4.rpm upgrade - some versions of db4 do
|
||||||
# not work with some versions of OpenLDAP.
|
# not work with some versions of OpenLDAP.
|
||||||
%define db_version 4.8.24
|
%define db_version 4.8.26
|
||||||
%define ldbm_backend berkeley
|
%define ldbm_backend berkeley
|
||||||
%define version 2.4.19
|
%define version 2.4.21
|
||||||
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
||||||
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
||||||
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
||||||
@ -35,7 +35,6 @@ Patch6: openldap-2.3.19-gethostbyXXXX_r.patch
|
|||||||
Patch9: openldap-2.3.37-smbk5pwd.patch
|
Patch9: openldap-2.3.37-smbk5pwd.patch
|
||||||
Patch10: openldap-2.4.6-multilib.patch
|
Patch10: openldap-2.4.6-multilib.patch
|
||||||
Patch11: openldap-2.4.16-doc-cacertdir.patch
|
Patch11: openldap-2.4.16-doc-cacertdir.patch
|
||||||
Patch12: openldap-2.4.19-tls-accept.patch
|
|
||||||
|
|
||||||
# Patches for the evolution library
|
# Patches for the evolution library
|
||||||
Patch200: openldap-2.4.6-evolution-ntlm.patch
|
Patch200: openldap-2.4.6-evolution-ntlm.patch
|
||||||
@ -131,7 +130,6 @@ pushd openldap-%{version}
|
|||||||
%patch9 -p1 -b .smbk5pwd
|
%patch9 -p1 -b .smbk5pwd
|
||||||
%patch10 -p1 -b .multilib
|
%patch10 -p1 -b .multilib
|
||||||
%patch11 -p1 -b .cacertdir
|
%patch11 -p1 -b .cacertdir
|
||||||
%patch12 -p1 -b .tls-accept
|
|
||||||
|
|
||||||
cp %{_datadir}/libtool/config/config.{sub,guess} build/
|
cp %{_datadir}/libtool/config/config.{sub,guess} build/
|
||||||
popd
|
popd
|
||||||
@ -633,6 +631,10 @@ fi
|
|||||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 11 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-1
|
||||||
|
- rebased openldap to 2.4.21
|
||||||
|
- rebased bdb to 4.8.26
|
||||||
|
|
||||||
* Mon Nov 23 2009 Jan Zeleny <jzeleny@redhat.com> - 2.4.19-3
|
* Mon Nov 23 2009 Jan Zeleny <jzeleny@redhat.com> - 2.4.19-3
|
||||||
- minor corrections in init script
|
- minor corrections in init script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user