aboutsummaryrefslogtreecommitdiff
path: root/net/openldap20
Commit message (Collapse)AuthorAgeFilesLines
* Update 2.0.22 -> 2.0.23Maxim Konovalov2002-02-132-2/+2
| | | | | | | Approved by: ru Notes: svn path=/head/; revision=54652
* Update to 2.0.22Patrick Li2002-02-062-2/+2
| | | | | | | | PR: 34631 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Notes: svn path=/head/; revision=54251
* Update 2.0.20 -> 2.0.21Jacques Vidrine2002-01-222-2/+2
| | | | Notes: svn path=/head/; revision=53564
* Update 2.0.19 -> 2.0.20Jacques Vidrine2002-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. Notes: svn path=/head/; revision=53110
* First round of auto* cleanups:Will Andrews2002-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/ Notes: svn path=/head/; revision=52646
* Update port to version 2.0.19.Jimmy Olgeni2001-12-242-2/+2
| | | | Notes: svn path=/head/; revision=52114
* Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.Akinori MUSHA2001-11-061-0/+2
| | | | Notes: svn path=/head/; revision=49694
* Update to 2.0.18Pete Fritchman2001-11-062-2/+2
| | | | | | | | PR: 31584 Submitted by: Maxim O. Konovalov <maxim@macomnet.ru> Notes: svn path=/head/; revision=49651
* Update to 2.0.17David W. Chapman Jr.2001-10-192-2/+2
| | | | | | | | PR: 31332 Submitted by: maxim@macomnet.ru Notes: svn path=/head/; revision=48922
* Update to 2.0.15David W. Chapman Jr.2001-09-282-2/+2
| | | | | | | | PR: 30846 Submitted by: leo@florida.sarang.net Notes: svn path=/head/; revision=48234
* Update port to version 2.0.14, with a fix for aJimmy Olgeni2001-09-112-2/+2
| | | | | | | millionth-second-since-epoch timestamp bug in slurpd. Notes: svn path=/head/; revision=47650
* Add the WITH_ODBC option, used to compile the optional SQL backend.Jimmy Olgeni2001-09-091-0/+5
| | | | Notes: svn path=/head/; revision=47564
* Update to version 2.0.13.Jimmy Olgeni2001-09-093-5/+4
| | | | Notes: svn path=/head/; revision=47561
* Clean empty etc directories.Shigeyuki Fukushima2001-08-251-0/+2
| | | | Notes: svn path=/head/; revision=46873
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-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. Notes: svn path=/head/; revision=45700
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-251-2/+2
| | | | Notes: svn path=/head/; revision=45472
* Modify config file to put default pid file in correct locationDavid W. Chapman Jr.2001-06-141-1/+5
| | | | | | | | | | Bump PORTREVISION PR: 28129 Reviewed by: Gyori Sandor <gyori@szit.bme.hu> Notes: svn path=/head/; revision=43969
* Move the persistent database from wiped-on-reboot /var/runPeter Pentchev2001-06-041-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> Notes: svn path=/head/; revision=43501
* Update port to version 2.0.11.Jimmy Olgeni2001-05-252-2/+2
| | | | Notes: svn path=/head/; revision=43043
* Update port to version 2.0.10.Jimmy Olgeni2001-05-222-2/+2
| | | | Notes: svn path=/head/; revision=42904
* Update port to version 2.0.9.Jimmy Olgeni2001-05-182-2/+2
| | | | Notes: svn path=/head/; revision=42718
* Update port to version 2.0.8.Jimmy Olgeni2001-05-123-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. Notes: svn path=/head/; revision=42554
* Drop maintainership.Akinori MUSHA2001-05-111-1/+1
| | | | Notes: svn path=/head/; revision=42541
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Add pkg-message to tell users about upgrading Berkeley DB files.Akinori MUSHA2001-03-052-0/+8
| | | | | | | Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE> Notes: svn path=/head/; revision=39108
* Improve toward multithreading:Akinori MUSHA2001-02-231-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> Notes: svn path=/head/; revision=38648
* Define INSTALLS_SHLIB.Akinori MUSHA2001-02-231-0/+2
| | | | Notes: svn path=/head/; revision=38647
* Update to 2.0.7.Akinori MUSHA2001-01-213-831/+2
| | | | Notes: svn path=/head/; revision=37394
* Fix @exec lines. Installing from the package, it failed to copy fromAkinori MUSHA2000-12-111-10/+10
| | | | | | | *.schema.default to *.schema. Sorry. Notes: svn path=/head/; revision=35892
* Add a WITH_SASL knob that causes OpenLDAP 2 to be compiled withAkinori MUSHA2000-11-081-4/+13
| | | | | | | | | support for SASL. Submitted by: nectar Notes: svn path=/head/; revision=34903
* Add patches to let OpenLDAP 2 work as a backend for Heimdal: whichAkinori MUSHA2000-11-023-1/+849
| | | | | | | | | enable LDAPI and fix krb5-kdc schema. Submitted by: nectar Notes: svn path=/head/; revision=34579
* Add a patch to correct the permissions with which ud is installed.Akinori MUSHA2000-11-021-0/+8
| | | | | | | | | This patch was somehow dropped during OpenLDAP 1.x -> 2.x update. Submitted by: nectar Notes: svn path=/head/; revision=34578
* Add missing files to plist.Akinori MUSHA2000-10-312-0/+7
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=34497
* Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldapAkinori MUSHA2000-10-315-44/+138
| | | | | | | (OpenLDAP 1.2.x). Notes: svn path=/head/; revision=34489
* Cosmetic.Akinori MUSHA2000-10-301-24/+30
| | | | Notes: svn path=/head/; revision=34461
* Use `${MAKE}' for `make'.Akinori MUSHA2000-10-301-12/+29
| | | | | | | Use `.for' loop to strip binary executables. Notes: svn path=/head/; revision=34460
* Fix plist to handle *.conf files properly as apache13* ports do.Akinori MUSHA2000-10-302-0/+17
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34459
* Add a startup script for slapd.Akinori MUSHA2000-09-252-0/+35
| | | | | | | Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER) Notes: svn path=/head/; revision=33082
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Update to version 1.2.11.Steve Price2000-07-073-5/+4
| | | | | | | | PR: 19694 Submitted by: maintainer Notes: svn path=/head/; revision=30314
* Update to version 1.2.10.Steve Price2000-05-292-3/+4
| | | | | | | | PR: 18841 Submitted by: R\xe9mi Guyomarch <rguyom@321.net> Notes: svn path=/head/; revision=28857
* PREFIX -> LOCALBASEMichael Haro2000-04-201-5/+5
| | | | Notes: svn path=/head/; revision=27819
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappersMichael Haro2000-04-022-1/+16
| | | | | | | | PR: 17136 Submitted by: yds@dppl.com Notes: svn path=/head/; revision=27266
* Update to version 1.2.9.Steve Price2000-01-292-3/+3
| | | | | | | | PR: 16391 Submitted by: maintainer Notes: svn path=/head/; revision=25267
* Update to version 1.2.8.Steve Price1999-12-243-12/+4
| | | | | | | | PR: 15599 Submitted by: maintainer Notes: svn path=/head/; revision=23961
* Cleaning ugly PLIST, let `make deinstall' really work.Foxfair Hu1999-11-011-0/+8
| | | | Notes: svn path=/head/; revision=22765
* upgrade the port to 1.2.7Michael Haro1999-10-263-4/+4
| | | | | | | | PR: 13874 Submitted by: lkoeller@cc.fh-lippe.de Notes: svn path=/head/; revision=22642
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803