diff options
author | eik <eik@FreeBSD.org> | 2004-02-28 08:23:15 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-28 08:23:15 +0800 |
commit | fc9ae89fc768bbb905a9e6b349e1c81dd2ba7b28 (patch) | |
tree | fd391e6964dd9261b01862acdbf0043f8c8ed37d /net/openldap23-server/Makefile | |
parent | 93cce391bc1510b67543312b4acefe04cdbc5cfb (diff) | |
download | freebsd-ports-gnome-fc9ae89fc768bbb905a9e6b349e1c81dd2ba7b28.tar.gz freebsd-ports-gnome-fc9ae89fc768bbb905a9e6b349e1c81dd2ba7b28.tar.zst freebsd-ports-gnome-fc9ae89fc768bbb905a9e6b349e1c81dd2ba7b28.zip |
Update to OpenLDAP 2.2.6 Release:
Fixed slapd SASL callback handling (ITS#2926)
Fixed slapd backglue sizelimit bug (ITS#2888)
Fixed slapd numericStringMatch bug (ITS#2938)
Fixed libldap maxbuf handling (ITS#2944,2956)
Fixed libldap_r abandon msgid mutex bug
Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
Fixed slapd pcache DB init bug (ITS#2960)
Updated libldap reference handling (ITS#2894)
Updated slapd syncrepl support (multiple)
Updated slapd connection deferred logging (ITS#2959)
Updated slapd filter logging
Updated slapd back-ldap
Added slapd limit groups (ITS#2967)
Build Environment
Fixed test021 portable echo bug (ITS#2933, ITS#2879)
Fixed EBCDIC conversion bugs (ITS#2962)
Documentation
Misc. man page updates
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r-- | net/openldap23-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 495162760b55..74da56240ecc 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 PORTREVISION= ${OPENLDAP_PORTVERSION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -52,7 +52,7 @@ PORTDOCS= drafts rfc .error You have `USE_OPENLDAP' defined either in your environment or in make(1) arguments. .endif .else -OPENLDAP_PORTVERSION= 1 +OPENLDAP_PORTVERSION= 0 OPENLDAP_PKGNAMESUFFIX?=-server OPENLDAP_PKGFILESUFX?= |