Finish update to 2.4.24. Chances since 2.4.23:
-Added LDIF line wrapping setting -Added libldap cert x500UniqueIdentifier handling -Added libldap_r,libldap formal concurrency API -Added slapadd attribute value checking -Added slapcat continue mode for problematic DBs -Added slapd syncrepl suffixmassage support -Added slapd multiple listener threads -Added slapd extensible match for ordering rules -Added slapd-meta paged results control forwarding -Added slapd-meta subtree-include support -Added slapd-null back-config support -Added slapd-sql autocommit support -Added slapd-sql support for long long keys -Added slapo-sssvlv multiple sorts per connection -many bugfixes -documentation improvements
This commit is contained in:
parent
602acfa5c5
commit
6ed0b0562a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2010/07/24 11:15:17 ghen Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2011/03/18 09:44:37 tron Exp $
|
||||
|
||||
DISTNAME= openldap-2.4.23
|
||||
DISTNAME= openldap-2.4.24
|
||||
PKGNAME= ${DISTNAME:S/-/-doc-/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.135 2010/07/24 11:15:16 ghen Exp $
|
||||
# $NetBSD: Makefile,v 1.136 2011/03/18 09:44:37 tron Exp $
|
||||
|
||||
DISTNAME= openldap-${OPENLDAP_VERSION}
|
||||
OPENLDAP_VERSION= 2.4.23
|
||||
OPENLDAP_VERSION= 2.4.24
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
Loading…
Reference in a new issue