diff options
author | adam <adam@pkgsrc.org> | 2012-03-13 19:57:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-13 19:57:10 +0000 |
commit | 660376d84710b18bb048c98708e9b9da160237f1 (patch) | |
tree | 6e44c3ee639266910a69bcebef18344f08a45b22 /databases/openldap/Makefile | |
parent | 4573716d1d72978efbc7ad19fff4426eb1cdeaf6 (diff) | |
download | pkgsrc-660376d84710b18bb048c98708e9b9da160237f1.tar.gz |
Changes 2.4.30:
Fixed libldap socket polling for writes
Fixed liblutil string modifications
Fixed slapd crash when attrsOnly is true
Fixed slapd syncrepl delete handling
Fixed slapd-mdb slapadd with -q
Fixed slapd-mdb slapadd with -w
Fixed slapd-mdb slapindex with -q and -t
Fixed slapo-pcache time-to-refesh handling
Fixed slapo-syncprov loop detection
Build Environment
Fixed POSIX make support
Fixed slapd-mdb build on POSIX
Documentation
Added option "-o" to ldap*(1) pages
Fixed ldap*(1) page cleanup
Fixed ldap_modify(3) prototypes
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 0462e9ed436..4d19942bf37 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.136 2011/03/18 09:44:37 tron Exp $ +# $NetBSD: Makefile,v 1.137 2012/03/13 19:57:10 adam Exp $ -DISTNAME= openldap-${OPENLDAP_VERSION} -OPENLDAP_VERSION= 2.4.24 -CATEGORIES= databases -MASTER_SITES= # empty -DISTFILES= # empty +DISTNAME= openldap-2.4.30 +CATEGORIES= databases +MASTER_SITES= # empty +DISTFILES= # empty -MAINTAINER= ghen@NetBSD.org -HOMEPAGE= http://www.openldap.org/ -COMMENT= Lightweight Directory Access Protocol meta-package +MAINTAINER= ghen@NetBSD.org +HOMEPAGE= http://www.openldap.org/ +COMMENT= Lightweight Directory Access Protocol meta-package +LICENSE= modified-bsd META_PACKAGE= yes -DEPENDS+= openldap-client>=${OPENLDAP_VERSION}:../../databases/openldap-client -DEPENDS+= openldap-server>=${OPENLDAP_VERSION}:../../databases/openldap-server -DEPENDS+= openldap-doc>=${OPENLDAP_VERSION}:../../databases/openldap-doc +DEPENDS+= openldap-client>=${PKGVERSION_NOREV}:../../databases/openldap-client +DEPENDS+= openldap-server>=${PKGVERSION_NOREV}:../../databases/openldap-server +DEPENDS+= openldap-doc>=${PKGVERSION_NOREV}:../../databases/openldap-doc .include "../../mk/bsd.pkg.mk" |