summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile.common
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-01-13 17:15:15 +0000
committerghen <ghen@pkgsrc.org>2008-01-13 17:15:15 +0000
commitfb30bb7abecebabd8f671efd5321ef9316dd7ba1 (patch)
tree124a2e2c2a86646f27bf53fc621e07aba17c269c /databases/openldap/Makefile.common
parente11174603f7dcaa3c568739da838c3661b003f03 (diff)
downloadpkgsrc-fb30bb7abecebabd8f671efd5321ef9316dd7ba1.tar.gz
Update openldap packages to OpenLDAP 2.4.7 (forced update for db4-4.6.x
support, reported via PR pkg/37745 ). OpenLDAP 2.4.x brings a lot of new features, including multi-master support, dynamic configuration and schema changes, automatic reverse group membership, significant performance improvements, etc. One of the most noticeable changes for administrators though is the removal if the slurpd daemon (in favour of the sync replication mechanism). Users of slurpd replication should migrate to sync replication before upgrading to OpenLDAP 2.4.x.
Diffstat (limited to 'databases/openldap/Makefile.common')
-rw-r--r--databases/openldap/Makefile.common7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common
index 44fefa3d5cc..284d909b826 100644
--- a/databases/openldap/Makefile.common
+++ b/databases/openldap/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.13 2008/01/04 11:42:29 ghen Exp $
+# $NetBSD: Makefile.common,v 1.14 2008/01/13 17:15:16 ghen Exp $
# please stick to the "stable" releases as much as possible!
-DISTNAME= openldap-2.3.39
+DISTNAME= openldap-2.4.7
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
MASTER_SITES+= http://www.openldap.org/software/download/OpenLDAP/openldap-release/
@@ -41,11 +41,10 @@ OPENLDAP_MODULEDIR= ${PREFIX}/lib/openldap
OPENLDAP_VARDIR?= ${VARBASE}/openldap
SLAPD_USER?= slapd
-SLURPD_USER?= slurpd
LDAP_GROUP?= ldap
PKG_GROUPS_VARS+= LDAP_GROUP
-PKG_USERS_VARS+= SLAPD_USER SLURPD_USER
+PKG_USERS_VARS+= SLAPD_USER
# the internal avl_* prototypes conflict with those in <sys/avl.h> which
# is included by another system header file on Solaris, so subst them.