martti
83b389a704
Updated openldap to 2.0.23
...
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
* Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
* Disabled -lldap atexit() handler (ITS#1577)
* Updated config.guess/sub scripts (ITS#1567)
* Fixed a number of typos (ITS#1578)
2002-02-13 12:21:24 +00:00
seb
869cd8fbf7
Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this does
...
not seem to harm NetBSD's /usr/bin/patch.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries
numbering under Solaris.
2002-02-12 11:13:22 +00:00
jlam
e0d358778b
Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
...
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
kleink
549e7ed4e5
Update openldap to 2.0.22. Notable changes since version 2.0.21(nb1):
...
Fixed slapd passwd modify referral bug
Fixed back-ldbm index threading bug
Fixed back-ldbm ordering presence index bug
Fixed back-ldap modify bug (ITS#1547)
Fixed -lldap TLS errno bug
Fixed ud v2 kind bug
Updated slapd slurpd friendly code
Build environment
Fixed Mach cthreads detection (ITS#1554)
Updated Berkeley DB 4 detection
2002-02-02 15:00:18 +00:00
jlam
75ddd174fa
Make this work if openldap doesn't use pthreads.
2002-02-01 19:22:55 +00:00
jlam
890dfbe9bc
Add SASL-based user authentication based on if USE_SASL=YES.
2002-02-01 18:32:34 +00:00
reinoud
e9b29da103
Major upgrade of Sqlite from version 2.1.7 to version 2.2.5
...
Lots of bug fixes in SQL parsing and supports more weildy SQL code like
using the right of an AS in athe column list of a SELECT as part of an
expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses.
For a full report see the changelog on
http://www.hwaci.com/sw/sqlite/changes.html
2002-01-31 20:04:53 +00:00
jlam
23f593e42e
Update databases/openldap to 2.0.21nb1. Changes from version 2.0.21 are
...
building this package _without_ threads support if the threads are non-
native. While the package does build correctly using GNU pth, and the
clients run correctly, the slapd server isn't able to pass "make test".
When built without threads support, only the replication test fails, I
think because slurpd isn't built.
2002-01-31 05:06:54 +00:00
tron
f0a7d7d79b
Mapping the files into the web space doesn't work so don't recomment it.
2002-01-30 17:15:37 +00:00
wiz
604ad1d13f
Standardize format.
2002-01-30 10:29:58 +00:00
jlam
4d3918b43d
Add a rc.d-style control script for slapd.
2002-01-30 07:34:00 +00:00
tron
9958efa40a
Add a message which explains how to use the package properly to avoid
...
things like the one described in PR pkg/15379.
2002-01-30 02:15:27 +00:00
drochner
81de140c4c
update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.org
2002-01-29 14:39:38 +00:00
drochner
04a768f05a
use distutils to build the extension module, to make it work with
...
newer Python versions too,
XXX we have to override the do-patch rule to avoid patch errors
(we use EXTRACT_ELEMENTS, so we don't generally have all the
original files)
2002-01-28 09:30:08 +00:00
jlam
62234af4f8
Note addition of p5-AddressBook.
2002-01-28 02:24:17 +00:00
jlam
7e911e1135
Initial import of databases/p5-AddressBook:
...
Perl-AddressBook is a collection of perl library modules which provide a
unified interface for accessing addressbook entries stored in various
types of databases, e.g. LDAP, LDIF, PalmDB, DBI, text, HTML.
2002-01-28 02:22:59 +00:00
jlam
075782f99f
The requirements for Net::LDAP are just URI, not libwww.
2002-01-28 01:12:24 +00:00
jlam
c561c341c3
Fix some whitespace issues.
2002-01-28 01:12:00 +00:00
jlam
82d973c52a
mysql_config places single-quotes around the directory name when queried
...
for --libs or --cflags: -L'directory' or -I'directory'. Strip those
quotes away in the config script wrapper to make it look more normal.
2002-01-27 22:36:07 +00:00
taca
21d0f7d14a
Add and enable ruby-mysql.
2002-01-27 15:24:04 +00:00
taca
2b1cb85c8f
Oh, remove imported files in incorrect directory.
2002-01-27 15:22:14 +00:00
taca
661ee22864
Importing ruby-mysql package, extension library to access a MySQL database
...
from Ruby.
Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.
2002-01-27 15:17:35 +00:00
drochner
bb1c3fdfc3
oops, forgot this
2002-01-23 12:02:33 +00:00
drochner
898fbfa27b
use buildlink file for python and py-mysqldb, but keep tied to
...
Python-2.0 due to Zope
2002-01-22 18:50:17 +00:00
drochner
46c73e5a6b
use python buildlink file
2002-01-19 17:14:55 +00:00
drochner
f49660ba88
oops, forgot this
2002-01-19 17:13:20 +00:00
drochner
c6413ba88c
use python buildlink file
2002-01-19 17:06:23 +00:00
drochner
cdec09822a
use python buildlink file
2002-01-19 16:45:43 +00:00
drochner
7833915345
use buildlink files for Python and mxDareTime,
...
install docs into version dependant subdir to avoid conflicts
2002-01-19 16:13:00 +00:00
taca
baaaa26908
Update ruby-postgresql package to 0.6.5. Quote from Changes is below.
...
Ruby extension library to access PostgreSQL.
===========================================
Mon Nov 19 2001 version 0.6.5 released
* change my address.
Noboru Saitou <noborus@netlab.jp>
Fri Nov 16 2001
* default encoding set.
Riley <wormwood@speakeasy.org>
Fri Nov 16 2001
* add methods "cmdtuples"
Gabriel Emerson <gemerson@evalsoft.com>
Thanks to greentea@fa2.so-net.ne.jp
Thu Jul 12 2001
* psql.rb $OPT_p => $OPT_p.to_i (bug fix).
Yuta TSUBOI <yuuta-t@is.aist-nara.ac.jp>
2002-01-19 11:03:20 +00:00
kleink
e6e6a729fd
Update openldap to 2.0.21. Notable changes since version 2.0.20:
...
Fix slapd empty string indexing/filtering handling (ITS#1507)
Changed slapd ACL selfwrite replace logic (ITS#1530)
Build environment
Updated IPv6 configuration argument handling
Fix back-shell tools make depend bug (ITS#1518)
Removed extraneous files
2002-01-15 23:26:31 +00:00
drochner
bf65e6614f
change pkg name of required pkg py-mxDateTime to py20-mxDateTime to get
...
the right version
2002-01-15 18:33:26 +00:00
kleink
0d6a154a52
Update openldap to 2.0.20. Notable changes since version 2.0.19(nb1):
...
Fixed slapd ACL empty replace bug (ITS#1530)
Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
Fixed back-passwd db_config bug
Fixed -lldap cache debug bug (ITS#1501)
Fixed -lldap dnssrv free bug
Fixed -lldap Start TLS first op bug
Fixed slurpd TLS non-critical/critical bug (ITS#1527)
Fixed slurpd SASL password bug (ITS#1528)
Build environment
Fixed repl_user build error (ITS#1503)
Updated BerkeleyDB 4 support
Updated schema files
Updated Windows NT/2000 MSVC5 port
2002-01-14 22:21:03 +00:00
wiz
6d37ab734c
Remove non-existing patch-aa from distinfo.
2002-01-10 13:58:54 +00:00
jlam
d543c17431
Note additions of php3-{ldap,mysql,pgsql}.
2002-01-10 13:05:04 +00:00
jlam
38f5923c7b
Move to databases/php3-pgsql from the www category to match similar
...
relocations of the PHP4 module packages.
2002-01-10 13:04:15 +00:00
jlam
2114e58ed4
Move to databases/php3-mysql from the www category to match similar
...
relocations of the PHP4 module packages.
2002-01-10 13:03:47 +00:00
jlam
1fd6823580
Move to databases/php3-ldap from the www category to match similar
...
relocations of the PHP4 module packages.
2002-01-10 13:03:15 +00:00
mjl
839e62c539
Update to 0.48, no changelog available.
2002-01-09 12:24:47 +00:00
martti
b76b9b039d
Updated mysql-{client,server} to 3.23.47. This is a bug-fix release, a
...
complete (and a too-long to be included here) ChangeLog can be found at:
http://www.mysql.com/documentation/mysql/bychapter/manual_News.html#News-3.23.x
2002-01-08 14:09:37 +00:00
jlam
ae6cece67f
Update databases/php4-pgsql to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:55:04 +00:00
jlam
40b1203a04
Update databases/php4-odbc to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:54:58 +00:00
jlam
e6cd01f0aa
Update databases/php4-mysql to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:54:53 +00:00
jlam
0dfbaa6937
Update databases/php4-ldap to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:54:45 +00:00
jlam
0cf6993955
Update databases/php4-filepro to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:54:39 +00:00
jlam
e32c6096e8
Update databases/php4-dbase to 4.1.1. Changes from version 4.1.0 include:
...
- Fixed problem with dbase not returning very large (larger than long)
integers properly. (Vlad)
2002-01-06 19:54:34 +00:00
jlam
62bca89efa
Update databases/php4-dba to version 4.1.1. The only change is updating to
...
the version from the php-4.1.1 distribution.
2002-01-06 19:54:28 +00:00
jlam
50eea9f567
PKG_SYSCONFSUBDIR is not changeable for this package as "openldap" is
...
automatically appended by the build to "sysconfdir", so change setting
from ?= to =. Also remove the MAKE_FLAGS line that was supposed to do the
same thing as the previous change, but was apparently not working.
2002-01-06 19:33:34 +00:00
skrll
94d4988e24
Pass the base directory for PKG_SYSCONF to the configure script - openldap
...
is added by the pkg. (Hi Johnny!)
Fixes the install problem noted in the recent bulk build and means that a
build of kdebase2, etc... won't fail.
2002-01-06 11:21:19 +00:00
agc
3a835b9be2
Revert previous changes so that they can be done in the approriate way.
2002-01-03 08:47:19 +00:00