File:  [cvs.NetBSD.org] / pkgsrc / databases / openldap-client / buildlink3.mk
Revision 1.21: download - view: text, annotated - select for diffs
Mon Jun 14 09:04:23 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
openldap: updated to 2.4.59

OpenLDAP 2.4.59 Release (2021/06/03)
        Fixed libldap TLSv1.3 cipher suites with OpenSSL 1.1.1
        Fixed libldap double free of LDAP_OPT_DEFBASE
        Fixed slapd syncrepl handling of add+delete on single value attr
        Fixed slapd-mdb cursor init check
        Fixed slapd-mdb deletion of context entry
        Fixed slapd-mdb off-by-one affecting search scope
        Fixed slapo-pcache locking during expiration
        Contrib
                Fixed slapo-autogroup to not thrash thread context
        Documentation
                ldap_modify(3) - Delete non-existent mod_next parameter

# $NetBSD: buildlink3.mk,v 1.21 2021/06/14 09:04:23 adam Exp $

.include "../../mk/bsd.fast.prefs.mk"

BUILDLINK_TREE+=	openldap-client

.if !defined(OPENLDAP_BUILDLINK3_MK)
OPENLDAP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.openldap-client+=	openldap-client>=2.4.6
BUILDLINK_ABI_DEPENDS.openldap-client+=	openldap-client>=2.4.48nb1
BUILDLINK_PKGSRCDIR.openldap-client?=	../../databases/openldap-client

# Export the deprecated API from the openldap-2.2.x releases.
BUILDLINK_CPPFLAGS.openldap-client+=	-DLDAP_DEPRECATED

CHECK_BUILTIN.openldap-client:=	yes
.include "../../databases/openldap-client/builtin.mk"
CHECK_BUILTIN.openldap-client:=	no

.if empty(USE_BUILTIN.openldap-client:M[yY][eE][sS])
pkgbase := openldap-client
.  include "../../mk/pkg-build-options.mk"

.  if ${PKG_BUILD_OPTIONS.openldap-client:Mkerberos} || \
        ${PKG_BUILD_OPTIONS.openldap-client:Msasl}
.    include "../../security/cyrus-sasl/buildlink3.mk"
.  endif
.endif
.include "../../security/openssl/buildlink3.mk"
.endif # OPENLDAP_BUILDLINK3_MK

BUILDLINK_TREE+=	-openldap-client

CVSweb <webmaster@jp.NetBSD.org>