Commit graph

47 commits

Author SHA1 Message Date
Oliver Eikemeier
6f76c925ac update to OpenLDAP 2.2.19:
- 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
2004-11-30 14:27:00 +00:00
Oliver Eikemeier
971d272523 - update to version 2.2.18
<http://www.openldap.org/lists/openldap-announce/200410/msg00001.html>
2004-10-25 11:51:16 +00:00
Oliver Eikemeier
f46f0c2d7c - update to version 2.2.17
+ 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
2004-10-11 23:22:33 +00:00
Oliver Eikemeier
47acbb6df7 update to 2.2.15
- 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
2004-08-15 18:18:46 +00:00
Oliver Eikemeier
55c9606547 update to 2.2.14 2004-06-18 20:06:35 +00:00
Oliver Eikemeier
8705ab868e update to 2.2.13
** 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
2004-06-11 00:55:50 +00:00
Oliver Eikemeier
a7ac339141 update to 2.2.12 2004-06-05 19:02:40 +00:00
Oliver Eikemeier
a51cdd3ebe Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:
<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
2004-05-27 11:29:07 +00:00
Oliver Eikemeier
98684fd5b7 Update to OpenLDAP 2.2.10
- fixed slapd syncrepl replication bugs (ITS#3055,3056,3069)
 - fixed slapd slurpd update bugs
 - fixed slapd inappropriate bind error disclosure bugs
 - fixed slapd sun_path portability bug
 - fixed slapd passwd referral memory leak
 - fixed slapd sasl userdb checkpass bug (ITS#3048)
 - fixed slapd duplicate value detection (ITS#3066)
 - fixed slapd permissive modify control (ITS#3068)
 - fixed slapd updateref handling
 - fixed slapd saslauthz subtree scope bug (ITS#3077)
 - fixed back-bdb paged results bug (ITS#3076)
 - fixed back-bdb "" suffix bug (ITS#3063)
 - fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062)
 - fixed back-meta compare return code (ITS#3042)
 - fixed back-ldbm IDL delete bug (ITS#3046)
 - fixed back-ldbm modrdn indexing bug (ITS#3059)
 - fixed libldap parse_oid core dump bug (ITS#3065)
 - fixed ldapmodify missing error information bug (ITS#3057)
 - fixed ldapsearch paged results error handling
 - updated slapd limits
 - updated slapd overlay framework
 - added slapd Delivery Method syntax validation (ITS#3052)
 - added libldap ditContentRule oidMacro support (ITS#2920)
2004-04-20 01:01:23 +00:00
Oliver Eikemeier
0ef511cb2c - update to OpenLDAP 2.2.8:
- fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
  - fixed slapd sasl-regexp multiple entry bug (ITS#3033)
  - fixed slapd bind method portability bug (ITS#3038)
  - fixed libldap try_read1msg bug (ITS#2982)
  - added slapd numericStringOrderingMatch rule support (ITS#2988)
  - added slurpd replication interval config option (ITS#2768)

  - shared library soname change (ITS#3035) postponed until bsd.port.mk is patched

- enabled hdb backend

- prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems
  of clients which crash on -CURRENT while loading/unloading threading libraries

- added -sasl as a build option to the package name
- made the server requiring the matching client library
2004-03-31 22:33:09 +00:00
Oliver Eikemeier
63919a5ea8 Update to OpenLDAP 2.2.7 release:
- Fixed slapd IDL avl_delete failure bug (ITS#3004)
- Fixed slapd erroneous illegal filter handling (ITS#2977)
- Fixed slapd syncrepl bugs (multiple)
- Fixed slapd value regex ACL bug (ITS#3008)
- Fixed slapd SASL dnauthz bug (ITS#2961)
- Fixed slapcat tools bug (ITS#2974)
- Fixed back-monitor crash when used with overlays (ITS#3023)
- Fixed back-ldap massaged base free (ITS#2999)
- Fixed back-meta memory leak issues (ITS#2986)
- Fixed back-glue search abandon handling (ITS#2999)
- Fixed back-sql undefined attribute name request bug (ITS#3005)
- Fixed back-sql oracle-related issues (ITS#2641)
- Fixed back-bdb empty suffix/contextCSN bug (ITS#2970)
- Fixed libldap/slapd '=' escape in DN (ITS#3009)
- Fixed back-sql attribute subtype in search request
- Updated ldapsearch paged results handling
- Added total operation count in back-monitor (ITS#2983)
- Added slapd ACL peername/expand styles (ITS#2907, ITS#3010)
- Added slapd ACL set logging (ITS#2949)
2004-03-23 19:18:57 +00:00
Oliver Eikemeier
726ff233bf Update to OpenLDAP 2.2.6 Release:
Fixed slapd SASL callback handling (ITS#2926)
    Fixed slapd backglue sizelimit bug (ITS#2888)
    Fixed slapd numericStringMatch bug (ITS#2938)
    Fixed libldap maxbuf handling (ITS#2944,2956)
    Fixed libldap_r abandon msgid mutex bug
    Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
    Fixed slapd pcache DB init bug (ITS#2960)
    Updated libldap reference handling (ITS#2894)
    Updated slapd syncrepl support (multiple)
    Updated slapd connection deferred logging (ITS#2959)
    Updated slapd filter logging
    Updated slapd back-ldap
    Added slapd limit groups (ITS#2967)
    Build Environment
        Fixed test021 portable echo bug (ITS#2933, ITS#2879)
        Fixed EBCDIC conversion bugs (ITS#2962)
    Documentation
        Misc. man page updates
2004-02-28 00:23:15 +00:00
Oliver Eikemeier
1bdbdf866b Update to version 2.2.5 2004-01-26 01:54:40 +00:00
Oliver Eikemeier
17ce9f5aea - update to 2.2.4-release
- default to BerkelyDB 4.2

CAUTION: The OpenLDAP library name changed from libldap.2 to libldap.202
         You might want to do:
portupgrade -rf 'openldap-client-2.2.*'

Approved by:	marcus (mentor)
2004-01-20 19:25:13 +00:00
Oliver Eikemeier
df15f5fedf ** NOTICE: **
* OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project.
* You are strongly encouraged to update to OpenLDAP 2.1
* Port maintainers: Please respect the default in bsd.port.mk
* I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004

- Update net/openldap21-client and net/openldap21-server to version 2.1.23
- Update net/openldap22-client and net/openldap22-server to version 2.2.2.b,
  fix ITS#2747 from CVS
- some fixes for net/openldap20-server from CVS, seems like there won't be
  a 2.0.28 release anymore
- remove conflict with deleted port net/openldap12
- use PORTDOCS
- use USE_OPENSSL
- don't use _REENTRANT
- add a deinstall message

PR:		58278
Submitted by:	me
Approved by:	marcus (mentor)
2003-11-14 03:57:13 +00:00
Jun Kuriyama
1e125b279c Add openldap22 port after repocopy from openldap21.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR:		ports/53571
2003-07-02 14:49:57 +00:00
Edwin Groothuis
1f4703f53f [PATCH] update of port net/openldap21 to 2.1.20
OpenLDAP 2.1.20 is available.

PR:		ports/52568
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-23 00:21:04 +00:00
Norikatsu Shigemura
ee622c47f0 o Updates openldap to the most current released version of openldap
2.1.17.
o Provides Flag OPENLDAP_STABLE to build against stable branch of
  openldap instead of release branch.  This gets us an
  openldap21-stable-2.1.17 package.
o Maintenance of MLINKS for dropped manual pages and plist for addition
  of schema/README

PR:		ports/50814
Submitted by:	Christian Kratzer <ck@cksoft.de> (maintainer)
2003-04-11 14:43:46 +00:00
Edwin Groothuis
a7552c4deb net/openldap21 to 2.1.16
PR:		ports/50406
Submitted by:	Christian Kratzer <ck@cksoft.de>
2003-03-30 01:35:45 +00:00
Edwin Groothuis
f175035804 New port: openldap-2.1
OpenLDAP is a suite of Lightweight Directory Access Protocol
	(LDAP) servers, clients, utilities and development tools.

(yes, this port was the reason why the renaming was earlier this morning)

PR:		ports/46009
Submitted by:	Christian Kratzer <ck@cksoft.de>
2003-02-24 04:27:22 +00:00
Jimmy Olgeni
39c3073910 Update port to version 2.0.25. 2002-07-18 15:13:29 +00:00
Maxim Konovalov
de245e7e2b Update 2.0.22 -> 2.0.23
Approved by:	ru
2002-02-13 10:30:32 +00:00
Patrick Li
6402d37243 Update to 2.0.22
PR:		34631
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
2002-02-06 04:45:08 +00:00
Jacques Vidrine
849e1a5f91 Update 2.0.20 -> 2.0.21 2002-01-22 14:20:48 +00:00
Jacques Vidrine
75239dc6bd Update 2.0.19 -> 2.0.20
This includes a security related fix.  See OpenLDAP ITS#1530
<URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530>
for details.
2002-01-15 14:31:00 +00:00
Jimmy Olgeni
c526b4c2ef Update port to version 2.0.19. 2001-12-24 21:48:05 +00:00
Pete Fritchman
3cbf1288f7 Update to 2.0.18
PR:		31584
Submitted by:	Maxim O. Konovalov <maxim@macomnet.ru>
2001-11-06 11:52:43 +00:00
David W. Chapman Jr.
75f4c2d15b Update to 2.0.17
PR:		31332
Submitted by:	maxim@macomnet.ru
2001-10-19 03:33:58 +00:00
David W. Chapman Jr.
1f592850ed Update to 2.0.15
PR:		30846
Submitted by:	leo@florida.sarang.net
2001-09-28 03:56:55 +00:00
Jimmy Olgeni
063539e1c0 Update port to version 2.0.14, with a fix for a
millionth-second-since-epoch timestamp bug in slurpd.
2001-09-11 09:37:19 +00:00
Jimmy Olgeni
ebf8b2d82e Update to version 2.0.13. 2001-09-09 08:26:36 +00:00
Jimmy Olgeni
7290213d73 Update port to version 2.0.11. 2001-05-25 11:04:36 +00:00
Jimmy Olgeni
26e6c86b4d Update port to version 2.0.10. 2001-05-22 12:11:13 +00:00
Jimmy Olgeni
22da886ce8 Update port to version 2.0.9. 2001-05-18 20:15:23 +00:00
Jimmy Olgeni
604c0d03b4 Update port to version 2.0.8.
* 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.
2001-05-12 20:14:35 +00:00
Akinori MUSHA
2de81b2018 Update to 2.0.7. 2001-01-21 06:21:47 +00:00
Akinori MUSHA
ab4bc8e81e Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldap
(OpenLDAP 1.2.x).
2000-10-31 11:42:22 +00:00
Steve Price
d5511f0046 Update to version 1.2.11.
PR:		19694
Submitted by:	maintainer
2000-07-07 18:30:21 +00:00
Steve Price
6c8810f07d Update to version 1.2.10.
PR:		18841
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
2000-05-29 02:36:54 +00:00
Steve Price
fdd7753f11 Update to version 1.2.9.
PR:		16391
Submitted by:	maintainer
2000-01-29 21:39:21 +00:00
Steve Price
c0cf667947 Update to version 1.2.8.
PR:		15599
Submitted by:	maintainer
1999-12-24 04:29:10 +00:00
Michael Haro
75ea40786c upgrade the port to 1.2.7
PR:		13874
Submitted by:	lkoeller@cc.fh-lippe.de
1999-10-26 01:54:22 +00:00
Bill Fumerola
26806cc64f Upgrade to version 1.2.3 1999-06-08 22:39:45 +00:00
Steve Price
000eb6cccd Update to version 1.2.0.
PR:		9900
Reviewed by:	maintainer
1999-02-12 23:57:01 +00:00
Steve Price
00ed53f124 Update to version 1.1.2.
PR:		9241
Submitted by:	maintainer
1999-01-02 19:49:20 +00:00
Vanilla I. Shu
6e2efdfc70 Upgrade to 1.0.2. 1998-10-26 13:02:26 +00:00
Steve Price
3238fdf3ff Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.

PR:		7995
Submitted by:	Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
1998-10-10 04:40:45 +00:00