Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
there is a sasl library somewhere in the system, as the configure script
would try using it.
|
|
syncrepl engine with SASL.
Bump PKGREVISION.
Approved by jlam@.
|
|
created. This is needed for slapd to start properly with a default
install. Bump the PKGREVISION to 1.
|
|
default, suggested by jlam@.
|
|
if bdb is disabled, so only build it when the bdb option has been
enabled.
|
|
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
Fixed slapd ID to DN mapping when values need DN escaping (ITS#3419)
Fixed slapd sl_realloc memory overrun (ITS#3420, #3404, #3296)
Fixed slapd syncrepl bugs (ITS#3423, #3425, #3443, #3448)
Fixed slapd bad tag handling
Fixed slapd error return for modrdn invalid access (ITS#3450)
Fixed back-bdb locks in backend_group (ITS#3263, #3365)
Fixed back-bdb/back-hdb listing of permissive control (ITS#3453)
Fixed back-ldap failed connection retry (ITS#3217)
Fixed back-ldap/back-meta memory handling in attr mapping
Fixed back-meta modrdn newSuperior target selection
Fixed back-sql segfault when logging and delete_rule is NULL (ITS#3407)
Build Environment
Fixed slurpd build on Windows
|
|
|
|
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
|
* Fixed slapd check for mandatory filter in authz-regexp URI
* Fixed slapd bad descriptor check
* Fixed slapd ACI when the subject contains '#'
* Fixed back-ldap malformed URI check for multiple URIs
* Fixed back-ldap/back-meta static definition of be_open()
* Fixed back-bdb cache bugs, ctxcsn memory leak
|
|
adam says ok.
|
|
|
|
set to "none", skip bdb altogether.
|
|
openslp/buildlink3.mk. Also, simplify the kerberos/sasl checks.
|
|
|
|
building dynamic backends or when using Cyrus SASL.
|
|
that use pthreads already implement their own probes for pthreads, so
we don't need to auto-add the compiler/linker flags.
|
|
where they were installed (in the example location) during the "install"
step. Bump PKGREVISION.
|
|
libldap_r and slurpd. Patch those Makefiles (patch-aj, patch-ak) to
pass $(PTHREAD_CFLAGS) and $(PTHREAD_LDFLAGS) to the build. The
configure process correctly adds any necessary libraries, so adding
$(PTHREAD_LIBS) isn't needed. Bump the PKGREVISION since the LDAP
libraries are no longer linked against libpthread.
This fixes PR pkg/28259.
|
|
Changes from version 2.2.13 include numerous fixes for locking in the
Berkeley DB backend, SASL-encoding fixes in libldap, and many bug
fixes in slapd.
|
|
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
exists in the base system, and remove the distinction between
"native" and the other Berkeley DB packages -- we now refer to
db[1234]. This paves the way for any future databases/db1 package.
* USE_DB185 shouldn't need to be set by any packages -- its correct
value is now automatically determined by bdb.buildlink3.mk depending
on whether we explicitly request db1 or not. By default, if you
include bdb.buildlink3.mk, you want DB-1.85 functionality and
USE_DB185 defaults to "yes", but if you explicitly remove db1 from
the list of acceptable DBs, then USE_DB185 defaults to "no".
* Set BDB_LIBS to the library options needed to link against the DB
library when bdb.buildlink3.mk is included.
* We only add the DB library to the linker command automatically if
we want DB-1.85 functionality; otherwise assume that the package
configure process can figure out how to probe for the correct
headers and libraries.
Edit package Makefiles to nuke redundant settings of USE_DB185.
|
|
<mlh@goathill.org>.
|
|
it is still on by default to preserve compatibility (use option "-bdb" to
disable).
While here, fix typo in CONFIGURE_ARGS that had caused the dnssrv backend
not to build; bump PKGREVISION.
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
so don't attempt to depend on it (always use cyrus-sasl2 for SASL support).
OK'ed by jlam.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
|
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
|
|
modules. Bump the PKGREVISION.
|
|
for each package can be determined by invoking:
make show-var VARNAME=PKG_OPTIONS_VAR
The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
|
|
|
|
bumped.
|
|
default.
|
|
the cyrus-sasl2/buildlink3.mk file.
|
|
Major changes from version 2.1.30 include:
* "LDAP Sync"-based lightweight replication
* Proxy Cache Support
* Hierarchical Backend
* NS-SLAPI Support
* Backend Layering
* Access Control extensions including dynamic group support
* LDAPv3 extensions:
- ACID extensions
- Cancel Operation
- Content Synchronization Operation
- DIT Content Rules
- Duplicate Entry Extension
- Simple Paged Results Extension
- Proxy Authorization Extension
|
|
the maintainer for that package.
|
|
|
|
|
|
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
|
OpenLDAP 2.1.30 Release
Fixed slapd userdb checkpass bug (ITS#3048)
Fixed back-ldbm IDL delete bug (ITS#3046)
Fixed libldap schema parsing bugs (ITS#2920, ITS#3065)
Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
Removed lint (ITS#3086)
Documentation
Updated slapd.conf(5) manpage (ITS#2525)
|
|
Changes:
OpenLDAP 2.1.29 Release
Fixed slapd SASL invalid authcID crash (ITS#2961)
Fixed slapd sasl-regexp debug crash (ITS#3033)
Fixed back-bdb empty suffix bug (ITS#2970)
Fixed back-bdb IDL avl_delete failure bug (ITS#3004)
Fixed libldap assert failure (ITS#2982)
OpenLDAP 2.1.28 Release
Fixed back-bdb slapadd crash (ITS#2974)
Fixed typo in ACL STYLE slap_style_e enum (ITS#3001)
Added ACL set logging (ITS#2949)
Fixed '=' escape in DN (ITS#3009)
Documentation
Fixed ldapmodify(1) manpage (ITS#3002)
Fixed ldapmodrdn(1) manpage (ITS#3003)
OpenLDAP 2.1.27 Release
Fixed slapd replog ordering bug (ITS#2512)
Fixed slapd uninitialized variable bug
Fixed libldap SASL client callbacks (ITS#2926)
Build Environment
Fixed gai_strerr portability problem (ITS#2643)
Fixed DNS res_query portability problem
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
|