summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26Bump the PKGREVISION after changes in patch-ag to honor DL_*.jlam1-2/+2
2004-11-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam1-6/+1
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-19The man pages should refer to the real location of the config files, notjlam1-2/+2
where they were installed (in the example location) during the "install" step. Bump PKGREVISION.
2004-11-18We don't actually want everything to be built with pthreads -- onlyjlam1-1/+7
libldap_r and slurpd. Patch those Makefiles (patch-aj, patch-ak) to pass $(PTHREAD_CFLAGS) and $(PTHREAD_LDFLAGS) to the build. The configure process correctly adds any necessary libraries, so adding $(PTHREAD_LIBS) isn't needed. Bump the PKGREVISION since the LDAP libraries are no longer linked against libpthread. This fixes PR pkg/28259.
2004-11-17Update databases/openldap to the latest release, version 2.2.18.jlam1-3/+2
Changes from version 2.2.13 include numerous fixes for locking in the Berkeley DB backend, SASL-encoding fixes in libldap, and many bug fixes in slapd.
2004-11-08Allow bdb backend support to be optional via PKG_OPTIONS.openldap. For now,tv1-4/+3
it is still on by default to preserve compatibility (use option "-bdb" to disable). While here, fix typo in CONFIGURE_ARGS that had caused the dnssrv backend not to build; bump PKGREVISION.
2004-10-15Update linkage to libltdl, now in its own package.tv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam1-2/+2
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
2004-08-04We only need the full dependency on libtool if we build the dynamicjlam1-2/+2
modules. Bump the PKGREVISION.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam1-3/+3
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-24Update databases/openldap to version 2.2.13, the latest stable release.jlam1-64/+47
Major changes from version 2.1.30 include: * "LDAP Sync"-based lightweight replication * Proxy Cache Support * Hierarchical Backend * NS-SLAPI Support * Backend Layering * Access Control extensions including dynamic group support * LDAPv3 extensions: - ACID extensions - Cancel Operation - Content Synchronization Operation - DIT Content Rules - Duplicate Entry Extension - Simple Paged Results Extension - Proxy Authorization Extension
2004-07-23Become maintainer since it's a critical component of samba, and I'm stilljlam1-2/+2
the maintainer for that package.
2004-05-10use -DBIND_8_COMPAT on darwindanw1-1/+3
2004-04-17Update openldap to 2.1.30.xtraeme1-2/+2
OpenLDAP 2.1.30 Release Fixed slapd userdb checkpass bug (ITS#3048) Fixed back-ldbm IDL delete bug (ITS#3046) Fixed libldap schema parsing bugs (ITS#2920, ITS#3065) Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899) Removed lint (ITS#3086) Documentation Updated slapd.conf(5) manpage (ITS#2525)
2004-03-31Update openldap to 2.1.29 (latest stable release).xtraeme1-3/+2
Changes: OpenLDAP 2.1.29 Release Fixed slapd SASL invalid authcID crash (ITS#2961) Fixed slapd sasl-regexp debug crash (ITS#3033) Fixed back-bdb empty suffix bug (ITS#2970) Fixed back-bdb IDL avl_delete failure bug (ITS#3004) Fixed libldap assert failure (ITS#2982) OpenLDAP 2.1.28 Release Fixed back-bdb slapadd crash (ITS#2974) Fixed typo in ACL STYLE slap_style_e enum (ITS#3001) Added ACL set logging (ITS#2949) Fixed '=' escape in DN (ITS#3009) Documentation Fixed ldapmodify(1) manpage (ITS#3002) Fixed ldapmodrdn(1) manpage (ITS#3003) OpenLDAP 2.1.27 Release Fixed slapd replog ordering bug (ITS#2512) Fixed slapd uninitialized variable bug Fixed libldap SASL client callbacks (ITS#2926) Build Environment Fixed gai_strerr portability problem (ITS#2643) Fixed DNS res_query portability problem
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-12OpenLDAP expects to use the BDB-compat headers.jlam1-1/+3
2004-02-21Refine comment a bit to be more precise.jlam1-2/+2
2004-02-21Enable linking against shared libraries, and correctly enable detection ofjlam1-1/+4
the Kerberos libraries.
2004-02-20Reenable the use of GNU pth on systems without native pthreads. Bumpjlam1-11/+16
the PKGREVISION. The fix was provided by Nick Hudson and modifies the libldap initialization routine to call the GNU pth initialization routine before using it. The resulting slapd/slurpd passes the test suite included in the OpenLDAP sources. This fixes PR 24473.
2004-02-19If the threads are non-native, then don't build openldap with threadsjlam1-4/+19
support. The slapd built without threads passes all of its test except for the replication test, which is because slurpd is not built (slurpd requires threads). Bump the PKGREVISION. This is in response to PR 24473. As a debugging aid in case someone attempts to really fix the PR, if _OPENLDAP_REQUIRE_THREADS is "yes", then openldap will forcibly build using GNU pth if native threads aren't available.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14Update databases/openldap to 2.1.25 (latest stable release as ofjlam1-22/+18
20031217. Changes from version 2.1.22 include many bug fixes including memory leaks, adding lutil_passwd extensions, and adding config file keywords to control the replication daemon.
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam1-2/+3
build and install properly using Heimdal.
2004-01-21Whitespacejlam1-3/+3
2004-01-09Fix the dynamic PLIST generated when building this package with pkgviewsjlam1-11/+7
by delaying installation of config files until INSTALL script time.
2004-01-09bl3ifyjlam1-10/+10
2003-12-04Add a patch and bump PKGREVISION for a patch by Christian Limpach for aagc1-2/+2
problem noted on current-users by Murray Armfield. The problem was: "Just try executing slapindex to get quite a verbose libpthread invalid mutex message. slapd still core dumps on shutdown." Thanks to Christian for fixing this.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-29Delint, style, whitespace.salo1-35/+42
2003-09-29PKGREVISION++salo1-4/+3
Obey PKG_SYSCONFDIR.
2003-09-27Just added a comment into Makefile as a reminder why PKG_SYSCONFBASE isreed1-1/+3
used instead of PKG_SYSCONFDIR. The openldap build defines a ldap_subdir (as /openldap) which is automatically appended (unless using --without-subdir which also breaks share and libexec). (Okay'd by wiz.)
2003-09-18Update openldap to version 2.1.22.markd1-18/+21
This release contains the following major enhancements: * Transactional backend * Improved Unicode handling * Improved DN handlng * Improved Referral handling * SASL authentication/authorization mapping * SASL in-directory storage of authentication secrets * Enhanced administrative limits/access controls * Meta backend (experimental) * Monitor backend (experimental) * Virtual "glue" backend (experimental) * LDAP C++ API * Updated LDAP C and TCL APIs * LDAPv3 extensions, including: - Enhanced Language Tag/Range Support - 'Who am i?' Extended Operation - 'Matched Values' Control - 'NOOP' Control plus lots of bug fixes. Update (to 2.1.20) from Juan RP in PR pkg/21682 with some tidy up and update to 2.1.22 by Marc Recht and me. Also closes PR pkg/21217 by Jean-Luc Wasmer and PR pkg/20972 by Jeremy Reed.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-5/+2
addresses PR pkg/19416
2003-01-29As usual, prevent compiling SHA1 from blowing up on sparc64 by movingkleink1-2/+2
each round into a separate function. Bump to 2.0.27nb2.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-19Don't use pthread_attr_setstacksize unless _POSIX_THREAD_ATTR_STACKSIZEskrll1-1/+2
is defined. This lets openldap compile on -current. Fixes PR 19921. PKGREVISION++
2002-10-17Solaris's builtin [ and /usr/bin/test don't know -e. Use -r instead.bouyer1-2/+2
2002-09-23Update to 2.0.27; notable changes include:kleink1-2/+2
OpenLDAP 2.0.27 Release Build environment Fix getopt(3) detection OpenLDAP 2.0.26 Release Fixed slapd ACL buffer size bug (ITS#1963) Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027) Fxied slapd directory string space bug (ITS#2072) Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009) Fixed back-ldbm indirect IDL bug (ITS#2039) Fixed libldap buffer size bugs (ITS#1935, ITS#1936) Fixed libldap gethostbyname mutex init bug (ITS#2019) Fixed liblutil passwd bug (ITS#2055) Fixed sasl large reads and writes (ITS#1983, also ITS#910,ITS#1861) Updated back-ldbm reindexing - slapindex rebuilds dn2id index Build environment Require version 1.5 if Cyrus SASL is present Remove tempnam checking and replacment implementation
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-11/+1
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-10/+8
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-19Update to 2.0.25. Fixes many random bugs.mycroft1-2/+2
OpenLDAP 2.0.25 Release Fixed slapd extended op reqdata crash bug (ITS#1721) OpenLDAP 2.0.24 Release Fixed slapd max incoming macro bug (ITS#1828) Fixed slapd acl group/dnaddr bug (ITS#1607) Fixed slapd connection management bug (ITS#1655) Fixed slapd port ntoh / addr init bugs (ITS#1615, ITS#1728) Fixed slapd PF_lOCAL typo (ITS#1660) Fixed slapd extended ops with NULL reqdata bug (ITS#1721) Fixed slapd replog logging without replica (ITS#1335) Fixed slapd NULL attrval indexing (ITS#1843) Fixed slurpd tls init bug (ITS#1613) Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654) Fixed back-ldbm modrdn root dn check (ITS#1761) Fixed back-ldbm idl overrun bug (ITS#1570) Fixed back-ldbm passwd textlen bug (ITS#1742) Fixed ber_bvstrdup() empty string bug (ITS#1662) Fixed ldapsearch filter bug (ITS#1649) Fixed maildap NULL domain bug (ITS#1022) Fixed libldap hostless URL bug (ITS#1697) Fixed liblutil /dev/urandom incomplete reads (ITS#1834) Fixed libldap_r threadpool free list (ITS#1839) Fixed libldap_r NT threads cond_broadcast (ITS#1865) Fixed sasl writes > 64K (ITS#1861) Fixed sasl session callback corruption (ITS#1799) Build environment Removed lint (ITS#1744) Documentation Updated release documents
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-12/+11
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-06-15Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"cjep1-2/+2
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-03-07Remove odd -L${WRKSRC}/libraries junk from openldap libtool archives.jlam1-1/+3
Fixes part of pkg/15794 by Bernd Ernesti <bernd@arresum.inka.de>. This wasn't actually a buildlink problem, but buildlink is flexible enough to provide a solution.
2002-02-13Updated openldap to 2.0.23martti1-2/+2
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582) * Fixed slapd acl regex (to dn="") portability bug (ITS#1579) * Disabled -lldap atexit() handler (ITS#1577) * Updated config.guess/sub scripts (ITS#1567) * Fixed a number of typos (ITS#1578)