aboutsummaryrefslogtreecommitdiff
path: root/net/openldap23-server
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.3.26.Xin LI2006-08-182-4/+4
| | | | | | | | Submitted by: Joerg Pulz <Joerg Pulz frm2 tum de> PR: ports/102204 Notes: svn path=/head/; revision=170922
* Update to 2.3.25, a maintaince release which contains a lot ofXin LI2006-08-012-4/+4
| | | | | | | bugfixes. Notes: svn path=/head/; revision=169379
* 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
* Update to OpenLDAP 2.3.24 Release:Xin LI2006-05-302-6/+6
| | | | | | | | | | | Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567) Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552) Re-fixed slapd-ldap improper free bug in exop (ITS#4550) Fixed slapd-ldif assert bug (ITS#4568) Fixed slapo-syncprov crash under glued database (ITS#4562) Notes: svn path=/head/; revision=163990
* According to the openldap configure script, by disablingXin LI2006-05-262-11/+21
| | | | | | | | | | | | | | | | | | threading support the slurpd daemon would not be built. - New option: SLURPD to determine whether to build the replication daemon. (enabled by default). The replication functionality is not used by every user so it is desirable to give decision to the user. - When threading is disabled, reflect the fact that slurpd is not being built/installed. [1] This would also override the user chosen SLURPD option. - Disable SHELL backend by default. [1] Reported by: pointyhat via kris Notes: svn path=/head/; revision=163490
* Fix pkg-message for client.Xin LI2006-05-222-0/+2
| | | | | | | | Approved by: sem (mentor, implicit) Pointy hat to: delphij Notes: svn path=/head/; revision=163064
* The pkg-install, pkg-deinstall and pkg-message files are suitableXin LI2006-05-201-2/+2
| | | | | | | | | only for -server port, so move them to appropriate place. Approved by: sem (mentor, implicit) Notes: svn path=/head/; revision=162884
* When the SASL option is selected, define WANT_OPENLDAP_SASLXin LI2006-05-201-0/+1
| | | | | | | | | | | accordingly to depend on the correct flavior of OpenLDAP client library. Reported by: pointyhat via kris Approved by: sem (mentor, implicitly) Notes: svn path=/head/; revision=162859
* Updates, cleanups and improvements over the openldap23-* ports:Xin LI2006-05-188-90/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure that PKGNAMESUFFIX and COMMENT are correctly set when building slave ports. [1] - Remove RCORDER feature which is now deprecated. - Move PORTREVISION related stuff to before bsd.port.pre.mk in order to get the revisions actually work. - Depend on CLIENT_ONLY and WITH_SASL to determine the package name suffix. - Make use of USE_OPENLDAP instead of rolling our own. - Use WITH_RC_SUBR correctly rather than just specifying "yes" - Depend on bsd.database.mk to determine the Berkeley DB name, which makes it possible to use versions available from the ports collection rather than making decision our own. [2] - Disable threading as suggested by openldap developers if BACK_SHELL is enabled. Indicate the fact when showing options. - Update to 2.3.23 PR: 91902[1], 96752 [2] Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> [1] Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2] Approved by: sem (mentor) Other changes, blames and all bugs are mine. Notes: svn path=/head/; revision=162712
* 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
* - Update to 2.3.4Sergey Matveychuk2005-06-155-10/+9
| | | | | | | | PR: ports/82238 Submitted by: maintainer Notes: svn path=/head/; revision=137478
* Fix the client's packing list.Jean-Yves Lefort2005-05-192-1/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=135635
* - Update to 2.3.3beta [1]Jean-Yves Lefort2005-05-155-12/+30
| | | | | | | | | | - Quote BROKEN messages PR: ports/80982 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=135311
* Fix leftover files noticed by the pointyhat run.Edwin Groothuis2005-05-064-1/+6
| | | | | | | Learned something about the MLINKS command. Notes: svn path=/head/; revision=134682
* New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]Edwin Groothuis2005-05-0518-0/+1122
| | | | | | | | | | | | There is development version of openldap named 2.3.2beta2. These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar. The repocopy has been already made in ports/77170. PR: ports/80618 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=134633
* Remove repo-copies requested and performed 5 weeks ago but neverKris Kennaway2005-03-2720-1117/+0
| | | | | | | | | | completed by the submitter. They can be added back later if/when the submitter is ready to proceed. Approved by: portmgr (self) Notes: svn path=/head/; revision=132084
* Update to OpenLDAP 2.2.23:Oliver Eikemeier2005-02-035-21/+62
| | | | | | | | | | | | | | - various fixes (see /usr/local/share/doc/openldap/CHANGES) [1] - fixed libldap fdset re-init for restart (ITS#3524) [3] - added ACI support [2] - added SLPv2 support PR: 76192 [1], 74906 [2] Submitted by: Alex Deiter <tiamat@komi.mts.ru> [1], Rainer Duffner <rainer@ultra-secure.de> [2] Obtained from: OpenLDAP CVS [3] Notes: svn path=/head/; revision=127952
* update to OpenLDAP 2.2.19:Oliver Eikemeier2004-11-304-12/+18
| | | | | | | | | | | | | - Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak - Added support for BDB 4.3 (depends on PR 73790) NOTE: Don't use BDB 4.3 in production environments yet: <http://www.openldap.org/lists/openldap-software/200411/msg00700.html> For a complete change log see: /usr/local/share/doc/openldap/CHANGES Notes: svn path=/head/; revision=122814
* - update to version 2.2.18Oliver Eikemeier2004-10-254-9/+4
| | | | | | | <http://www.openldap.org/lists/openldap-announce/200410/msg00001.html> Notes: svn path=/head/; revision=120134
* - update to version 2.2.17Oliver Eikemeier2004-10-113-6/+21
| | | | | | | | | | + http://www.openldap.org/lists/openldap-announce/200409/msg00001.html + Fixed slapd syncrepl memory leak bugs - change default ldapi:// socket - use IGNORE instead of .error Notes: svn path=/head/; revision=118672
* update to 2.2.15Oliver Eikemeier2004-08-159-171/+217
| | | | | | | | | | - new switch WITH_DYNAMIC_BACKENDS - WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set - 5.x users: when you need to start the daemon early, build with WITH_RCORDER=yes to put the start script into /etc/rc.d Notes: svn path=/head/; revision=116303
* update to 2.2.14Oliver Eikemeier2004-06-182-3/+3
| | | | Notes: svn path=/head/; revision=111762
* update to 2.2.13Oliver Eikemeier2004-06-112-3/+3
| | | | | | | | | | | | | ** NOTE to porters ** OpenLDAP will declare their REL_ENG_2_2 branch STABLE soon: <http://www.openldap.org/lists/openldap-devel/200406/msg00007.html> I plan to follow that with changing the ports tree default from OpenLDAP 2.1 to 2.2. Please test if your port works correctly with OpenLDAP 2.2. -Oliver Notes: svn path=/head/; revision=111240
* update to 2.2.12Oliver Eikemeier2004-06-052-3/+3
| | | | Notes: svn path=/head/; revision=110904
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:Oliver Eikemeier2004-05-276-47/+21
| | | | | | | | | | | | <http://www.openldap.org/lists/openldap-devel/200403/msg00101.html> While I'm not totally happy with their choice, I believe it is better to be in sync with the upstream library naming scheme. No objection from: portmgr Notes: svn path=/head/; revision=110123