summaryrefslogtreecommitdiff
path: root/databases/openldap
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-14Update OpenLDAP to 1.2.12.kleink3-16/+5
Changes included in OpenLDAP 1.2.12 CVS Tag: OPENLDAP_REL_ENG_1_2 Fixed slapd sb_max_incoming bug Fixed ldapmodify ldaphost NULL bug Fixed ldapsearch uninitialized fp bug Fixed Pth initialization bug Fixed libldap/add mod_bvalues typo Fixed ldappasswd crypt(3) crash (ITS#598) Fixed slapd/config.c MAXARGS boundary condition bug Fixed cn=monitor/config rdwr lock leak Fixed liblber exception handling bugs Build Environment Remove extra Digital UNIX symbol (ITS#590) Ignore make clean rm failure Fix ud install mode (ITS#633)
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-04turn KERBEROS into a binary switchassar1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-11It's unnecessary to substitute for @PREFIX@ in a DEINSTALL/INSTALL scriptjlam2-5/+3
as ${PKG_PREFIX} always contains that value.
2000-09-03add RCS Idwiz1-0/+1
2000-08-28fix binary package (%B,%D,%F are back-references, not forward-references!)wiz1-8/+8
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz5-29/+27
LTCONFIG_OVERRIDE -> one less patch. Add DEINSTALL script with note about etc/openldap.
2000-07-28Don't install ud(1) group-writable; noted by Christian Kleinwaechter.kleink2-1/+12
2000-07-17Solaris uses slurpd, so split the PLISTs.veego4-2/+9
2000-06-15Update to openldap-1.2.11; changes since 1.2.7p1 include:kleink4-27/+7
Changes included in OpenLDAP 1.2.11 CVS Tag: OPENLDAP_REL_ENG_1_2_11 Fixed /tmp races in ud, ldapsearch, ldbmtest and slurpd Fixed error in slurpd's filecheck function Fixed slurpd to properly restart in oneshot mode, and to report a non-zero number of items to process with only one replica. Fixed strdup use in libldap/request.c Fixed NULL prefix bug in libldap/ufn.c Fixed slapd_shutdown extern reference bug (ITS#527) Fixed ACL groups member matching Raise MAXDBCACHE to 128 (ITS#512) Fixed slapd client_addr crash (ITS#579) Fixed back-shell realloc bug (ITS#506) Build Environment Update res_search detection Detect and use getpassphrase() and getpass() Unset CDPATH Change GNU Pth to enable soft syscalls Changed RCPT cmds symbol to avoid link conflict (ITS#526) Changed LDBM directory to $localstatedir/openldap-ldbm Changes included in OpenLDAP 1.2.10 CVS Tag: OPENLDAP_REL_ENG_1_2_10 Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable undefined object classes implies extensible object behavior. Add GNU Pth support (ITS#453) Fixed -lldap Kerberos bind to work ldap_init() (ITS#426) Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459) Fixed multiple password support (ITS#464) Fixed -lldap chasing of delete referrals (ITS#471) Fixed back-ldbm/bind invalid credentials vs no such object bug Fixed slapd str2entry uninitialized variable bug (ITS#482) Fixed back-ldbm/modify mutlivalued indexing bug Fixed -llber seqorset buffer overrun bug (ITS#479) Build Environment Do not list unsupported LDBM API option NDBM Allow DEFAULT_DB_PAGE_SIZE to be defined at build time Changes included in OpenLDAP 1.2.9 CVS Tag: OPENLDAP_REL_ENG_1_2_9 Fixed lutil/password bogus crypt password bug (ITS#423) Fixed slapd/back-ldbm indexing bug (ITS#402) Added UD support for creators/modifiers attributes (ITS#422) Added modify* attributes on add to workaround client issue (ITS#424) Build Environment Rebuild configure Added support for db1 vs db2 with glibc 2.1 Removed TCPD and RLOOKUP interdependecy (ITS#419) Changes included in OpenLDAP 1.2.8 CVS Tag: OPENLDAP_REL_ENG_1_2_8 Fixed slapd lint Fixed slapd li_nextid_file uninitialized bug Fixed -lldap templates y2k bug (ITS#294) Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295) Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325) Fixed s_addr dereferencing (ITS#340) Fixed ud strstr crash (ITS#328) Fixed back-ldbm presence index bug (ITS#394) Fixed -lthread rdwr 2-writer bug (ITS#395) Added TCP_NODELAY support Changed slapd to apply ACL to lastmod attributes Changed slapd.conf default referral Changed slapd delete stats log message for consistency Disable DN subtree indexing Build Environment Support using short as LDAP_INT4 Documentation Reference Quick Start Guide in README and INSTALL Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) Added warning about cross environment portability
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-05Add support to build it on Solaris.veego1-5/+13
2000-01-08minimal fixes to keep pkglint happywiz1-1/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-17Regen.simonb1-2/+2
1999-09-17Work around ELF bug with libwrap in a similar way to the ucd-snmpsimonb2-8/+29
package (pointed out by David Brownlee). We also need to remove -lwrap from the tools directory libraries - hence the post-configure target to make sure SLAPD_LIBS is empty in servers/slapd/tools/Makefile.
1999-09-16regen this; /brick hwrmrg1-2/+2
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-6/+5
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-09-10Updated to OpenLDAP-1.2.7 release.hwr6-65/+66
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+4
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-18The OpenLDAP libraries collide with the ldapsdk.hwr1-1/+3
1999-05-04Build shared libraries by using pkglibtool (bump version to "...p1" totv5-40/+89
indicate change), skip "make depend", add a Kerberos switch, and add a few backends.
1999-04-01Update openldap to version 1.2.1.hwr2-4/+4
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-03-29add bin/ldappasswd and man/man1/ldappasswd.1hubertf1-1/+3
1999-03-28Beautify :-)hwr1-2/+1
1999-03-28Change this so that the source packet is fetched as openldap-VERS.tgz,hwr2-6/+6
not as openldap-release.tgz. Now it is easier to get the correct release.
1999-02-16Upgrade to Version 1.2hwr2-4/+4
1999-01-27This is now openldap-1.1.4.hwr2-4/+4
1999-01-08openldap is derived from U. Mich. Ldap.hwr1-1/+1
1999-01-08Change Makefile to have 1.1.2 as version number, not -release.hwr1-3/+3
Pointed out by Thorsten Frueauf.
1999-01-07OpenLDAP is an open source software impelmentaion of the LDAP protocolhwr6-0/+245
XXX As I can't convince configure to recognize our mit-pthreads, slurpd is not built.