aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap20
Commit message (Collapse)AuthorAgeFilesLines
* 1. typo fixijliao2002-09-202-4/+4
| | | | | | | 2. example fix PR: 42660 (1), 42662 (2) Submitted by: Attila Nagy <bra@fsn.hu>
* Fix IPv4dwcjr2002-09-021-2/+18
| | | | | PR: 42152 Submitted by: hetzels@westbend.net
* BerkeleyDB cleanup - stage 2ade2002-08-231-1/+2
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-291-1/+1
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* Use USE_REINPLACE.sobomax2002-07-191-2/+3
|
* Update port to version 2.0.25.olgeni2002-07-182-2/+2
|
* Update 2.0.22 -> 2.0.23maxim2002-02-132-2/+2
| | | | Approved by: ru
* Update to 2.0.22pat2002-02-062-2/+2
| | | | | PR: 34631 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Update 2.0.20 -> 2.0.21nectar2002-01-222-2/+2
|
* Update 2.0.19 -> 2.0.20nectar2002-01-153-5/+2
| | | | | | This includes a security related fix. See OpenLDAP ITS#1530 <URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530> for details.
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Update port to version 2.0.19.olgeni2001-12-252-2/+2
|
* Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.knu2001-11-071-0/+2
|
* Update to 2.0.18petef2001-11-062-2/+2
| | | | | PR: 31584 Submitted by: Maxim O. Konovalov <maxim@macomnet.ru>
* Update to 2.0.17dwcjr2001-10-192-2/+2
| | | | | PR: 31332 Submitted by: maxim@macomnet.ru
* Update to 2.0.15dwcjr2001-09-282-2/+2
| | | | | PR: 30846 Submitted by: leo@florida.sarang.net
* Update port to version 2.0.14, with a fix for aolgeni2001-09-112-2/+2
| | | | millionth-second-since-epoch timestamp bug in slurpd.
* Add the WITH_ODBC option, used to compile the optional SQL backend.olgeni2001-09-091-0/+5
|
* Update to version 2.0.13.olgeni2001-09-093-5/+4
|
* Clean empty etc directories.shige2001-08-251-0/+2
|
* Back out the db3 port update because some of these dependent ports hadknu2001-08-011-2/+2
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-2/+2
|
* Modify config file to put default pid file in correct locationdwcjr2001-06-141-1/+5
| | | | | | | Bump PORTREVISION PR: 28129 Reviewed by: Gyori Sandor <gyori@szit.bme.hu>
* Move the persistent database from wiped-on-reboot /var/runroam2001-06-051-1/+2
| | | | | | | | | to the really persistent /var/db. Bump PORTREVISION to indicate behavior/functionality change (make it work across reboots, well how about that ;) PR: 27879 Submitted by: David Wimsey <dwimsey@rtci.com>
* Update port to version 2.0.11.olgeni2001-05-252-2/+2
|
* Update port to version 2.0.10.olgeni2001-05-222-2/+2
|
* Update port to version 2.0.9.olgeni2001-05-192-2/+2
|
* Update port to version 2.0.8.olgeni2001-05-133-27/+24
| | | | | | | | | | | | | | | | | | * Rewrite lines like: @exec [ CONDITION ] && ACTION as: @exec [ ! CONDITION ] || ACTION In the first version, the @executed command returns false if CONDITION is false and ACTION is not performed: pkg_add would then complain about the whole command's exit code. The second version returns either true or the actual ACTION exit code. * Do not echo some Makefile commands.
* Drop maintainership.knu2001-05-121-1/+1
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Add pkg-message to tell users about upgrading Berkeley DB files.knu2001-03-062-0/+8
| | | | Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
* Improve toward multithreading:knu2001-02-241-10/+9
| | | | | | | | | | - Use Sleepycat Berkeley DB 3.2 that OpenLDAP2's README recommends. It is known to be multithread friendlier than Berkeley DB 1.85 included in our libc or GDBM. - Add -D_REENTRANT and -D_THREAD_SAFE to CPPFLAGS Submitted by: Yarema <yds@dppl.com>
* Define INSTALLS_SHLIB.knu2001-02-241-0/+2
|
* Update to 2.0.7.knu2001-01-213-831/+2
|
* Fix @exec lines. Installing from the package, it failed to copy fromknu2000-12-111-10/+10
| | | | *.schema.default to *.schema. Sorry.
* Add a WITH_SASL knob that causes OpenLDAP 2 to be compiled withknu2000-11-081-4/+13
| | | | | | support for SASL. Submitted by: nectar
* Add patches to let OpenLDAP 2 work as a backend for Heimdal: whichknu2000-11-023-1/+849
| | | | | | enable LDAPI and fix krb5-kdc schema. Submitted by: nectar
* Add a patch to correct the permissions with which ud is installed.knu2000-11-021-0/+8
| | | | | | This patch was somehow dropped during OpenLDAP 1.x -> 2.x update. Submitted by: nectar
* Add missing files to plist.knu2000-10-312-0/+7
| | | | Submitted by: nectar
* Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldapknu2000-10-315-44/+138
| | | | (OpenLDAP 1.2.x).
* Cosmetic.knu2000-10-311-24/+30
|
* Use `${MAKE}' for `make'.knu2000-10-311-12/+29
| | | | Use `.for' loop to strip binary executables.
* Fix plist to handle *.conf files properly as apache13* ports do.knu2000-10-312-0/+17
| | | | Submitted by: bento
* Add a startup script for slapd.knu2000-09-252-0/+35
| | | | Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Update to version 1.2.11.steve2000-07-083-5/+4
| | | | | PR: 19694 Submitted by: maintainer
* Update to version 1.2.10.steve2000-05-292-3/+4
| | | | | PR: 18841 Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
* PREFIX -> LOCALBASEmharo2000-04-211-5/+5
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappersmharo2000-04-022-1/+16
| | | | | PR: 17136 Submitted by: yds@dppl.com
* Update to version 1.2.9.steve2000-01-302-3/+3
| | | | | PR: 16391 Submitted by: maintainer
* Update to version 1.2.8.steve1999-12-243-12/+4
| | | | | PR: 15599 Submitted by: maintainer
* Cleaning ugly PLIST, let `make deinstall' really work.foxfair1999-11-011-0/+8
|
* upgrade the port to 1.2.7mharo1999-10-263-4/+4
| | | | | PR: 13874 Submitted by: lkoeller@cc.fh-lippe.de
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to version 1.2.3billf1999-06-092-4/+6
|
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Add a few MASTER_SITESjkoshy1999-04-201-2/+5
|
* Update to version 1.2.0.steve1999-02-134-11/+14
| | | | | PR: 9900 Reviewed by: maintainer
* Path for MASTER_SITES was incomplete.dirk1999-01-041-2/+5
| | | | | | | Add another two MASTER_SITES while I am here. PR: ports/9311 Submitted by: Ron Rosson <insane@oneinsane.net>
* Update to version 1.1.2.steve1999-01-034-26/+26
| | | | | PR: 9241 Submitted by: maintainer
* Upgrade to 1.0.2.vanilla1998-10-262-4/+4
|
* Initial import of OpenLDAP version 1.0.1.steve1998-10-106-0/+259
Open source LDAP client and server software. PR: 7995 Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>