[Lunar-commits] <moonbase> openldap: version bumped to 2.4.10.
Florin Braescu
florin at lunar-linux.org
Wed Jun 11 17:44:29 CEST 2008
commit a5683ce5ae1d3da67ea1b58908bfbb0a1f69df5f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Jun 11 18:44:29 2008 +0300
openldap: version bumped to 2.4.10.
Many new features, bugfixes and enhacements.
---
utils/openldap/BUILD | 4 ----
utils/openldap/CONFIGURE | 1 -
utils/openldap/DEPENDS | 1 +
utils/openldap/DETAILS | 10 ++++------
4 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/utils/openldap/BUILD b/utils/openldap/BUILD
index d8a4e56..d33cb28 100644
--- a/utils/openldap/BUILD
+++ b/utils/openldap/BUILD
@@ -1,9 +1,5 @@
(
- if [ "$USE_NTLM" == "y" ]; then
- patch_it $SOURCE2 0
- fi
-
bad_flags ALL
./configure --build=$BUILD \
diff --git a/utils/openldap/CONFIGURE b/utils/openldap/CONFIGURE
deleted file mode 100644
index 3b26ae5..0000000
--- a/utils/openldap/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery USE_NTLM "Use NTLM patch for Windows AD support?" y
diff --git a/utils/openldap/DEPENDS b/utils/openldap/DEPENDS
index a2707c8..5f0c75f 100644
--- a/utils/openldap/DEPENDS
+++ b/utils/openldap/DEPENDS
@@ -1,4 +1,5 @@
depends db
+
optional_depends openssl "" "" "for encrypted communications"
optional_depends cyrus-sasl "--enable-spasswd" "" "for secure authentication"
optional_depends krb5 "--enable-kpasswd" "" "for Kerberos V.5 authentication"
diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS
index 917b67c..48d8044 100644
--- a/utils/openldap/DETAILS
+++ b/utils/openldap/DETAILS
@@ -1,13 +1,11 @@
MODULE=openldap
- VERSION=2.3.38
+ VERSION=2.4.10
SOURCE=$MODULE-$VERSION.tgz
- SOURCE2=openldap-2.3.x-ntlm.diff
- SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
- SOURCE_VFY=sha1:1a50a3b065074ef63dacb33fbf80c6928f269a60
- SOURCE2_URL=$PATCH_URL
+ SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
+ SOURCE_VFY=sha1:7363e50c7b199abc2ce09228d8533a7a16b7bbff
WEB_SITE=http://www.openldap.org
ENTERED=20010922
- UPDATED=20070902
+ UPDATED=20080610
SHORT="Fully featured open source LDAP software suite"
PSAFE=no
More information about the Lunar-commits
mailing list