[Lunar-commits] <moonbase> Revert "openldap: +0.0.01 bugfixes"
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Tue Mar 4 14:28:18 CET 2008
commit bb8e1e926526a8b4d371a88136a38a06406d0a19
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Tue Mar 4 14:28:18 2008 +0100
Revert "openldap: +0.0.01 bugfixes"
Revert because of db module incompatibility.
openldap 2.3.39 module compilation breaks on:
checking Berkeley DB version for BDB/HDB backends... no
configure: error: BDB/HDB: BerkeleyDB version incompatible
caused by db 4.6.21 module.
This reverts commit 51bd49b6aeb29d6d14b1b0893e40a02de0b69868.
---
utils/openldap/BUILD | 4 +---
utils/openldap/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/utils/openldap/BUILD b/utils/openldap/BUILD
index f1c30af..d8a4e56 100644
--- a/utils/openldap/BUILD
+++ b/utils/openldap/BUILD
@@ -26,10 +26,8 @@
--enable-passwd \
--enable-shell \
--enable-dnssrv \
- --disable-bdb \
- --disable-hdb \
$OPTS &&
make depend &&
- default_make
+ default_make
) > $C_FIFO 2>&1
diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS
index f28d0a5..917b67c 100644
--- a/utils/openldap/DETAILS
+++ b/utils/openldap/DETAILS
@@ -1,13 +1,13 @@
MODULE=openldap
- VERSION=2.3.39
+ VERSION=2.3.38
SOURCE=$MODULE-$VERSION.tgz
SOURCE2=openldap-2.3.x-ntlm.diff
SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
- SOURCE_VFY=sha1:e87e60b1269f51d753d88df9b51745a66730a5d4
+ SOURCE_VFY=sha1:1a50a3b065074ef63dacb33fbf80c6928f269a60
SOURCE2_URL=$PATCH_URL
WEB_SITE=http://www.openldap.org
ENTERED=20010922
- UPDATED=20080303
+ UPDATED=20070902
SHORT="Fully featured open source LDAP software suite"
PSAFE=no
More information about the Lunar-commits
mailing list