Author: buchan
Date: Wed Feb 14 16:29:24 2007
New Revision: 120953

Added:
   packages/cooker/openldap/current/SOURCES/openldap-2.3.33.tgz   (contents, 
props changed)
   packages/cooker/openldap/current/SOURCES/openldap-link-ltdl-before-odbc.patch
Removed:
   packages/cooker/openldap/current/SOURCES/openldap-2.3.32.tgz
Modified:
   packages/cooker/openldap/current/SPECS/openldap.spec

Log:
- New version 2.3.33
- Fix issue with back-meta not working (by linking to ltdl before odbc)


Added: packages/cooker/openldap/current/SOURCES/openldap-2.3.33.tgz
==============================================================================
Binary file. No diff available.

Added: 
packages/cooker/openldap/current/SOURCES/openldap-link-ltdl-before-odbc.patch
==============================================================================
--- (empty file)
+++ 
packages/cooker/openldap/current/SOURCES/openldap-link-ltdl-before-odbc.patch   
    Wed Feb 14 16:29:24 2007
@@ -0,0 +1,14 @@
+--- openldap-2.3.33/servers/slapd/Makefile.in.linkltdlbeforeodbc       
2007-01-02 23:43:53.000000000 +0200
++++ openldap-2.3.33/servers/slapd/Makefile.in  2007-02-14 16:30:40.000000000 
+0200
+@@ -72,9 +72,9 @@
+ XDEFS = $(MODULES_CPPFLAGS)
+ XLDFLAGS = $(MODULES_LDFLAGS)
+ 
+-XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_L)
++XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_L) $(MODULES_LIBS)
+ XXLIBS = $(SLAPD_LIBS) $(SECURITY_LIBS) $(LUTIL_LIBS)
+-XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS) $(MODULES_LIBS)
++XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS)
+ 
+ BUILD_OPT = "--enable-slapd"
+ BUILD_SRV = @BUILD_SLAPD@

Modified: packages/cooker/openldap/current/SPECS/openldap.spec
==============================================================================
--- packages/cooker/openldap/current/SPECS/openldap.spec        (original)
+++ packages/cooker/openldap/current/SPECS/openldap.spec        Wed Feb 14 
16:29:24 2007
@@ -1,5 +1,9 @@
+# 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.32
+%define version        2.3.33
 %define rel 1
 
 %{?!mklibname:%{error:You are missing macros, build will fail, see 
http://qa.mandriva.com/twiki/bin/view/Main/BackPorting}}
@@ -232,6 +236,8 @@
 #patches in CVS
 # 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}}
@@ -476,6 +482,7 @@
 %patch53 -p1 -b .ntlm
 
 # patches from CVS
+%patch100 -p1 -b .linkltdlbeforeodbc
 
 # README:
 cp %{SOURCE13} README.mdk

Reply via email to