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 | 8cea33d3f6e9a95d2c2447183f22c390c2078ccd (patch) | |
tree | 6e44c3ee639266910a69bcebef18344f08a45b22 /databases/openldap-nops | |
parent | c61c98a379479d708d64369915446c42d3e8a355 (diff) | |
download | pkgsrc-8cea33d3f6e9a95d2c2447183f22c390c2078ccd.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-nops')
-rw-r--r-- | databases/openldap-nops/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/openldap-nops/Makefile b/databases/openldap-nops/Makefile index 8e068beabc1..99a8f6b09d9 100644 --- a/databases/openldap-nops/Makefile +++ b/databases/openldap-nops/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/01/24 20:36:40 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/03/13 19:57:12 adam Exp $ PKGNAME= ${DISTNAME:S/-/-nops-/} -PKGREVISION= 1 COMMENT= Remove null-ops for OpenLDAP CONFLICTS+= openldap<2.3.23nb1 |