Author: buchan
Date: Sat Feb 17 19:30:48 2007
New Revision: 122184
Added:
packages/cooker/openldap/current/SOURCES/openldap-2.3.34.tgz (contents,
props changed)
Removed:
packages/cooker/openldap/current/SOURCES/openldap-2.3.33.tgz
packages/cooker/openldap/current/SOURCES/openldap-link-ltdl-before-odbc.patch
Modified:
packages/cooker/openldap/current/SPECS/openldap.spec
Log:
- New version 2.3.34
- Drop link-ltdl-before-odbc patch (applied upstream)
Added: packages/cooker/openldap/current/SOURCES/openldap-2.3.34.tgz
==============================================================================
Binary file. No diff available.
Modified: packages/cooker/openldap/current/SPECS/openldap.spec
==============================================================================
--- packages/cooker/openldap/current/SPECS/openldap.spec (original)
+++ packages/cooker/openldap/current/SPECS/openldap.spec Sat Feb 17
19:30:48 2007
@@ -1,9 +1,5 @@
-# TODO: krb5 fix for rhel3
-# ITS #4810 back-bdb/id2entry.c 1.62.2.9->1.62.2.10
-# ITS #4813 servers/overlays/syncprov.c ->1.56.2.41 ?
-
%define pkg_name openldap
-%define version 2.3.33
+%define version 2.3.34
%define rel 1
%{?!mklibname:%{error:You are missing macros, build will fail, see
http://qa.mandriva.com/twiki/bin/view/Main/BackPorting}}
@@ -237,7 +233,6 @@
# see
http://www.stanford.edu/services/directory/openldap/configuration/openldap-build.html
# for other possibly interesting patches
# Fix issue with back-meta missing symbols, similar change in HEAD
-Patch100: openldap-link-ltdl-before-odbc.patch
%{?_with_cyrussasl:BuildRequires:
%{?!notmdk:libsasl-devel}%{?notmdk:cyrus-sasl-devel}}
@@ -482,7 +477,6 @@
%patch53 -p1 -b .ntlm
# patches from CVS
-%patch100 -p1 -b .linkltdlbeforeodbc
# README:
cp %{SOURCE13} README.mdk
@@ -632,7 +626,7 @@
popd
pushd contrib/slapd-modules/passwd
gcc -shared -fPIC -I../../../include -Wall -g -o pw-netscape.so netscape.c
-gcc -shared -fPIC -I../../../include -Wall -g -DHAVE_KRB5 -o pw-kerberos.so
kerberos.c
+gcc -shared -fPIC -I../../../include -L /usr/kerberos/%{_lib} -Wall -g
-DHAVE_KRB5 -o pw-kerberos.so kerberos.c
popd
%check