aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-server
Commit message (Collapse)AuthorAgeFilesLines
* Sync overlays with configure script, while I'm there, also sync thereXin LI2008-03-251-9/+19
| | | | | | | default settings to reflect the reality and sort overlay options. Notes: svn path=/head/; revision=209802
* Fix plist of slave ports.Mark Linimon2008-02-241-0/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=207820
* Update to 2.4.9. While there, remove the spurious icu dependency,Xin LI2008-02-193-8/+17
| | | | | | | | which is not used at the moment, and will appear if user has installed icu on their system. Notes: svn path=/head/; revision=207609
* Avoid confusion when SASL is enabled for server.Xin LI2008-01-161-0/+1
| | | | Notes: svn path=/head/; revision=205729
* Update to 2.4.7.Xin LI2007-12-132-5/+5
| | | | Notes: svn path=/head/; revision=203500
* Oops, previous patch was committed from a wrong tree. Here isXin LI2007-12-112-3/+3
| | | | | | | the correct fix. Notes: svn path=/head/; revision=203013
* Correct slapd_owner case matching.Xin LI2007-12-112-2/+2
| | | | | | | | PR: ports/117229 Reported by: Tetsuya Uemura <t_uemura at macome.co.jp> Notes: svn path=/head/; revision=203012
* Update to 2.4.6.Xin LI2007-11-013-7/+6
| | | | | | | | | | | | | | | This is the first production release of the OpenLDAP 2.4 series, and it fixes several security issues, as mentioned in vuln.xml item db449245-870d-11dc-a3ec-001921ab2fa4. Note that this is generally a no-op for most users because this version is not (yet) set as default OpenLDAP implementation. Security: db449245-870d-11dc-a3ec-001921ab2fa4 Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202470
* Update to 2.4.5 beta.Xin LI2007-09-059-168/+74
| | | | Notes: svn path=/head/; revision=198790
* Mark as incompatible with Berkeley DB 4.6. Next OpenLDAPXin LI2007-08-231-0/+1
| | | | | | | alpha release will hopefully support it, though. Notes: svn path=/head/; revision=198156
* - Adjust DATABASEDIR's permission to 700 upon slapd start.Xin LI2007-08-212-1/+2
| | | | Notes: svn path=/head/; revision=198042
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-7/+7
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Do not build SASL by default for client package, thus avoidsXin LI2007-06-081-2/+2
| | | | | | | a very annoying conflict when installing the client from package. Notes: svn path=/head/; revision=193040
* Use more concise expressions for splitting the user:group string.Xin LI2007-05-282-3/+3
| | | | | | | | Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> PR: ports/111617 Notes: svn path=/head/; revision=192164
* Unbreak for kernels without COMPAT_43TTYXin LI2007-04-101-0/+22
| | | | | | | | | | | Note: the patch was accepted by OpenLDAP, but not yet integrated into their RELENG_2_4 branch. Submitted by: Ed Schouten <ed fxq.nl> PR: ports/110386 Notes: svn path=/head/; revision=189684
* Use USE_LDCONFIG correctly upon successful server installationXin LI2007-03-201-1/+2
| | | | | | | | | | | in order to make backend shared objects to be recognized correctly. Requested by: edwin PR: ports/110424 Notes: svn path=/head/; revision=187792
* Add a couple of @cwd's in order to make @dirrmtry reallyXin LI2007-02-261-0/+2
| | | | | | | | | functional. Noticed by: Xin ZHAO <quakelee at cn.freebsd.org> Notes: svn path=/head/; revision=185958
* Update to OpenLDAP 2.4.4a.Xin LI2007-02-215-24/+50
| | | | | | | Approved by: portmgr (kris, bsd.port.mk part) Notes: svn path=/head/; revision=185598
* - Use newly added RC_SUBR_SUFFIXRong-En Fan2007-02-011-6/+1
| | | | | | | Approved by: delphij (maintainer) Notes: svn path=/head/; revision=183835
* OpenLDAP 2.4 is still in alpha stage and is not suitable for production,Xin LI2007-01-151-1/+2
| | | | | | | | | according to OpenLDAP developers. Spotted by: Viktor Trojanovic <viktor gmx ch> Notes: svn path=/head/; revision=182461
* o Respect PTHREAD_LIBS=ANY (like -lthr). [1]Xin LI2006-11-301-2/+4
| | | | | | | | | o Use Berkeley DB 4.4, as suggested by OpenLDAP developers. Submitted by: nork [1] Notes: svn path=/head/; revision=178310
* Update to 2.4.3alpha.Xin LI2006-09-272-5/+5
| | | | | | | | Submitted by: Joerg Pulz PR: ports/102399 Notes: svn path=/head/; revision=173962
* Switch to root's credential during pre-install stage. This fixesXin LI2006-07-171-1/+1
| | | | | | | | | installation initialized by a unprivileged user. Reported by: Michal Bartkowiak <michal bartkowiak biz> Notes: svn path=/head/; revision=168052
* PlanetMirror appears to add a page which fetch(1) do not like, so remove itXin LI2006-06-021-1/+0
| | | | | | | for now. Notes: svn path=/head/; revision=164182
* Merged from openldap23-server:Xin LI2006-05-262-7/+17
| | | | | | | | | New option: SLURPD which makes the user to be able to choose whether to build and install slurpd. The option is unconditionally disabled when threading is disabled (i.e. shell backend is enabled). Notes: svn path=/head/; revision=163495
* Update to 2.4.2alpha after repocopy.Xin LI2006-05-2611-144/+161
| | | | | | | | | | | | | | | | | | | Please note that this is not connected to build at this time, as the port infrastructure lacks some necessary support for this OpenLDAP release which will be tested on pointyhat soon. If you really want to try this out please apply the patch found in ports/97515 or http://www.delphij.net/patch-bsd.port.mk in order to get infrastructure support for it. This work is heavily based on ports/96165 submitted by Joerg Pulz <Joerg Pulz frm2 tum de>. Approved by: sem (mentor, implicit) Notes: svn path=/head/; revision=163448
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - OPTIONS revision: resort, add newSergey Matveychuk2006-04-181-13/+58
| | | | | | | Submitted by: delphij (maintainer) Notes: svn path=/head/; revision=159853
* Correct a bug that makes inversed logic for SHELL backend.Xin LI2006-04-161-3/+3
| | | | | | | | PR: ports/95689 Submitted by: Dmitriy Kirhlarov <dkirhlarov oilspace com> Notes: svn path=/head/; revision=159697
* - A new maintainerSergey Matveychuk2006-04-151-1/+1
| | | | | | | Submitted by: delphij Notes: svn path=/head/; revision=159663
* - Update to 2.3.21 (a bugfix release)Sergey Matveychuk2006-04-153-26/+4
| | | | | | | | PR: ports/95570 Submitted by: delphij Notes: svn path=/head/; revision=159654
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | | | | back sometime. Hat: portmgr Notes: svn path=/head/; revision=159501
* - One more --with-ldbm -> --enable-ldbm forgotten on the last commitSergey Matveychuk2006-04-101-1/+1
| | | | | | | Reminded by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=159249
* - Update to 2.3.20 (including a client library mutex leak fix,Sergey Matveychuk2006-04-054-6/+28
| | | | | | | | | | | | | as described in ITS #4441) [1] - Use --enable-ldbm-api, instead of --with-ldbm-api for configure script. [2] - Make a note it's not an alpha anymore. [2] PR: ports/94728 [1], ports/93711 [2] Submitted by: delphij [1], Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2] Approved by: maintainer timeout Notes: svn path=/head/; revision=158850
* Conversion to a single libtool environment.Ade Lovett2006-02-233-17/+31
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 2.3.19Vsevolod Stakhov2006-02-224-21/+21
| | | | | | | | PR: 91983 Submitted by: delphij Notes: svn path=/head/; revision=156648
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 2.3.11Vsevolod Stakhov2005-10-192-3/+3
| | | | | | | Noticed by: Michael Reifenberger Notes: svn path=/head/; revision=145864
* - Update to 2.3.10Vsevolod Stakhov2005-10-192-3/+3
| | | | | | | Reported by: edwin Notes: svn path=/head/; revision=145843
* Update to 2.3.9Vsevolod Stakhov2005-10-123-5/+6
| | | | Notes: svn path=/head/; revision=145110
* Remove two dead mirrors of openldap.Vsevolod Stakhov2005-09-291-2/+0
| | | | | | | Reminded by: linimon Notes: svn path=/head/; revision=143786
* Update to 2.3.7 [1]Vsevolod Stakhov2005-09-1510-116/+107
| | | | | | | | | | | | | Add RWM overlay support [2] Convert to OPTIONS Remove openldap23-sasl-server as it is no longer required as separated port. PR: 85709 [1], 84966 [2] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1] Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2] Notes: svn path=/head/; revision=142807
* Update my email address.Vsevolod Stakhov2005-07-221-1/+1
| | | | | | | Approved by: perky (mentor) Notes: svn path=/head/; revision=139880
* - Add knob for Syncprov overlayPav Lucistnik2005-06-301-4/+9
| | | | | | | | | | | - Portlint PR: ports/82752 Requested by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer) Notes: svn path=/head/; revision=138234
* - Add knobs for Unique and Password Policy overlaysPav Lucistnik2005-06-301-0/+10
| | | | | | | | | PR: ports/82725 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> Approved by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer) Notes: svn path=/head/; revision=138231
* Remove warning about alpha quality in package message.Roman Bogorodskiy2005-06-291-9/+0
| | | | | | | | | PR: 82732 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Approved by: Vsevolod Stakhov (maintainer) Notes: svn path=/head/; revision=138147