pkgsrc/databases/openldap/Makefile
ghen 171865096d Update openldap packages to 2.3.38, the latest stable release.
The next stable release will be 2.4.x.

OpenLDAP 2.3.39 Release (2007/10/26)
	Fixed slapd database/overlay config conflict (ITS#4848)
	Fixed slapd password_hash config order (ITS#5082)
	Fixed slapd slap_mods_check bug (ITS#5119)
	Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
	Fixed slapd ordered values add normalization issue (ITS#5136)
	Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
	Fixed slapd-ldap search control parsing (ITS#5138)
	Fixed slapd-ldap SASL idassert w/o authcId
	Fixed slapd-ldif directory separators in DN (ITS#5172)
	Fixed slapd-meta conn caching on bind failure (ITS#5154)
	Fixed slapd-meta bind timeout assertion (ITS#5185)
	Fixed slapd-sql concurrency issue (ITS#5095)
	Fixed slapo-chain double-free (ITS#5137)
	Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
	Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
	Fixed slapo-rwm modlist handling (ITS#5124)
	Fixed slapo-rwm UUID in filter (ITS#5168)
	Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
	Fixed liblber Windows x64 portability (ITS#5105)
	Fixed libldap ppolicy control creation (ITS#5103)
	Build Environment
		Fixed termios macro check (ITS#4880)
		Updated Makefiles
	Documentation
		Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
		Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
		Added max-depth/return-error to slapo-chain(5)
		slapadd/slapindex note about file ownership (ITS#5166)
		slapcat note about using against running slapd (ITS#5028)
		Fixed Admin Guide URL in README (ITS#5107)
2007-11-18 19:46:15 +00:00

26 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.122 2007/11/18 19:46:15 ghen Exp $
DISTNAME= openldap-${OPENLDAP_VERSION}
OPENLDAP_VERSION= 2.3.39
CATEGORIES= databases
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.openldap.org/
COMMENT= Lightweight Directory Access Protocol meta-package
DEPENDS+= openldap-client>=${OPENLDAP_VERSION}:../../databases/openldap-client
DEPENDS+= openldap-server>=${OPENLDAP_VERSION}:../../databases/openldap-server
DEPENDS+= openldap-doc>=${OPENLDAP_VERSION}:../../databases/openldap-doc
EXTRACT_ONLY= # yes
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
PLIST_SRC= # empty (meta-package)
do-patch: # empty
do-install: # empty
.include "../../mk/bsd.pkg.mk"